Skip to content

Commit

Permalink
Update fastfile xcode version to 15.2 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
ifosli committed Feb 6, 2024
1 parent 8062d9a commit e502973
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ orbs:
aws_cli_setup: &aws_cli_setup
role-arn: $AWS_ROLE_ARN

# Keep xcode version in sync with `.fastlane/Fastfile`
xcode_version: &xcode_version 15.2.0
iphone_name: &iphone_name iPhone SE (3rd generation)

Expand Down
3 changes: 2 additions & 1 deletion .fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,8 @@ platform :ios do
end

private_lane :xcode_check do
xcodes(version: "14.2", select_for_current_build_only: true)
# Keep xcode version in sync with `.circleci/config.yml`
xcodes(version: "15.2", select_for_current_build_only: true)
end

private_lane :build_the_app do |options|
Expand Down

0 comments on commit e502973

Please sign in to comment.