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 7dde11e commit 815498c
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/fluwx.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ The capability of implementing WeChat SDKs in Flutter. With Fluwx, developers ca
s.dependency 'Flutter'
s.platform = :ios, '11.0'
s.static_framework = true
s.resource_bundles = {'fluwx_privacy' => ['Resources/PrivacyInfo.xcprivacy']}
s.default_subspec = fluwx_subspec

pod_target_xcconfig = {
Expand Down

0 comments on commit 815498c

Please sign in to comment.