mirror of
https://github.com/danog/Telegram.git
synced 2024-12-03 09:57:46 +01:00
223 lines
5.6 KiB
Plaintext
223 lines
5.6 KiB
Plaintext
<?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>CFBundleDevelopmentRegion</key>
|
|
<string>en</string>
|
|
<key>CFBundleDisplayName</key>
|
|
<string>${PRODUCT_NAME}</string>
|
|
<key>CFBundleDocumentTypes</key>
|
|
<array>
|
|
<dict>
|
|
<key>CFBundleTypeIconFiles</key>
|
|
<array/>
|
|
<key>CFBundleTypeName</key>
|
|
<string>All Files</string>
|
|
<key>LSItemContentTypes</key>
|
|
<array>
|
|
<string>public.data</string>
|
|
<string>public.content</string>
|
|
</array>
|
|
</dict>
|
|
</array>
|
|
<key>CFBundleExecutable</key>
|
|
<string>${EXECUTABLE_NAME}</string>
|
|
<key>CFBundleIconFiles</key>
|
|
<array>
|
|
<string>Icon-60@2x.png</string>
|
|
<string>Icon@2x.png</string>
|
|
<string>Icon.png</string>
|
|
</array>
|
|
<key>CFBundleIcons</key>
|
|
<dict>
|
|
<key>CFBundlePrimaryIcon</key>
|
|
<dict>
|
|
<key>CFBundleIconFiles</key>
|
|
<array>
|
|
<string>Icon-Small</string>
|
|
<string>Icon-40</string>
|
|
<string>Icon-60@2x.png</string>
|
|
<string>Icon@2x.png</string>
|
|
<string>Icon.png</string>
|
|
</array>
|
|
<key>UIPrerenderedIcon</key>
|
|
<true/>
|
|
</dict>
|
|
</dict>
|
|
<key>CFBundleIcons~ipad</key>
|
|
<dict>
|
|
<key>CFBundlePrimaryIcon</key>
|
|
<dict>
|
|
<key>CFBundleIconFiles</key>
|
|
<array>
|
|
<string>Icon-72</string>
|
|
<string>Icon-76</string>
|
|
<string>Icon-Small</string>
|
|
<string>Icon-40</string>
|
|
<string>Icon-60@2x.png</string>
|
|
<string>Icon@2x.png</string>
|
|
<string>Icon.png</string>
|
|
</array>
|
|
<key>UIPrerenderedIcon</key>
|
|
<true/>
|
|
</dict>
|
|
</dict>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>$(TELEGRAPH_BUNDLE_ID)</string>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<string>6.0</string>
|
|
<key>CFBundleName</key>
|
|
<string>${PRODUCT_NAME}</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>APPL</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>3.6</string>
|
|
<key>CFBundleSignature</key>
|
|
<string>????</string>
|
|
<key>CFBundleURLTypes</key>
|
|
<array>
|
|
<dict>
|
|
<key>CFBundleTypeRole</key>
|
|
<string>Viewer</string>
|
|
<key>CFBundleURLName</key>
|
|
<string>org.telegram.TelegramHD</string>
|
|
<key>CFBundleURLSchemes</key>
|
|
<array>
|
|
<string>telegram</string>
|
|
</array>
|
|
</dict>
|
|
<dict>
|
|
<key>CFBundleTypeRole</key>
|
|
<string>Editor</string>
|
|
<key>CFBundleURLName</key>
|
|
<string>org.telegram.TelegramHD.compatibility</string>
|
|
<key>CFBundleURLSchemes</key>
|
|
<array>
|
|
<string>tg</string>
|
|
</array>
|
|
</dict>
|
|
<dict>
|
|
<key>CFBundleTypeRole</key>
|
|
<string>Viewer</string>
|
|
<key>CFBundleURLName</key>
|
|
<string>org.telegram.TelegramHD.dropbox</string>
|
|
<key>CFBundleURLSchemes</key>
|
|
<array>
|
|
<string>db-pa9wtoz9l514anx</string>
|
|
</array>
|
|
</dict>
|
|
</array>
|
|
<key>CFBundleVersion</key>
|
|
<string>55195</string>
|
|
<key>LSApplicationCategoryType</key>
|
|
<string></string>
|
|
<key>LSApplicationQueriesSchemes</key>
|
|
<array>
|
|
<string>dbapi-3</string>
|
|
<string>instagram</string>
|
|
<string>googledrive</string>
|
|
<string>comgooglemaps-x-callback</string>
|
|
<string>foursquare</string>
|
|
<string>here-location</string>
|
|
<string>yandexmaps</string>
|
|
<string>yandexnavi</string>
|
|
<string>comgooglemaps</string>
|
|
<string>youtube-x-callback</string>
|
|
<string>twitter</string>
|
|
<string>vk</string>
|
|
</array>
|
|
<key>LSRequiresIPhoneOS</key>
|
|
<true/>
|
|
<key>NSAppTransportSecurity</key>
|
|
<dict>
|
|
<key>NSAllowsArbitraryLoads</key>
|
|
<true/>
|
|
</dict>
|
|
<key>NSUserActivityTypes</key>
|
|
<array>
|
|
<string>org.telegram.conversation</string>
|
|
</array>
|
|
<key>UIAppFonts</key>
|
|
<array/>
|
|
<key>UIBackgroundModes</key>
|
|
<array>
|
|
<string>audio</string>
|
|
<string>remote-notification</string>
|
|
</array>
|
|
<key>UIFileSharingEnabled</key>
|
|
<false/>
|
|
<key>UILaunchImages~ipad</key>
|
|
<array>
|
|
<dict>
|
|
<key>UILaunchImageMinimumOSVersion</key>
|
|
<string>7.0</string>
|
|
<key>UILaunchImageName</key>
|
|
<string>iPad-Portrait</string>
|
|
<key>UILaunchImageOrientation</key>
|
|
<string>Portrait</string>
|
|
<key>UILaunchImageSize</key>
|
|
<string>{768, 1024}</string>
|
|
</dict>
|
|
<dict>
|
|
<key>UILaunchImageMinimumOSVersion</key>
|
|
<string>7.0</string>
|
|
<key>UILaunchImageName</key>
|
|
<string>iPad-Landscape</string>
|
|
<key>UILaunchImageOrientation</key>
|
|
<string>Landscape</string>
|
|
<key>UILaunchImageSize</key>
|
|
<string>{768, 1024}</string>
|
|
</dict>
|
|
</array>
|
|
<key>UILaunchStoryboardName</key>
|
|
<string>LaunchScreen</string>
|
|
<key>UIPrerenderedIcon</key>
|
|
<true/>
|
|
<key>UIRequiredDeviceCapabilities</key>
|
|
<array>
|
|
<string>armv7</string>
|
|
</array>
|
|
<key>UIRequiresFullScreen</key>
|
|
<false/>
|
|
<key>UIRequiresPersistentWiFi</key>
|
|
<true/>
|
|
<key>UIStatusBarStyle</key>
|
|
<string>UIStatusBarStyleDefault</string>
|
|
<key>UISupportedInterfaceOrientations</key>
|
|
<array>
|
|
<string>UIInterfaceOrientationPortrait</string>
|
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
|
</array>
|
|
<key>UISupportedInterfaceOrientations~ipad</key>
|
|
<array>
|
|
<string>UIInterfaceOrientationPortrait</string>
|
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
|
<string>UIInterfaceOrientationPortraitUpsideDown</string>
|
|
</array>
|
|
<key>UIViewGroupOpacity</key>
|
|
<false/>
|
|
<key>UTImportedTypeDeclarations</key>
|
|
<array>
|
|
<dict>
|
|
<key>UTTypeConformsTo</key>
|
|
<array>
|
|
<string>public.data</string>
|
|
</array>
|
|
<key>UTTypeDescription</key>
|
|
<string>WebP File</string>
|
|
<key>UTTypeIdentifier</key>
|
|
<string>org.telegram.Telegram.webp</string>
|
|
<key>UTTypeTagSpecification</key>
|
|
<dict>
|
|
<key>public.filename-extension</key>
|
|
<array>
|
|
<string>webp</string>
|
|
</array>
|
|
</dict>
|
|
</dict>
|
|
</array>
|
|
</dict>
|
|
</plist>
|