mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 14:15:41 +12:00
Update iOS build
This commit is contained in:
parent
ed22cb1137
commit
47a1dcaf3e
2 changed files with 1 additions and 4 deletions
3
.github/workflows/iOS_Build.yml
vendored
3
.github/workflows/iOS_Build.yml
vendored
|
@ -29,9 +29,6 @@ jobs:
|
||||||
vulkan-query-version: 1.3.296.0
|
vulkan-query-version: 1.3.296.0
|
||||||
vulkan-use-cache: true
|
vulkan-use-cache: true
|
||||||
vulkan-components: Vulkan-Headers, Vulkan-Loader, SPIRV-Tools, Glslang
|
vulkan-components: Vulkan-Headers, Vulkan-Loader, SPIRV-Tools, Glslang
|
||||||
|
|
||||||
- name: Update Xcode tools
|
|
||||||
run: sudo xcode-select --switch /Library/Developer/CommandLineTools/
|
|
||||||
|
|
||||||
- name: Build core and frontend
|
- name: Build core and frontend
|
||||||
run: cd src/pandios && ./build.sh
|
run: cd src/pandios && ./build.sh
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# Settings for the SwiftUI frontend
|
# Settings for the SwiftUI frontend
|
||||||
ARCH=arm64
|
ARCH=arm64
|
||||||
CONFIGURATION=Release
|
CONFIGURATION=Release
|
||||||
SDK=iphonesimulator18.2
|
SDK=iphonesimulator
|
||||||
|
|
||||||
# Settings for the emulator core
|
# Settings for the emulator core
|
||||||
EMULATOR_BUILD_TYPE=Release
|
EMULATOR_BUILD_TYPE=Release
|
||||||
|
|
Loading…
Add table
Reference in a new issue