From af7b2742447a4a4e0e09db348ca9f98d5e61078b Mon Sep 17 00:00:00 2001 From: ned Date: Thu, 4 Jul 2019 17:01:37 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d620d8ca..d3f21690 100644 --- a/README.md +++ b/README.md @@ -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.