Compare commits
2 commits
main
...
iOS-18-SDK
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
376176db22 | ||
|
|
6f54760c2f |
2 changed files with 2 additions and 2 deletions
2
.github/workflows/buildapp.yml
vendored
2
.github/workflows/buildapp.yml
vendored
|
|
@ -8,7 +8,7 @@ on:
|
||||||
inputs:
|
inputs:
|
||||||
sdk_version:
|
sdk_version:
|
||||||
description: "iOS SDK Version"
|
description: "iOS SDK Version"
|
||||||
default: "16.4"
|
default: "18.0"
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
uyou_version:
|
uyou_version:
|
||||||
|
|
|
||||||
2
Makefile
2
Makefile
|
|
@ -1,4 +1,4 @@
|
||||||
export TARGET = iphone:clang:16.4:15.0
|
export TARGET = iphone:clang:18.0:15.0
|
||||||
export ARCHS = arm64
|
export ARCHS = arm64
|
||||||
|
|
||||||
export libcolorpicker_ARCHS = arm64
|
export libcolorpicker_ARCHS = arm64
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue