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 b9dd051 + f166025 commit 3c9676a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .fastlane/Fastfile
Expand Up @@ -231,7 +231,8 @@ platform :ios do
export_method: options[:export_method],
scheme: "Kickstarter-iOS",
configuration: options[:configuration],
export_options: export_options
export_options: export_options,
sdk: "iOS 15.4"
)
end

Expand Down

0 comments on commit 3c9676a

Please sign in to comment.