Skip to content

Commit

Permalink
added SDK version to gym step in Fastfile
Browse files Browse the repository at this point in the history
  • Loading branch information
msadoon committed Mar 29, 2023
1 parent 9dcafad commit f166025
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 f166025

Please sign in to comment.