summaryrefslogtreecommitdiffstats
path: root/cmake/modules/MacOSXBundleInfo.plist.in
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-03-19 22:47:43 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-03-19 22:47:43 +0100
commitd3fbc5557ed8bd495e9a5d2e1fd5aff48a1589b3 (patch)
tree814145c2c1e6b00503bf9279edc074325f5d3e4e /cmake/modules/MacOSXBundleInfo.plist.in
parent477b717324da86bb15849e032fd8361f95fca4f9 (diff)
downloadkube-d3fbc5557ed8bd495e9a5d2e1fd5aff48a1589b3.tar.gz
kube-d3fbc5557ed8bd495e9a5d2e1fd5aff48a1589b3.zip
Set the LSMinimumSystemVersion for MacOS
Diffstat (limited to 'cmake/modules/MacOSXBundleInfo.plist.in')
-rw-r--r--cmake/modules/MacOSXBundleInfo.plist.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/modules/MacOSXBundleInfo.plist.in b/cmake/modules/MacOSXBundleInfo.plist.in
index 4f099f99..f5d97888 100644
--- a/cmake/modules/MacOSXBundleInfo.plist.in
+++ b/cmake/modules/MacOSXBundleInfo.plist.in
@@ -32,5 +32,7 @@
32 <string>${MACOSX_BUNDLE_COPYRIGHT}</string> 32 <string>${MACOSX_BUNDLE_COPYRIGHT}</string>
33 <key>NSPrincipalClass</key> 33 <key>NSPrincipalClass</key>
34 <string>NSApplication</string> 34 <string>NSApplication</string>
35 <key>LSMinimumSystemVersion</key>
36 <string>${CMAKE_OSX_DEPLOYMENT_TARGET}</string>
35</dict> 37</dict>
36</plist> 38</plist>