From bc92ace8edef9d5ae4f9e5d6af5eccb8cfca4443 Mon Sep 17 00:00:00 2001 From: Michael Diarmid Date: Sun, 8 Oct 2017 18:25:58 +0100 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 27e12520..d98bab6f 100644 --- a/docs/installation-ios.md +++ b/docs/installation-ios.md @@ -11,8 +11,8 @@ Setup the `GoogleService-Info.plist` file by following the instructions and addi Adding the file into the directory doesn't automatically add the file to the iOS project. You need to then manually add it by doing the following: -  - 2.1. Open `/ios/'project name'.xcworkspace` file via XCode -    - 2.1.1. If you've not got a `.xcworkspace` file yet then you'll need to come back to these steps after setting up your pods + pod install (step 3 on this page) + - 2.1. Open `/ios/'project name'.xcworkspace` file via XCode + - 2.1.1. If you've not got a `.xcworkspace` file yet then you'll need to come back to these steps after setting up your pods + pod install (step 3 on this page) - 2.2. Right click on your project - 2.3. Click "Add files to 'project name'" - 2.4. Select the .plist file you copied into your project