Skip to content

Commit 17a7298

Browse files
authored
Add Xcode 16 support (#238)
1 parent a0520b6 commit 17a7298

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ci/run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ create_sim() {
126126
xcrun simctl create "$1" "$3" "$runtime" || fail "Failed to create $2 simulator for testing"
127127
}
128128

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

131131
xcb "Run tests for iOS" test \
132132
-scheme "ALL_TESTS" \

ci/spotify_os.xcconfig

+1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ WARNING_CFLAGS_XCODE_1200 = $(WARNING_CFLAGS_XCODE_1100)
9292
WARNING_CFLAGS_XCODE_1300 = $(WARNING_CFLAGS_XCODE_1200)
9393
WARNING_CFLAGS_XCODE_1400 = $(WARNING_CFLAGS_XCODE_1300)
9494
WARNING_CFLAGS_XCODE_1500 = $(WARNING_CFLAGS_XCODE_1400)
95+
WARNING_CFLAGS_XCODE_1600 = $(WARNING_CFLAGS_XCODE_1500)
9596

9697
// Warnings
9798
CLANG_WARN__ARC_BRIDGE_CAST_NONARC = YES

0 commit comments

Comments
 (0)