Skip to content

Commit aa46e26

Browse files
committed
remove xcpretty
1 parent a2be7da commit aa46e26

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

fastlane/Fastfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -683,10 +683,7 @@ platform :ios do
683683
scheme: 'RevenueCatUI',
684684
destination: "platform=" + platform + ",name=" + destination,
685685
sdk: sdk,
686-
output_style: :raw,
687686
result_bundle_path: 'fastlane/test_output/revenuecatui.xcresult',
688-
report_formats: [:junit],
689-
report_path: 'fastlane/test_output/revenuecatui/tests.xml',
690687
test: true,
691688
xcargs: xcargs
692689
)

0 commit comments

Comments
 (0)