Skip to content

Commit a9d30e1

Browse files
committed
Add missing file
1 parent cdb5dbd commit a9d30e1

1 file changed

Lines changed: 17 additions & 8 deletions

File tree

  • packages/react-native/scripts/ios-prebuild/__docs__

packages/react-native/scripts/ios-prebuild/__docs__/README.md

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# iOS Prebuild Scripts
22

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.
45

56
## Overview
67

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.
812

913
## Purpose
1014

@@ -119,9 +123,14 @@ issues when:
119123

120124
## Integrating in your project with Cocoapods
121125

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

Comments
 (0)