mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-24 09:27:31 +09:00
Merge remote-tracking branch 'origin/tracking' into custom
This commit is contained in:
commit
7f3ccb5dc3
12 changed files with 310 additions and 188 deletions
|
|
@ -21,8 +21,9 @@ if sys.platform == 'darwin':
|
|||
|
||||
KNOWN_SDK_VERSIONS = ["10.7", "10.8", "10.9", "10.10", "10.11"
|
||||
"10.12", "10.13", "10.14", "10.15", "10.16",
|
||||
"11.0", "11.1", "11.2", "11.3",
|
||||
"12.0"]
|
||||
"11.0", "11.1", "11.2", "11.3", "12.0", "12.1", "12.3",
|
||||
"13.0", "13.1", "13.2", "14.0", "14.2", "14.4", "14.5",
|
||||
"15.0", "15.1", "15.2", "15.4"]
|
||||
|
||||
REGEX = "^MacOSX(\d+\.\d+)\.sdk$"
|
||||
SDK_VERSION = re.findall(REGEX, os.path.basename(SDK_PATH))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue