1
0
mirror of https://github.com/Syncplay/syncplay synced 2025-03-11 06:07:53 +00:00

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', 'CFBundleName':'Syncplay',
'CFBundleShortVersionString':syncplay.version, 'CFBundleShortVersionString':syncplay.version,
'CFBundleIdentifier':'pl.syncplay.Syncplay', 'CFBundleIdentifier':'pl.syncplay.Syncplay',
'NSHumanReadableCopyright': '@ 2017 Syncplay All Rights Reserved' 'LSMinimumSystemVersion':'10.11.0',
'NSHumanReadableCopyright': '@ 2018 Syncplay All Rights Reserved'
} }
} }