Skip to content

Commit

Permalink
Add iOS privacy manifests file
Browse files Browse the repository at this point in the history
  • Loading branch information
naivetoby committed Mar 20, 2024
1 parent 60ccf97 commit 31c0180
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions ios/Resources/PrivacyInfo.xcprivacy
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NSPrivacyTrackingDomains</key>
<array/>
<key>NSPrivacyAccessedAPITypes</key>
<array/>
<key>NSPrivacyCollectedDataTypes</key>
<array/>
<key>NSPrivacyTracking</key>
<false/>
</dict>
</plist>
1 change: 1 addition & 0 deletions ios/tobias.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ A Flutter plugin For Alipay.
end

s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
s.resource_bundles = {'tobias_privacy' => ['Resources/PrivacyInfo.xcprivacy']}

end

0 comments on commit 31c0180

Please sign in to comment.