Skip to content

Commit

Permalink
Drop down to Xcode 14.2 in an attempt to fix the linting
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanceriu committed Aug 11, 2023
1 parent 4cf139f commit 43caaeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ platform :ios do

before_all do
# Ensure used Xcode version
xcversion(version: "~> 14.3")
xcversion(version: "14.2")
end

#### Pod ####
Expand Down

0 comments on commit 43caaeb

Please sign in to comment.