Skip to content

Commit

Permalink
Merge branch 'release-5.7.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
msadoon committed Mar 29, 2023
2 parents 3c9676a + a5a4981 commit 5d8651b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .fastlane/Fastfile
@@ -1,5 +1,5 @@
fastlane_version "2.158.0"

xcversion(version: "8.1")
default_platform :ios

platform :ios do
Expand Down Expand Up @@ -231,8 +231,7 @@ platform :ios do
export_method: options[:export_method],
scheme: "Kickstarter-iOS",
configuration: options[:configuration],
export_options: export_options,
sdk: "iOS 15.4"
export_options: export_options
)
end

Expand Down

0 comments on commit 5d8651b

Please sign in to comment.