nextcloud-desktop/cmake/modules/MacOSXBundleInfo.plist.in

33 lines
1.2 KiB
Text
Raw Normal View History

2012-04-16 12:51:20 +04: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>NSPrincipalClass</key>
<string>NSApplication</string>
<key>LSUIElement</key>
<true/>
<key>CFBundleDevelopmentRegion</key>
2012-04-16 12:51:20 +04:00
<string>English</string>
<key>CFBundleExecutable</key>
2012-09-21 15:09:33 +04:00
<string>@APPLICATION_EXECUTABLE@</string>
2012-04-16 12:51:20 +04:00
<key>CFBundleIconFile</key>
<string>ownCloud.icns</string>
<key>CFBundleIdentifier</key>
2012-10-09 03:38:07 +04:00
<string>@APPLICATION_REV_DOMAIN@</string>
2012-04-16 12:51:20 +04:00
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleLongVersionString</key>
2012-09-21 15:09:33 +04:00
<string>@APPLICATION_NAME@ @VERSION@</string>
2012-09-17 23:50:30 +04:00
<key>CFBundlePackageType</key>
2012-04-16 12:51:20 +04:00
<string>APPL</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>@VERSION@</string>
<key>CFBundleShortVersionString</key>
<string>@VERSION@</string>
2012-04-16 12:51:20 +04:00
<key>NSHumanReadableCopyright</key>
2012-09-21 15:09:33 +04:00
<string>(C) 2012 @APPLICATION_VENDOR@</string>
2012-04-16 12:51:20 +04:00
</dict>
</plist>