Files
andros 32ede8829c Prepare app for TestFlight submission
Flatten the 1024 app icon onto the matching green gradient so it has
no alpha channel, declare ITSAppUsesNonExemptEncryption=false to skip
the export-compliance prompt, drop NSAllowsArbitraryLoads in favor of
NSAllowsLocalNetworking only, and add a PrivacyInfo.xcprivacy that
declares no tracking or data collection plus the UserDefaults required
reason.
2026-05-04 12:47:41 +02:00

24 lines
598 B
XML

<?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>NSPrivacyTracking</key>
<false/>
<key>NSPrivacyTrackingDomains</key>
<array/>
<key>NSPrivacyCollectedDataTypes</key>
<array/>
<key>NSPrivacyAccessedAPITypes</key>
<array>
<dict>
<key>NSPrivacyAccessedAPIType</key>
<string>NSPrivacyAccessedAPICategoryUserDefaults</string>
<key>NSPrivacyAccessedAPITypeReasons</key>
<array>
<string>CA92.1</string>
</array>
</dict>
</array>
</dict>
</plist>