yattee/iOS/Info.plist

35 lines
831 B
Plaintext
Raw Normal View History

2021-08-17 22:00:53 +00:00
<?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>
2021-10-24 09:16:04 +00:00
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>net.yattee.app.watch</string>
<key>CFBundleURLSchemes</key>
<array>
<string>yattee</string>
</array>
</dict>
</array>
<key>UIApplicationSceneManifest</key>
2022-02-16 20:23:11 +00:00
<dict/>
2021-08-17 22:00:53 +00:00
<key>UIBackgroundModes</key>
<array>
<string>audio</string>
</array>
<key>NSCameraUsageDescription</key>
<string>Need camera access to take pictures</string>
2022-06-10 11:31:58 +00:00
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
2022-06-17 11:10:51 +00:00
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
2021-08-17 22:00:53 +00:00
</dict>
</plist>