Skip to content

Commit eb3cd18

Browse files
authored
Update installation.ios.md
1 parent 4617ac5 commit eb3cd18

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/installation.ios.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,23 +28,23 @@ cd ios && pod update --verbose
2828

2929
If you prefer not to use `react-native link`, we can manually link the package together with the following steps, after `npm install`:
3030

31-
A. In XCode, right click on `Libraries` and find the `Add Files to [project name]`.
31+
**A.** In XCode, right click on `Libraries` and find the `Add Files to [project name]`.
3232

3333
![Add library to project](http://d.pr/i/2gEH.png)
3434

35-
B. Add the `node_modules/react-native-firestack/ios/Firestack.xcodeproj`
35+
**B.** Add the `node_modules/react-native-firestack/ios/Firestack.xcodeproj`
3636

3737
![Firebase.xcodeproj in Libraries listing](http://d.pr/i/19ktP.png)
3838

39-
C. Ensure that the `Build Settings` of the `Firestack.xcodeproj` project is ticked to _All_ and it's `Header Search Paths` include both of the following paths _and_ are set to _recursive_:
39+
**C.** Ensure that the `Build Settings` of the `Firestack.xcodeproj` project is ticked to _All_ and it's `Header Search Paths` include both of the following paths _and_ are set to _recursive_:
4040

4141
1. `$(SRCROOT)/../../react-native/React`
4242
2. `$(SRCROOT)/../node_modules/react-native/React`
4343
3. `${PROJECT_DIR}/../../../ios/Pods`
4444

4545
![Recursive paths](http://d.pr/i/1hAr1.png)
4646

47-
D. Setting up cocoapods
47+
**D.** Setting up cocoapods
4848

4949
Since we're dependent upon cocoapods (or at least the Firebase libraries being available at the root project -- i.e. your application), we have to make them available for Firestack to find them.
5050

0 commit comments

Comments
 (0)