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:
parent
cad237c0fc
commit
4fae32a466
@ -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'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user