google/promises

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

teerapap opened this issue · 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.

Thanks for the PR @teerapap.

Are there any Carthage users following this that could help validate #231?