Quellcode durchsuchen

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 vor 1 Jahr
Ursprung
Commit
11599b413e
1 geänderte Dateien mit 0 neuen und 6 gelöschten Zeilen
  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>