2014-06-14 19:32:11 +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>
|
|
|
|
<key>CFBundleExecutable</key>
|
2016-08-31 14:32:05 +00:00
|
|
|
<string>$(PRODUCT_NAME)</string>
|
2014-06-14 19:32:11 +00:00
|
|
|
<key>CFBundleGetInfoString</key>
|
|
|
|
<string>Telegram Desktop messaging app</string>
|
|
|
|
<key>CFBundleIdentifier</key>
|
2015-09-29 15:29:21 +00:00
|
|
|
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
2014-06-14 19:32:11 +00:00
|
|
|
<key>CFBundlePackageType</key>
|
|
|
|
<string>APPL</string>
|
|
|
|
<key>CFBundleShortVersionString</key>
|
2016-08-31 14:32:05 +00:00
|
|
|
<string>$(CURRENT_PROJECT_VERSION)</string>
|
2014-06-14 19:32:11 +00:00
|
|
|
<key>CFBundleSignature</key>
|
|
|
|
<string>????</string>
|
2014-12-03 15:07:24 +00:00
|
|
|
<key>CFBundleURLTypes</key>
|
|
|
|
<array>
|
|
|
|
<dict>
|
|
|
|
<key>CFBundleTypeRole</key>
|
2014-12-06 11:21:19 +00:00
|
|
|
<string>Viewer</string>
|
2014-12-03 15:07:24 +00:00
|
|
|
<key>CFBundleURLIconFile</key>
|
2016-08-30 02:27:02 +00:00
|
|
|
<string>Icon.icns</string>
|
2014-12-03 15:07:24 +00:00
|
|
|
<key>CFBundleURLName</key>
|
2016-08-30 02:27:02 +00:00
|
|
|
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
2014-12-03 15:07:24 +00:00
|
|
|
<key>CFBundleURLSchemes</key>
|
|
|
|
<array>
|
|
|
|
<string>tg</string>
|
|
|
|
</array>
|
|
|
|
</dict>
|
|
|
|
</array>
|
2016-08-31 14:32:05 +00:00
|
|
|
<key>CFBundleVersion</key>
|
|
|
|
<string>$(CURRENT_PROJECT_VERSION)</string>
|
|
|
|
<key>LSApplicationCategoryType</key>
|
|
|
|
<string>public.app-category.social-networking</string>
|
2015-09-29 15:29:21 +00:00
|
|
|
<key>LSMinimumSystemVersion</key>
|
|
|
|
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
|
2019-01-29 10:09:37 +00:00
|
|
|
<key>LSFileQuarantineEnabled</key>
|
|
|
|
<true/>
|
2014-06-14 19:32:11 +00:00
|
|
|
<key>NOTE</key>
|
|
|
|
<string></string>
|
2018-09-26 10:18:29 +00:00
|
|
|
<key>NSMicrophoneUsageDescription</key>
|
|
|
|
<string>We need access to your microphone so that you can record voice messages and make calls.</string>
|
2014-06-14 19:32:11 +00:00
|
|
|
<key>NSPrincipalClass</key>
|
|
|
|
<string>NSApplication</string>
|
2017-11-22 17:32:42 +00:00
|
|
|
<key>NSSupportsAutomaticGraphicsSwitching</key>
|
|
|
|
<true/>
|
2014-06-14 19:32:11 +00:00
|
|
|
</dict>
|
|
|
|
</plist>
|