Skip to content

Commit

Permalink
Use Automatic?
Browse files Browse the repository at this point in the history
  • Loading branch information
PSchmiedmayer committed Sep 26, 2023
1 parent 609677d commit e155de0
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,7 @@ platform :ios do
desc "Build app"
lane :build do
build_app(
derived_data_path: ".derivedData",
export_options: {
signingStyle: "manual",
provisioningProfiles: {
"edu.stanford.templateapplication" => "TemplateApplication",
"edu.stanford.templateapplication.watchapp" => "TemplateWatchApplication"
}
}
derived_data_path: ".derivedData"
)
end

Expand Down

0 comments on commit e155de0

Please sign in to comment.