Skip to content

Commit

Permalink
reverted change to export_method
Browse files Browse the repository at this point in the history
  • Loading branch information
Talhaali00 committed Mar 20, 2024
1 parent f409702 commit ee996b4
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 @@ -162,7 +162,7 @@ platform :ios do
configuration: "Release",
project: "Example/ExampleApp.xcodeproj",
scheme: ENV["SCHEME"],
export_method: "development",
export_method: "app-store",
export_options: {
provisioningProfiles: {
ENV["SCHEME"] => "sigh_#{ENV["SCHEME"]}_appstore_profile-name"
Expand Down

0 comments on commit ee996b4

Please sign in to comment.