This repository has been archived on 2025-12-24. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
yachat/mac/Info.plist

35 lines
1 KiB
Text
Raw Normal View History

2025-12-25 01:37:49 +05:00
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>yachat</string>
<key>CFBundleGetInfoString</key>
<string>Я.Онлайн 1.0.0.1000 © ООО Яндекс</string>
<key>CFBundleIconFile</key>
<string>application.icns</string>
<key>CFBundleIdentifier</key>
<string>ru.yandex.yachat</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>Я.Онлайн</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
<string>yachat</string>
<key>CFBundleVersion</key>
<string>1.0.0.1000</string>
<key>CSResourcesFileMapped</key>
<true/>
<key>SUFeedURL</key>
<string>http://download.yandex.ru/yachat/darwin/version.xml</string>
<key>SUShowReleaseNotes</key>
<true/>
<key>SUPublicDSAKeyFile</key>
<string>dsa_pub.pem</string>
</dict>
</plist>