diff --git a/.github/workflows/Package.swift.template b/.github/workflows/Package.swift.template index 37120ef..436aeeb 100644 --- a/.github/workflows/Package.swift.template +++ b/.github/workflows/Package.swift.template @@ -1,4 +1,4 @@ -// swift-tools-version:5.9 +// swift-tools-version:5.10 import PackageDescription let package = Package( diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8254359..fdf8b6e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 39a8956..4e3d22a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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: | diff --git a/.rive_head b/.rive_head index edf461f..88039fb 100644 --- a/.rive_head +++ b/.rive_head @@ -1 +1 @@ -fa6ac73d94e297bc6ac7a5485e0d33c34c84ff51 +bb48627e1ec1aaf3ff77eacb4a1f1f20874918d8 diff --git a/scripts/test.sh b/scripts/test.sh index 5aad1a7..ced8fdf 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -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 }