google / promises

Promises is a modern framework that provides a synchronization construct for Swift and Objective-C.
Apache License 2.0
3.8k stars 295 forks source link

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

Open teerapap opened 6 months ago

teerapap commented 6 months ago

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.

ykjchen commented 6 months ago

Thanks for the PR @teerapap.

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