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>
|
|
|
|
<string>Telegram</string>
|
|
|
|
<key>CFBundleGetInfoString</key>
|
|
|
|
<string>Telegram Desktop messaging app</string>
|
|
|
|
<key>CFBundleIdentifier</key>
|
2014-11-27 18:20:48 +00:00
|
|
|
<string>com.tdesktop.$(PRODUCT_NAME:rfc1034identifier)</string>
|
2014-06-14 19:32:11 +00:00
|
|
|
<key>CFBundlePackageType</key>
|
|
|
|
<string>APPL</string>
|
|
|
|
<key>CFBundleShortVersionString</key>
|
2015-01-02 15:20:23 +00:00
|
|
|
<string>0.7.5</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>
|
|
|
|
<string>AppIcon.icns</string>
|
|
|
|
<key>CFBundleURLName</key>
|
2014-12-06 11:21:19 +00:00
|
|
|
<string>com.tdesktop.Telegram</string>
|
2014-12-03 15:07:24 +00:00
|
|
|
<key>CFBundleURLSchemes</key>
|
|
|
|
<array>
|
|
|
|
<string>tg</string>
|
|
|
|
</array>
|
|
|
|
</dict>
|
|
|
|
</array>
|
2014-06-14 19:32:11 +00:00
|
|
|
<key>NOTE</key>
|
|
|
|
<string></string>
|
|
|
|
<key>NSPrincipalClass</key>
|
|
|
|
<string>NSApplication</string>
|
|
|
|
</dict>
|
|
|
|
</plist>
|