mirror of https://github.com/Syncplay/syncplay
Set 10.11.0 as minimum macOS version in the .app bundle
This commit is contained in:
parent
e3dd4e68e9
commit
6b515e671c
|
@ -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