From ef5931b939ad82f228988d5d707110717ada5ae0 Mon Sep 17 00:00:00 2001 From: Michael Diarmid Date: Thu, 23 Mar 2017 13:29:01 +0000 Subject: [PATCH] Update installation.ios.md --- docs/installation.ios.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.ios.md b/docs/installation.ios.md index c3b9d6fe..fcf9239d 100644 --- a/docs/installation.ios.md +++ b/docs/installation.ios.md @@ -1,10 +1,10 @@ -#iOS Installation +# iOS Installation If you don't want to use cocoapods, you don't need to use it! Just make sure you link the Firebase libraries in your project manually. For more information, check out the relevant Firebase docs at [https://firebase.google.com/docs/ios/setup#frameworks](https://firebase.google.com/docs/ios/setup#frameworks). ## cocoapods -Unfortunately, due to AppStore restrictions, we currently do _not_ package Firebase libraries in with Firebase. However, the good news is we've automated the process (with many thanks to the Auth0 team for inspiration) of setting up with cocoapods. This will happen automatically upon linking the package with `react-native-cli`. +We've automated the process of setting up with cocoapods. This will happen automatically upon linking the package with `react-native-cli`. **Remember to use the `ios/[YOUR APP NAME].xcworkspace` instead of the `ios/[YOUR APP NAME].xcproj` file from now on**.