|
1 | 1 | # iOS Prebuild Scripts |
2 | 2 |
|
3 | | -This directory contains scripts for prebuilding React Native itself into XCFrameworks for iOS and related platforms. |
| 3 | +This directory contains scripts for prebuilding React Native itself into |
| 4 | +XCFrameworks for iOS and related platforms. |
4 | 5 |
|
5 | 6 | ## Overview |
6 | 7 |
|
7 | | -These scripts automate the process of building React Native as a Swift Package and packaging it into XCFrameworks that can be distributed and consumed by iOS applications. The build process creates optimized frameworks for multiple architectures and platforms. |
| 8 | +These scripts automate the process of building React Native as a Swift Package |
| 9 | +and packaging it into XCFrameworks that can be distributed and consumed by iOS |
| 10 | +applications. The build process creates optimized frameworks for multiple |
| 11 | +architectures and platforms. |
8 | 12 |
|
9 | 13 | ## Purpose |
10 | 14 |
|
@@ -119,9 +123,14 @@ issues when: |
119 | 123 |
|
120 | 124 | ## Integrating in your project with Cocoapods |
121 | 125 |
|
122 | | -For consuming, debugging or troubleshooting when using Cocoapods scripts, you can use the following environment variables: |
123 | | - |
124 | | -- `RCT_USE_PREBUILT_RNCORE`: If set to 1, it will use the release tarball from Maven instead of building from source. |
125 | | -- `RCT_TESTONLY_RNCORE_TARBALL_PATH`: **TEST ONLY** If set, it will use a local tarball of RNCore if it exists. |
126 | | -- `RCT_TESTONLY_RNCORE_VERSION`: **TEST ONLY** If set, it will override the version of RNCore to be used. |
127 | | -- `RCT_SYMBOLICATE_PREBUILT_FRAMEWORKS`: If set to 1, it will download the dSYMs for the prebuilt RNCore frameworks and install these in the framework folders |
| 126 | +For consuming, debugging or troubleshooting when using Cocoapods scripts, you |
| 127 | +can use the following environment variables: |
| 128 | + |
| 129 | +- `RCT_USE_PREBUILT_RNCORE`: If set to 1, it will use the release tarball from |
| 130 | + Maven instead of building from source. |
| 131 | +- `RCT_TESTONLY_RNCORE_TARBALL_PATH`: **TEST ONLY** If set, it will use a local |
| 132 | + tarball of RNCore if it exists. |
| 133 | +- `RCT_TESTONLY_RNCORE_VERSION`: **TEST ONLY** If set, it will override the |
| 134 | + version of RNCore to be used. |
| 135 | +- `RCT_SYMBOLICATE_PREBUILT_FRAMEWORKS`: If set to 1, it will download the dSYMs |
| 136 | + for the prebuilt RNCore frameworks and install these in the framework folders |
0 commit comments