We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 499f55c commit 5b346ccCopy full SHA for 5b346cc
1 file changed
.github/workflows/e2e.yml
@@ -102,12 +102,15 @@ jobs:
102
-destination 'generic/platform=iOS' \
103
-archivePath build/demo.xcarchive \
104
-derivedDataPath build \
105
+ -quiet \
106
+ -hideShellScriptEnvironment \
107
CODE_SIGN_STYLE=Manual \
108
COMPILER_INDEX_STORE_ENABLE=NO
109
xcodebuild -exportArchive \
110
111
-exportOptionsPlist ExportOptions.plist \
- -exportPath build/ipa
112
+ -exportPath build/ipa \
113
+ -quiet
114
115
- name: Verify aps-environment in IPA
116
working-directory: examples/demo/ios
0 commit comments