38 lines
1.0 KiB
Plaintext
38 lines
1.0 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>CFBundleExecutable</key>
|
|
<string>Telegram</string>
|
|
<key>CFBundleGetInfoString</key>
|
|
<string>Telegram Desktop messaging app</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>com.tdesktop.$(PRODUCT_NAME:rfc1034identifier)</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>APPL</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>0.7.4</string>
|
|
<key>CFBundleSignature</key>
|
|
<string>????</string>
|
|
<key>CFBundleURLTypes</key>
|
|
<array>
|
|
<dict>
|
|
<key>CFBundleTypeRole</key>
|
|
<string>Viewer</string>
|
|
<key>CFBundleURLIconFile</key>
|
|
<string>AppIcon.icns</string>
|
|
<key>CFBundleURLName</key>
|
|
<string>com.tdesktop.Telegram</string>
|
|
<key>CFBundleURLSchemes</key>
|
|
<array>
|
|
<string>tg</string>
|
|
</array>
|
|
</dict>
|
|
</array>
|
|
<key>NOTE</key>
|
|
<string></string>
|
|
<key>NSPrincipalClass</key>
|
|
<string>NSApplication</string>
|
|
</dict>
|
|
</plist>
|