mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-05 22:55:41 +13: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-use-cache: true
|
||||
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
|
||||
run: cd src/pandios && ./build.sh
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# Settings for the SwiftUI frontend
|
||||
ARCH=arm64
|
||||
CONFIGURATION=Release
|
||||
SDK=iphonesimulator18.2
|
||||
SDK=iphonesimulator
|
||||
|
||||
# Settings for the emulator core
|
||||
EMULATOR_BUILD_TYPE=Release
|
||||
|
|
Loading…
Add table
Reference in a new issue