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:50:30 +0400
committerDaniel Molkentin <danimo@owncloud.com>2012-09-17 23:50:30 +0400
commit92ea6a2bef7f77b53cf5286873982cfd464be6af (patch)
tree6dcaea606d1897b25b1c926e50fbd52b65e2ee7e /cmake
parentf1cd51005860ba0bfc9e41ce9622ba5c9c41707d (diff)
Tiny fix to previous commit
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/MacOSXBundleInfo.plist.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/MacOSXBundleInfo.plist.in b/cmake/modules/MacOSXBundleInfo.plist.in
index 00c6854a1..053a2023a 100644
--- a/cmake/modules/MacOSXBundleInfo.plist.in
+++ b/cmake/modules/MacOSXBundleInfo.plist.in
@@ -16,7 +16,7 @@
<string>6.0</string>
<key>CFBundleLongVersionString</key>
<string>ownCloud client @VERSION@</string>
- <key>CFBundleName</key>
+ <key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
<string>????</string>