Skip to content

Commit

Permalink
add verbose flag to fastlane ios builds
Browse files Browse the repository at this point in the history
  • Loading branch information
siddarthkay committed Mar 16, 2023
1 parent 25005fe commit 566fe55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ def build_ios_adhoc(readonly: false, pr_build: false)
scheme: scheme,
workspace: 'ios/StatusIm.xcworkspace',
configuration: 'Release',
verbose: true,
clean: true,
export_method: 'ad-hoc',
output_name: 'StatusIm',
Expand Down

0 comments on commit 566fe55

Please sign in to comment.