Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jyu115 committed Dec 7, 2023
1 parent 1990483 commit 73821e2
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 @@ -12,7 +12,6 @@ platform :ios do

desc "build swift-sample-app .ipa"
lane :build_swift_sample_app do |options|
export_option(options[:plist])
build_app(
project: "sample-apps/swift-sample-app/swift-sample-app.xcodeproj",
configuration: "Debug",
Expand All @@ -24,6 +23,7 @@ platform :ios do
output_name: "swift-sample-app.ipa",
export_method: "development",
export_team_id: "BP98Z28R86",
export_options: options[:plist]
)
end

Expand Down

0 comments on commit 73821e2

Please sign in to comment.