Files
Mobile/ios/PrivacyInfo.xcprivacy
b3ni15 0bac2dd4f6 Add initial iOS project structure for Vegas Blackjack
- Created SplashScreenBackground image asset with multiple scales.
- Added image file for SplashScreenBackground.
- Initialized Info.plist with essential app configuration.
- Created SplashScreen storyboard for launch screen design.
- Added Expo.plist for update configurations.
- Created bridging header for Swift compatibility.
- Added entitlements for in-app payments.
- Implemented main entry point for the application.
- Added a placeholder Swift file for native module compatibility.
2025-12-21 00:37:27 +01:00

38 lines
986 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>NSPrivacyAccessedAPITypes</key>
<array>
<dict>
<key>NSPrivacyAccessedAPIType</key>
<string>NSPrivacyAccessedAPICategoryFileTimestamp</string>
<key>NSPrivacyAccessedAPITypeReasons</key>
<array>
<string>C617.1</string>
</array>
</dict>
<dict>
<key>NSPrivacyAccessedAPIType</key>
<string>NSPrivacyAccessedAPICategoryUserDefaults</string>
<key>NSPrivacyAccessedAPITypeReasons</key>
<array>
<string>CA92.1</string>
</array>
</dict>
<dict>
<key>NSPrivacyAccessedAPIType</key>
<string>NSPrivacyAccessedAPICategorySystemBootTime</string>
<key>NSPrivacyAccessedAPITypeReasons</key>
<array>
<string>35F9.1</string>
</array>
</dict>
</array>
<key>NSPrivacyCollectedDataTypes</key>
<array/>
<key>NSPrivacyTracking</key>
<false/>
</dict>
</plist>