Update installation-ios.md

This commit is contained in:
Michael Diarmid 2017-10-08 18:25:58 +01:00 committed by GitHub
parent 1bc9c70fe1
commit bc92ace8ed
1 changed files with 2 additions and 2 deletions

View File

@ -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 `<project root>/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 `<project root>/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