Skip to content

Commit

Permalink
Add Xcode 16 support
Browse files Browse the repository at this point in the history
  • Loading branch information
kmcbride committed Sep 9, 2024
1 parent a0520b6 commit accb68b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ci/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ create_sim() {
xcrun simctl create "$1" "$3" "$runtime" || fail "Failed to create $2 simulator for testing"
}

create_sim dataloader-tester-ios iOS com.apple.CoreSimulator.SimDeviceType.iPhone-8
create_sim dataloader-tester-ios iOS com.apple.CoreSimulator.SimDeviceType.iPhone-XR

xcb "Run tests for iOS" test \
-scheme "ALL_TESTS" \
Expand Down
1 change: 1 addition & 0 deletions ci/spotify_os.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ WARNING_CFLAGS_XCODE_1200 = $(WARNING_CFLAGS_XCODE_1100)
WARNING_CFLAGS_XCODE_1300 = $(WARNING_CFLAGS_XCODE_1200)
WARNING_CFLAGS_XCODE_1400 = $(WARNING_CFLAGS_XCODE_1300)
WARNING_CFLAGS_XCODE_1500 = $(WARNING_CFLAGS_XCODE_1400)
WARNING_CFLAGS_XCODE_1600 = $(WARNING_CFLAGS_XCODE_1500)

// Warnings
CLANG_WARN__ARC_BRIDGE_CAST_NONARC = YES
Expand Down

0 comments on commit accb68b

Please sign in to comment.