1
0
mirror of https://github.com/yattee/yattee.git synced 2024-12-13 22:00:31 +05:30
yattee/iOS/Info.plist

35 lines
831 B
Plaintext
Raw Normal View History

2021-08-18 03:30:53 +05:30
<?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 14:46:04 +05:30
<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-17 01:53:11 +05:30
<dict/>
2021-08-18 03:30:53 +05:30
<key>UIBackgroundModes</key>
<array>
<string>audio</string>
</array>
<key>NSCameraUsageDescription</key>
<string>Need camera access to take pictures</string>
2022-06-10 17:01:58 +05:30
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
2022-06-17 16:40:51 +05:30
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
2021-08-18 03:30:53 +05:30
</dict>
</plist>