Skip to content

Commit 94591e9

Browse files
Target iOS Simulator/Device that ships with XCode 13.3
1 parent 5852687 commit 94591e9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
iOS_VERSION := 14.4
1+
iOS_VERSION := 15.4
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 12,OS=$(iOS_VERSION)' | \
19+
-destination 'platform=iOS Simulator,name=iPhone 13,OS=$(iOS_VERSION)' | \
2020
xcpretty
2121

2222
tests_MacOS: test_dependencies

RMQClientIntegrationTests/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.11.0</string>
18+
<string>0.12.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)