2018-08-17 08:46:44 +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>
|
2018-09-07 21:19:44 +00:00
|
|
|
<key>CFBundleDisplayName</key>
|
|
|
|
<string>Status</string>
|
|
|
|
<key>CFBundleExecutable</key>
|
|
|
|
<string>Status</string>
|
2018-08-17 08:46:44 +00:00
|
|
|
<key>CFBundleIconFile</key>
|
|
|
|
<string>status-icon</string>
|
|
|
|
<key>CFBundleIdentifier</key>
|
|
|
|
<string>im.status.statusim</string>
|
2018-09-07 21:19:44 +00:00
|
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
|
|
<string>6.0</string>
|
|
|
|
<key>CFBundleName</key>
|
2018-08-30 22:08:47 +00:00
|
|
|
<string>Status</string>
|
2018-08-17 08:46:44 +00:00
|
|
|
<key>CFBundlePackageType</key>
|
|
|
|
<string>APPL</string>
|
2018-09-07 21:19:44 +00:00
|
|
|
<key>CFBundleShortVersionString</key>
|
|
|
|
<string>0.1</string>
|
|
|
|
<key>CFBundleVersion</key>
|
|
|
|
<string>0.1</string>
|
|
|
|
|
|
|
|
<key>LSMinimumSystemVersion</key>
|
|
|
|
<string>10.9.0</string>
|
|
|
|
<key>NSHighResolutionCapable</key>
|
|
|
|
<string>True</string>
|
2018-08-17 08:46:44 +00:00
|
|
|
<key>NSPrincipalClass</key>
|
|
|
|
<string>NSApplication</string>
|
2018-09-07 21:19:44 +00:00
|
|
|
|
|
|
|
<key>CFBundleURLTypes</key>
|
|
|
|
<array>
|
|
|
|
<dict>
|
|
|
|
<key>CFBundleURLSchemes</key>
|
|
|
|
<array>
|
|
|
|
<string>status-im</string>
|
|
|
|
</array>
|
|
|
|
<key>CFBundleURLName</key>
|
|
|
|
<string>im.status.ethereum.applink-desktop</string>
|
|
|
|
</dict>
|
|
|
|
</array>
|
2018-08-17 08:46:44 +00:00
|
|
|
</dict>
|
|
|
|
</plist>
|