29 lines
1014 B
Plaintext
29 lines
1014 B
Plaintext
<?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>CFBundleDisplayName</key>
|
|
<string>Status Desktop</string>
|
|
<key>CFBundleExecutable</key>
|
|
<string>nim_status_client</string>
|
|
<key>CFBundleIconFile</key>
|
|
<string>status.icns</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>im.Status.NimStatusClient</string>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<string>6.0</string>
|
|
<key>CFBundleName</key>
|
|
<string>Status</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>APPL</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>1.0.0</string>
|
|
<key>IFMajorVersion</key>
|
|
<integer>1</integer>
|
|
<key>IFMinorVersion</key>
|
|
<integer>0</integer>
|
|
<key>NSHighResolutionCapable</key>
|
|
<string>True</string>
|
|
</dict>
|
|
</plist>
|