We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 100ea67 commit a9c8cd2Copy full SHA for a9c8cd2
Makefile
@@ -1,4 +1,4 @@
1
-iOS_VERSION := 15.5
+iOS_VERSION := 16.2
2
3
SCHEME := "RMQClient"
4
@@ -16,7 +16,7 @@ tests_iOS: test_dependencies
16
xcodebuild test \
17
-project RMQClient.xcodeproj \
18
-scheme "${SCHEME}" \
19
- -destination 'platform=iOS Simulator,name=iPhone 13,OS=$(iOS_VERSION)' | \
+ -destination 'platform=iOS Simulator,name=iPhone 14,OS=$(iOS_VERSION)' | \
20
xcpretty
21
22
tests_MacOS: test_dependencies
0 commit comments