You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -504,7 +504,7 @@ You would have to do a bit more work to properly secure and move your API key ou
504
504
source 'https://rubygems.org'
505
505
506
506
gem 'cocoapods'
507
-
gem 'cocoapods-keys
507
+
gem 'cocoapods-keys'
508
508
```
509
509
510
510
- Install the [cocoapods-keys](https://github.com/orta/cocoapods-keys) CocoaPod plugin by running the following on your terminal from your `/ios` directory:
@@ -531,7 +531,7 @@ end
531
531
- Consult the [usage](https://github.com/orta/cocoapods-keys#usage) and [alternative usage](https://github.com/orta/cocoapods-keys#alternative-usage) sections of the `cocoapods-keys` repo to learn how to add your API key to keychain on the Mac.
532
532
- Set up your key with `cocoapods-keys` with either of the instructions from the line above.
533
533
- Run `pod install` again from your `/ios` directory.
534
-
- Replace the string versions of your key in your `AppDelegate.m` file. You can review a sample usgae in the [Sample App](https://github.com/tolu360/RNGPDemos)
534
+
- Replace the string versions of your key in your `AppDelegate.m` file. You can review a sample usage in the [Sample App](https://github.com/tolu360/RNGPDemos)
535
535
- You may skip these steps and continue to have your API key directly in `AppDelegate.m`, things would work just as fine.
0 commit comments