Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
n3d1117 authored Jul 4, 2019
1 parent 0bf7ab6 commit af7b274
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ $ cd appdb/
$ carthage update --platform iOS
$ open appdb.xcodeproj
```
Note: this project references the AdMob SDK. You will need to download it from [here](https://developers.google.com/admob/ios/download), unzip it and import the `.framework` files (`GoogleMobileAds.framework`, `GoogleAppMeasurement.framework`, `GoogleUtilities.framework` and `nanopb.framework`) inside the project's `Frameworks` folder. Make sure to select `Copy items if needed` when copying the files.

Don't forget to change `GADApplicationIdentifier` in `Info.plist` to your identifier, as well as `bannerUnitID` and `interstitialUnitID` in `AdHelper.swift`.

## License
MIT License. See [LICENSE](LICENSE) file for further information.

0 comments on commit af7b274

Please sign in to comment.