summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-03-19 22:09:01 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-03-19 22:09:01 +0100
commit53ebabf499b081473d9b5e9fa6f36e6a4a54c56c (patch)
tree64e2ab13ef1c455720c1bec8f3fd128160968340 /cmake
parent2ab02d829c772bf34610cd7a1dc7937a64012eaa (diff)
downloadkube-53ebabf499b081473d9b5e9fa6f36e6a4a54c56c.tar.gz
kube-53ebabf499b081473d9b5e9fa6f36e6a4a54c56c.zip
Ship our of plist.info instead of the default cmake one.
We need the Principal class value for HiDPI screens.
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/MacOSXBundleInfo.plist.in36
1 files changed, 36 insertions, 0 deletions
diff --git a/cmake/modules/MacOSXBundleInfo.plist.in b/cmake/modules/MacOSXBundleInfo.plist.in
new file mode 100644
index 00000000..4f099f99
--- /dev/null
+++ b/cmake/modules/MacOSXBundleInfo.plist.in
@@ -0,0 +1,36 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0">
4<dict>
5 <key>CFBundleDevelopmentRegion</key>
6 <string>English</string>
7 <key>CFBundleExecutable</key>
8 <string>${MACOSX_BUNDLE_EXECUTABLE_NAME}</string>
9 <key>CFBundleGetInfoString</key>
10 <string>${MACOSX_BUNDLE_INFO_STRING}</string>
11 <key>CFBundleIconFile</key>
12 <string>${MACOSX_BUNDLE_ICON_FILE}</string>
13 <key>CFBundleIdentifier</key>
14 <string>${MACOSX_BUNDLE_GUI_IDENTIFIER}</string>
15 <key>CFBundleInfoDictionaryVersion</key>
16 <string>6.0</string>
17 <key>CFBundleLongVersionString</key>
18 <string>${MACOSX_BUNDLE_LONG_VERSION_STRING}</string>
19 <key>CFBundleName</key>
20 <string>${MACOSX_BUNDLE_BUNDLE_NAME}</string>
21 <key>CFBundlePackageType</key>
22 <string>APPL</string>
23 <key>CFBundleShortVersionString</key>
24 <string>${MACOSX_BUNDLE_SHORT_VERSION_STRING}</string>
25 <key>CFBundleSignature</key>
26 <string>????</string>
27 <key>CFBundleVersion</key>
28 <string>${MACOSX_BUNDLE_BUNDLE_VERSION}</string>
29 <key>CSResourcesFileMapped</key>
30 <true/>
31 <key>NSHumanReadableCopyright</key>
32 <string>${MACOSX_BUNDLE_COPYRIGHT}</string>
33 <key>NSPrincipalClass</key>
34 <string>NSApplication</string>
35</dict>
36</plist>