Skip to content

Commit aeb9adc

Browse files
committed
Updated README with removing build phases (no longer necessary)
1 parent b45513d commit aeb9adc

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,4 @@ android/gradlew
5454
android/gradlew.bat
5555
android/gradle/
5656
.idea
57+
.idea

README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ Getting `react-native-firestack` up and running in your app should be a 2 step p
4141

4242
1. Install the `npm` package
4343
2. Link the project with `react-native link react-native-firestack`
44-
3. Modify the _Build Phases_ for iOS like it says below.
45-
4. To ensure Android is setup, check your `MainApplication.java` for the `FirestackPackage()` line.
44+
3. To ensure Android is setup, check your `MainApplication.java` for the `FirestackPackage()` line.
4645

4746
Those steps in more detail:
4847

@@ -82,19 +81,15 @@ If you prefer not to use `rnpm`, we can manually link the package together with
8281

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

85-
3. In the project's "Build Settings" tab in your app's target, add `libFirestack.a` to the list of `Link Binary with Libraries`
86-
87-
![Linking binaries](http://d.pr/i/1cHgs.png)
88-
89-
4. 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_:
84+
3. 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_:
9085

9186
1. `$(SRCROOT)/../../react-native/React`
9287
2. `$(SRCROOT)/../node_modules/react-native/React`
9388
3. `${PROJECT_DIR}/../../../ios/Pods`
9489

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

97-
5. Setting up cocoapods
92+
4. Setting up cocoapods
9893

9994
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.
10095

0 commit comments

Comments
 (0)