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>
|
2022-11-10 22:41:28 +05:30
|
|
|
<key>CFBundleDocumentTypes</key>
|
|
|
|
<array>
|
|
|
|
<dict>
|
|
|
|
<key>CFBundleTypeName</key>
|
|
|
|
<string>mpeg4Movie</string>
|
|
|
|
<key>LSHandlerRank</key>
|
|
|
|
<string>Default</string>
|
|
|
|
<key>LSItemContentTypes</key>
|
|
|
|
<array>
|
|
|
|
<string>public.mpeg-4</string>
|
|
|
|
</array>
|
|
|
|
</dict>
|
|
|
|
<dict>
|
|
|
|
<key>CFBundleTypeName</key>
|
|
|
|
<string>url</string>
|
|
|
|
<key>LSHandlerRank</key>
|
|
|
|
<string>Default</string>
|
|
|
|
<key>LSItemContentTypes</key>
|
|
|
|
<array>
|
|
|
|
<string>public.url</string>
|
|
|
|
</array>
|
|
|
|
</dict>
|
|
|
|
<dict>
|
|
|
|
<key>CFBundleTypeName</key>
|
|
|
|
<string>fileURL</string>
|
|
|
|
<key>LSHandlerRank</key>
|
|
|
|
<string>Default</string>
|
|
|
|
<key>LSItemContentTypes</key>
|
|
|
|
<array>
|
|
|
|
<string>public.file-url</string>
|
|
|
|
</array>
|
|
|
|
</dict>
|
|
|
|
</array>
|
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>
|
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>
|
2022-11-10 22:41:28 +05:30
|
|
|
<key>UIApplicationSceneManifest</key>
|
2022-12-27 00:11:46 +05:30
|
|
|
<dict>
|
|
|
|
<key>UIApplicationSupportsMultipleScenes</key>
|
|
|
|
<false/>
|
|
|
|
<key>UISceneConfigurations</key>
|
|
|
|
<dict/>
|
|
|
|
</dict>
|
2022-11-10 22:41:28 +05:30
|
|
|
<key>UIBackgroundModes</key>
|
|
|
|
<array>
|
|
|
|
<string>audio</string>
|
|
|
|
</array>
|
2022-11-13 04:31:04 +05:30
|
|
|
<key>UIFileSharingEnabled</key>
|
|
|
|
<true/>
|
2021-08-18 03:30:53 +05:30
|
|
|
</dict>
|
|
|
|
</plist>
|