Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorDaniel Molkentin <danimo@owncloud.com>2012-09-17 23:43:20 +0400
committerDaniel Molkentin <danimo@owncloud.com>2012-09-17 23:46:18 +0400
commitf1cd51005860ba0bfc9e41ce9622ba5c9c41707d (patch)
treecea61bd8a38ba0c6fc49bbb4f81bdb8cbf46f8ee /cmake
parentaab1c94e44305ed2907898dab0f4712e3de35cb9 (diff)
Fix up Info.plist metadata for OS X
- behave correctly on retina displays - fix focus policy - insert correct version info from cmake
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/MacOSXBundleInfo.plist.in22
1 files changed, 8 insertions, 14 deletions
diff --git a/cmake/modules/MacOSXBundleInfo.plist.in b/cmake/modules/MacOSXBundleInfo.plist.in
index 03f97c32a..00c6854a1 100644
--- a/cmake/modules/MacOSXBundleInfo.plist.in
+++ b/cmake/modules/MacOSXBundleInfo.plist.in
@@ -2,35 +2,29 @@
<!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>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>owncloud</string>
- <key>CFBundleGetInfoString</key>
- <string></string>
<key>CFBundleIconFile</key>
<string>ownCloud.icns</string>
<key>CFBundleIdentifier</key>
- <string>org.owncloud</string>
+ <string>org.owncloud.mirallclient</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleLongVersionString</key>
- <string>owncloud FIXME</string>
+ <string>ownCloud client @VERSION@</string>
<key>CFBundleName</key>
- <string>owncloudBundleName</string>
- <key>CFBundlePackageType</key>
<string>APPL</string>
- <key>CFBundleShortVersionString</key>
- <string>0.1.0 FIXME</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
- <string>owncloud FIXME 0.1.0</string>
- <key>CSResourcesFileMapped</key>
- <true/>
- <key>LSUIElement</key>
- <true/>
+ <string>@VERSION@</string>
+ <key>CFBundleShortVersionString</key>
+ <string>@VERSION@</string>
<key>NSHumanReadableCopyright</key>
- <string>2012 owncloud.org</string>
+ <string>(C) 2012 owncloud.org</string>
</dict>
</plist>