Skip to content

Commit 7d7caeb

Browse files
committed
added xcpretty
1 parent 5e37541 commit 7d7caeb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build_ipa.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ jobs:
4040
CODE_SIGNING_REQUIRED=NO \
4141
CODE_SIGNING_ALLOWED=NO \
4242
SWIFT_OPTIMIZATION_LEVEL="-Onone" \
43-
IPHONEOS_DEPLOYMENT_TARGET=17.4
43+
IPHONEOS_DEPLOYMENT_TARGET=17.4 \
44+
| xcpretty
4445
4546
- name: 4. Package .app into .ipa
4647
run: |

0 commit comments

Comments
 (0)