File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ create_sim() {
126
126
xcrun simctl create " $1 " " $3 " " $runtime " || fail " Failed to create $2 simulator for testing"
127
127
}
128
128
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
130
130
131
131
xcb " Run tests for iOS" test \
132
132
-scheme " ALL_TESTS" \
Original file line number Diff line number Diff line change @@ -92,6 +92,7 @@ WARNING_CFLAGS_XCODE_1200 = $(WARNING_CFLAGS_XCODE_1100)
92
92
WARNING_CFLAGS_XCODE_1300 = $(WARNING_CFLAGS_XCODE_1200)
93
93
WARNING_CFLAGS_XCODE_1400 = $(WARNING_CFLAGS_XCODE_1300)
94
94
WARNING_CFLAGS_XCODE_1500 = $(WARNING_CFLAGS_XCODE_1400)
95
+ WARNING_CFLAGS_XCODE_1600 = $(WARNING_CFLAGS_XCODE_1500)
95
96
96
97
// Warnings
97
98
CLANG_WARN__ARC_BRIDGE_CAST_NONARC = YES
You can’t perform that action at this time.
0 commit comments