24 lines
785 B
XML
24 lines
785 B
XML
<?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>CFBundleIconFile</key>
|
|
<string>TelldusCenter.icns</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>APPL</string>
|
|
<key>CFBundleSignature</key>
|
|
<string>tellduscenter</string>
|
|
<key>CFBundleExecutable</key>
|
|
<string>TelldusCenter</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>com.telldus.tellduscenter</string>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<string>6.0</string>
|
|
<key>CFBundleName</key>
|
|
<string>TelldusCenter</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>TelldusCenter ${PACKAGE_VERSION}</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>${PACKAGE_VERSION}</string>
|
|
</dict>
|
|
</plist>
|