diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-03-19 22:47:43 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-03-19 22:47:43 +0100 |
commit | d3fbc5557ed8bd495e9a5d2e1fd5aff48a1589b3 (patch) | |
tree | 814145c2c1e6b00503bf9279edc074325f5d3e4e | |
parent | 477b717324da86bb15849e032fd8361f95fca4f9 (diff) | |
download | kube-d3fbc5557ed8bd495e9a5d2e1fd5aff48a1589b3.tar.gz kube-d3fbc5557ed8bd495e9a5d2e1fd5aff48a1589b3.zip |
Set the LSMinimumSystemVersion for MacOS
-rw-r--r-- | cmake/modules/MacOSXBundleInfo.plist.in | 2 |
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> |