diff options
author | Memphiz <memphis@machzwo.de> | 2017-04-04 23:41:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-04 23:41:37 +0200 |
commit | c0cc060118650eea7bf1ab916e58b38cded13edc (patch) | |
tree | c0b88ed8e9c8b14d6864ca6565b08018fe802d08 | |
parent | 653e5b801b64a4f44072f1382bb57b7bef65a8e7 (diff) | |
parent | d37c1370992206859c5a974fd3c24e223c8afa65 (diff) |
Merge pull request #11932 from Memphiz/osx_minversion
[osx] - add the minimum required osx version to the info.plist - this…
-rw-r--r-- | xbmc/platform/darwin/osx/Info.plist.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xbmc/platform/darwin/osx/Info.plist.in b/xbmc/platform/darwin/osx/Info.plist.in index 79f37b3591..c6a0394c6d 100644 --- a/xbmc/platform/darwin/osx/Info.plist.in +++ b/xbmc/platform/darwin/osx/Info.plist.in @@ -22,6 +22,8 @@ <string>@APP_VERSION_MAJOR@.@APP_VERSION_MINOR@.@APP_VERSION_TAG_LC@</string> <key>CFBundleVersion</key> <string>r####</string> + <key>LSMinimumSystemVersion</key> + <string>@CMAKE_OSX_DEPLOYMENT_TARGET@</string> <key>CFBundleSignature</key> <string>@APP_NAME@</string> </dict> |