google / promises

Promises is a modern framework that provides a synchronization construct for Swift and Objective-C.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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