promises icon indicating copy to clipboard operation
promises copied to clipboard

PrivacyInfo.xcprivacy is not included in the framework output built by Carthage

Open teerapap opened this issue 1 year ago • 1 comments

In version 2.4.0, PrivacyInfo.xcprivacy manifest file is added but when I built the xcframework with Carthage, the file is not included in the build output.

It is because the privacy file is not inside the project file (Promises.xcodeproj) and Carthage builds from this project file.

I'm working on a PR to fix this.

teerapap avatar Mar 21 '24 08:03 teerapap

Thanks for the PR @teerapap.

Are there any Carthage users following this that could help validate https://github.com/google/promises/pull/231?

ykjchen avatar Mar 25 '24 20:03 ykjchen