Skip to content

Commit

Permalink
Update Fastlane
Browse files Browse the repository at this point in the history
  • Loading branch information
PSchmiedmayer committed Sep 27, 2023
1 parent 000fa77 commit 7beefa4
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,7 @@ platform :ios do
lane :build do
build_app(
derived_data_path: ".derivedData",
destination: "generic/platform=iOS",
export_options: {
signingStyle: "manual",
export_method: "app-store",
codesigning_identity: "Apple Distribution: Paul Schmiedmayer (637867499T)",
provisioningProfiles: {
"edu.stanford.templateapplication" => "TemplateApplication",
"edu.stanford.templateapplication.watchapp" => "TemplateWatchApplication"
}
}
destination: "generic/platform=iOS"
)
end

Expand Down

0 comments on commit 7beefa4

Please sign in to comment.