Skip to content

Commit 5adca74

Browse files
authored
[#3519] Move Xcode version into .xcode-version file (#3520)
1 parent 7d6d704 commit 5adca74

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

ios/.xcode-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
15.4

ios/fastlane/Fastfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,7 @@ platform :ios do
115115
update_project_provisioning(
116116
profile: ENV["sigh_com.oztechan.ccc_" + match_type + "_profile-path"]
117117
)
118-
xcodes(
119-
version: '15.4',
120-
select_for_current_build_only: true,
121-
)
118+
xcodes(select_for_current_build_only: true)
122119
gym(
123120
workspace: "CCC.xcworkspace",
124121
scheme: "CCC",

0 commit comments

Comments
 (0)