Skip to content

Commit

Permalink
Bump Xcode version in Cocoapods integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
azarovalex committed Jun 9, 2023
1 parent 754cade commit 67284c1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
19 changes: 10 additions & 9 deletions .circleci/config.yml
Expand Up @@ -285,10 +285,10 @@ jobs:
default: false
iOS:
type: string
default: "15.2"
default: "16.2"
xcode:
type: string
default: "13.2.1"
default: "14.2.0"
lint:
type: boolean
default: false
Expand All @@ -297,6 +297,7 @@ jobs:
default: false
macos:
xcode: << parameters.xcode >>
resource_class: macos.x86.medium.gen2
environment:
HOMEBREW_NO_AUTO_UPDATE: 1
steps:
Expand All @@ -316,7 +317,7 @@ jobs:
condition: << parameters.update >>
steps:
- run: cd Tests/CocoaPodsTest/PodInstall && bundle exec pod install --repo-update
- run: cd Tests/CocoaPodsTest/PodInstall && xcodebuild -workspace PodInstall.xcworkspace -scheme PodInstall -destination 'platform=iOS Simulator,OS=<< parameters.iOS >>,name=iPhone 13 Pro Max' clean build
- run: cd Tests/CocoaPodsTest/PodInstall && xcodebuild -workspace PodInstall.xcworkspace -scheme PodInstall -destination 'platform=iOS Simulator,OS=<< parameters.iOS >>' clean build
- when:
condition: << parameters.archive >>
steps:
Expand Down Expand Up @@ -891,17 +892,17 @@ workflows:
codecoverage: false
context: Slack Orb
- pod-job:
name: "Xcode_13.2.1_iOS_15.2_CP_install"
name: "Xcode_14.2.0_iOS_16.4_CP_install"
update: false
xcode: "13.2.1"
iOS: "15.2"
xcode: "14.2.0"
iOS: "16.2"
archive: true
context: Slack Orb
- pod-job:
name: "Xcode_13.2.1_iOS_15.2_CP_update"
name: "Xcode_14.0.1_iOS_15.5_CP_update"
update: true
xcode: "13.2.1"
iOS: "15.2"
xcode: "14.0.1"
iOS: "15.5"
lint: true
context: Slack Orb
- build-example:
Expand Down
1 change: 1 addition & 0 deletions Tests/CocoaPodsTest/PodInstall/Podfile
@@ -1,3 +1,4 @@
source 'https://cdn.cocoapods.org/'
platform :ios, '12.0'
use_frameworks!

Expand Down
2 changes: 1 addition & 1 deletion Tests/CocoaPodsTest/PodInstall/Podfile.lock
Expand Up @@ -65,6 +65,6 @@ SPEC CHECKSUMS:
Solar-dev: 4612dc9878b9fed2667d23b327f1d4e54e16e8d0
Turf: 469ce2c3d22e5e8e4818d5a3b254699a5c89efa4

PODFILE CHECKSUM: 20f356205cc7a366d6b3c177155b683e2d62b354
PODFILE CHECKSUM: bde8103af0e9b326531ee57cf1fa935cbd5f2e18

COCOAPODS: 1.12.1

0 comments on commit 67284c1

Please sign in to comment.