evgenyneu / keychain-swift

Helper functions for saving text in Keychain securely for iOS, OS X, tvOS and watchOS.
MIT License
2.85k stars 345 forks source link

Add privacy manifest to Podspec #188

Closed hatched-krzysztof closed 7 months ago

hatched-krzysztof commented 7 months ago

Privacy manifest PrivacyInfo.xcprivacy has not been added to the pod spec. In result `KeychainSwift.framework' was missing the manifest file.

This PR adds manifest to the framework

Screenshot 2024-04-03 at 15 06 46
evgenyneu commented 7 months ago

Thanks!

evgenyneu commented 7 months ago

Pushed version 22.0.0 to CocoaPods, let me know if there is an issue.

manusalinas-mx commented 7 months ago

Pushed version 22.0.0 to CocoaPods, let me know if there is an issue.

Hey @evgenyneu I updated to version 22.0.0 but im getting the following error. any idea to solve this?

Screenshot 2024-04-25 at 4 34 20 PM

ISSUE

Multiple commands produce '/Users/manuels/Library/Developer/Xcode/DerivedData/sharetec-aytxuukqkljfgpgqfcpiagtdqwwo/Build/Products/Debug-iphonesimulator/MyApp.app/PrivacyInfo.xcprivacy'
evgenyneu commented 7 months ago

Updated podspec to use the resource_bundles instead of resource, to avoid name collision error. Available in version 24.