We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d6d704 commit 5adca74Copy full SHA for 5adca74
ios/.xcode-version
@@ -0,0 +1 @@
1
+15.4
ios/fastlane/Fastfile
@@ -115,10 +115,7 @@ platform :ios do
115
update_project_provisioning(
116
profile: ENV["sigh_com.oztechan.ccc_" + match_type + "_profile-path"]
117
)
118
- xcodes(
119
- version: '15.4',
120
- select_for_current_build_only: true,
121
- )
+ xcodes(select_for_current_build_only: true)
122
gym(
123
workspace: "CCC.xcworkspace",
124
scheme: "CCC",
0 commit comments