You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: e2e/BITRISE.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,7 @@ Phase 2 only validates the graph shape and intermediate artifact wiring. Browser
27
27
|`E2E_RUN_COUNT`|`2`| Number of expanded matrix rows to run in parallel. Keep this aligned with `ruby e2e/scripts/e2e_matrix count`. |
28
28
|`STOREFRONT_DOMAIN`| Bitrise secret or app env | Required by `scripts/setup_storefront_env` for sample app builds. |
29
29
|`STOREFRONT_ACCESS_TOKEN`| Bitrise secret | Required by `scripts/setup_storefront_env` for sample app builds. |
30
+
|`E2E_IOS_EXPORT_METHOD`|`development` initially | Export method for the React Native iOS IPA. |
30
31
31
32
## Future secrets
32
33
@@ -45,7 +46,9 @@ Configure the Bitrise app to run the `e2e` pipeline for pull requests once the s
45
46
46
47
## Code signing
47
48
48
-
React Native iOS IPA generation is added in a later phase and will require Bitrise iOS code signing setup for the sample app.
49
+
React Native iOS IPA generation uses Bitrise's certificate and profile installer before running `xcodebuild archive` and `xcodebuild -exportArchive`.
50
+
51
+
Upload the required signing certificate and provisioning profile for the React Native sample app to the Bitrise app before running the iOS artifact workflow.
0 commit comments