Skip to content

Commit

Permalink
Specify scheme for Fastlane build
Browse files Browse the repository at this point in the history
  • Loading branch information
tbodt committed Nov 12, 2020
1 parent c2663df commit e18136b
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 @@ -13,7 +13,7 @@ lane :beta do
force: true,
)

build_app(project: 'iSH.xcodeproj')
build_app(project: 'iSH.xcodeproj', scheme: 'iSH')
upload_to_testflight(
changelog: testflight_changelog,
wait_for_uploaded_build: true,
Expand Down

0 comments on commit e18136b

Please sign in to comment.