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
|`E2E_RUN_COUNT`|`2`| Number of expanded matrix rows to run in parallel. Keep this aligned with `ruby e2e/scripts/e2e_matrix count`. |
53
53
|`STOREFRONT_DOMAIN`| Bitrise secret or app env | Required by `scripts/setup_storefront_env` for sample app builds. |
54
54
|`STOREFRONT_ACCESS_TOKEN`| Bitrise secret | Required by `scripts/setup_storefront_env` for sample app builds. |
55
+
|`E2E_IOS_EXPORT_METHOD`|`development` initially | Export method for the React Native iOS IPA. |
55
56
56
57
## Future secrets
57
58
@@ -70,7 +71,9 @@ Configure the Bitrise app to run the `e2e` pipeline for pull requests once the s
70
71
71
72
## Code signing
72
73
73
-
React Native iOS IPA generation is added in a later phase and will require Bitrise iOS code signing setup for the sample app.
74
+
React Native iOS IPA generation uses Bitrise's certificate and profile installer before running `xcodebuild archive` and `xcodebuild -exportArchive`.
75
+
76
+
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