Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaozhan committed Jun 3, 2024
2 parents 6b7e439 + 1b6a0ef commit 4e4cecf
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 4e4cecf

Please sign in to comment.