Set 10.11.0 as minimum macOS version in the .app bundle

This commit is contained in:
Alberto Sottile 2018-06-17 15:24:46 +02:00
parent cad237c0fc
commit 4fae32a466

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'
}
}