ci(apple): bump apple runtime workflows to xcode 16.1 (#10589) bb48627e1e

Co-authored-by: David Skuza <david@rive.app>
This commit is contained in:
dskuza
2025-09-15 19:06:22 +00:00
parent ad355ade5d
commit 3c89ddbf13
5 changed files with 7 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
// swift-tools-version:5.9
// swift-tools-version:5.10
import PackageDescription
let package = Package(

View File

@@ -84,8 +84,8 @@ jobs:
sudo mv premake5 /usr/local/bin
pip3 install ply
- name: Select Xcode 15.4
run: sudo xcodes select 15.4
- name: Select Xcode 16.1
run: sudo xcodes select 16.1
- name: Install all Xcode platforms
run: xcodebuild -downloadAllPlatforms

View File

@@ -41,8 +41,8 @@ jobs:
sudo mv premake5 /usr/local/bin
pip3 install ply
- name: Select Xcode 15.4
run: sudo xcodes select 15.4
- name: Select Xcode 16.1
run: sudo xcodes select 16.1
- name: Build for iOS Simulator (using the cache, we should make an archive of course)
run: |

View File

@@ -1 +1 @@
fa6ac73d94e297bc6ac7a5485e0d33c34c84ff51
bb48627e1ec1aaf3ff77eacb4a1f1f20874918d8

View File

@@ -5,7 +5,7 @@ test_ios_simulator() {
# Test RiveRuntime on a iOS simulator
xcodebuild -workspace Rive.xcworkspace \
-scheme RiveRuntime \
-destination platform=iOS\ Simulator,name=iPhone\ 15 \
-destination platform=iOS\ Simulator,name=iPhone\ 16 \
clean test | xcpretty
}