GUI.spec: Add Minimum version

Ensure users do not launch wxPython binary on 10.9, due to missing dylib concerns
This commit is contained in:
Mykola Grymalyuk
2021-12-23 19:27:12 -07:00
parent ee0b04f05b
commit 0e25f2f3cf

View File

@@ -46,5 +46,6 @@ app = BUNDLE(exe,
bundle_identifier=None,
info_plist={
"CFBundleShortVersionString": constants.Constants().patcher_version,
"NSHumanReadableCopyright": "Copyright 2020-2021 Dortania"
"NSHumanReadableCopyright": "Copyright 2020-2021 Dortania",
"LSMinimumSystemVersion": "10.10.0",
})