Skip to content

Commit

Permalink
Merge pull request #155 from naivetoby/add-ios-privacy-info
Browse files Browse the repository at this point in the history
Add iOS privacy manifests file
  • Loading branch information
JarvanMo authored Mar 21, 2024
2 parents 60ccf97 + 31c0180 commit 80061c0
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 80061c0

Please sign in to comment.