Skip to content

Commit

Permalink
Try iOS 17 with Xcode 14.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maratal committed Nov 13, 2023
1 parent 3a6ba31 commit f985ab8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/integration-test-iOS17_0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
- name: Check out SDK repo
uses: actions/checkout@v2

- name: Select Specific Xcode Version (15.0.1)
- name: Select Specific Xcode Version (14.3.1)
run: |
sudo xcode-select -s /Applications/Xcode_15.0.1.app
sudo xcode-select -s /Applications/Xcode_14.3.1.app
echo "Selected Xcode version:"
xcodebuild -version
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
- name: Build APNS Example Project
working-directory: ./Examples/AblyPush
run: |
xcodebuild build -scheme "AblyPushExample" -destination "platform=iOS Simulator,name=iPhone 15" -configuration "Debug"
xcodebuild build -scheme "AblyPushExample" -destination "platform=iOS Simulator,name=iPhone 14" -configuration "Debug"
- name: Xcodebuild Logs Artifact
if: always()
Expand Down Expand Up @@ -130,4 +130,4 @@ jobs:
echo 'Installing cathage dependencies...'
carthage update --use-xcframeworks --platform iOS --no-use-binaries
echo 'Building AblyCarthage example...'
xcodebuild build -scheme "AblyCarthage" -destination "platform=iOS Simulator,name=iPhone 15" -configuration "Debug"
xcodebuild build -scheme "AblyCarthage" -destination "platform=iOS Simulator,name=iPhone 14" -configuration "Debug"
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ platform :ios do

LANE_CONFIGS = [
LaneConfig.new(:test_iOS16_4, "Ably-iOS", ["iPhone 14 (16.4)"]),
LaneConfig.new(:test_iOS17_0, "Ably-iOS", ["iPhone 15 (17.0)"]),
LaneConfig.new(:test_iOS17_0, "Ably-iOS", ["iPhone 14 (17.0)"]),
LaneConfig.new(:test_tvOS16_4, "Ably-tvOS", ["Apple TV 4K (3rd generation) (16.4)"]),
LaneConfig.new(:test_macOS, "Ably-macOS")
]
Expand Down

0 comments on commit f985ab8

Please sign in to comment.