ソースを参照

Update PrivacyInfo.xcprivacy

Removed the unused privacy keys for removing warning from Apple.

ITMS-91108: Invalid privacy manifest - The PrivacyInfo.xcprivacy file from the following path is invalid: “Frameworks/Reachability.framework/ReachabilitySwift.bundle/PrivacyInfo.xcprivacy”. In addition to the privacy manifest files in the locations outlined in the documentation, starting November 12, 2024, all privacy manifests you submit must have valid content. Keys and values in any privacy manifest must be in a valid format.
albinjohnson01 1 年間 前
コミット
11599b413e
1 ファイル変更0 行追加6 行削除
  1. 0 6
      Sources/PrivacyInfo.xcprivacy

+ 0 - 6
Sources/PrivacyInfo.xcprivacy

@@ -4,11 +4,5 @@
 <dict>
 	<key>NSPrivacyTracking</key>
 	<false/>
-	<key>NSPrivacyTrackingDomains</key>
-	<array/>
-	<key>NSPrivacyCollectedDataTypes</key>
-	<array/>
-	<key>NSPrivacyAccessedAPITypes</key>
-	<array/>
 </dict>
 </plist>