Skip to content

Commit a9c8cd2

Browse files
Target modern iOS and iPhone
(cherry picked from commit 82c0fee4f6cae418fda4ddf939258d878da74ab8)
1 parent 100ea67 commit a9c8cd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
iOS_VERSION := 15.5
1+
iOS_VERSION := 16.2
22

33
SCHEME := "RMQClient"
44

@@ -16,7 +16,7 @@ tests_iOS: test_dependencies
1616
xcodebuild test \
1717
-project RMQClient.xcodeproj \
1818
-scheme "${SCHEME}" \
19-
-destination 'platform=iOS Simulator,name=iPhone 13,OS=$(iOS_VERSION)' | \
19+
-destination 'platform=iOS Simulator,name=iPhone 14,OS=$(iOS_VERSION)' | \
2020
xcpretty
2121

2222
tests_MacOS: test_dependencies

0 commit comments

Comments
 (0)