Set 10.11.0 as minimum macOS version in the .app bundle

This commit is contained in:
Alberto Sottile 2018-06-17 15:56:29 +02:00
parent e3dd4e68e9
commit 6b515e671c
1 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,8 @@ OPTIONS = {
'CFBundleName':'Syncplay',
'CFBundleShortVersionString':syncplay.version,
'CFBundleIdentifier':'pl.syncplay.Syncplay',
'NSHumanReadableCopyright': '@ 2017 Syncplay All Rights Reserved'
'LSMinimumSystemVersion':'10.11.0',
'NSHumanReadableCopyright': '@ 2018 Syncplay All Rights Reserved'
}
}