flutter_secure_storage icon indicating copy to clipboard operation
flutter_secure_storage copied to clipboard

fix: remove warning on privacy manifest

Open Carapacik opened this issue 8 months ago • 0 comments

This PR fixed warning

warning: no rule to process file '.../PrivacyInfo.xcprivacy' of type 'text.xml' for architecture 'arm64' (in target 'flutter_secure_storage_darwin' from project 'Pods')
warning: no rule to process file '.../PrivacyInfo.xcprivacy' of type 'text.xml' for architecture 'x86_64' (in target 'flutter_secure_storage_darwin' from project 'Pods')

Carapacik avatar Mar 07 '25 11:03 Carapacik