Skip to content

Commit

Permalink
[#3513] Move from xcversion to xcodes and use Xcode 15 (#3514)
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaozhan authored Jun 3, 2024
1 parent aea6bae commit 1b6a0ef
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,10 @@ platform :ios do
update_project_provisioning(
profile: ENV["sigh_com.oztechan.ccc_" + match_type + "_profile-path"]
)
xcversion(version: '~> 14')
xcodes(
version: '15.4',
select_for_current_build_only: true,
)
gym(
workspace: "CCC.xcworkspace",
scheme: "CCC",
Expand Down

0 comments on commit 1b6a0ef

Please sign in to comment.