diff --git a/README.md b/README.md index d2baf48..3816d30 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ There are two ways how you can integrate **BidstackCustomAdapterAdMob** into you ### 1. Using cocoapods Add to your podfile: -`pod 'BidstackCustomAdapterAdMob', '~> 1.5.0'` +`pod 'BidstackCustomAdapterAdMob', '~> 1.7.0'` That's it! Now you can run `pod install` from your Terminal and **BidstackCustomAdapterAdMob** and **BidstackMobileAdsSDK** will be installed automatically. No additional steps needed. @@ -89,32 +89,32 @@ That's it! Now you can run `pod install` from your Terminal and **BidstackCustom First of all, double check if your Xcode project contains a **Frameworks** folder in project navigator. If it doesn’t, you have to create one. The **Frameworks** folder is not added by default in latest Xcode and it’s a good practice to keep your frameworks there. -#### 2. Add **BidstackCustomAdapterAdMob.xcframework** and **BidstackMobileAdsSDK.xcframework** to Frameworks folder +#### 2. Add all frameworks to Frameworks folder -Drag and drop both frameworks from Finder into the **Frameworks** folder. Make sure that the destination of drag is just under the **Frameworks** folder: +Drag and drop frameworks from Finder into the **Frameworks** folder. Make sure that the destination of drag is just under the **Frameworks** folder: - + Then, make sure the following options are selected for adding files. Both “Copy items if needed” and “Create groups” should be checked and selected. Click Finish. -#### 3. Embed **BidstackCustomAdapterAdMob.xcframework** **BidstackMobileAdsSDK.xcframework** in project's target +#### 3. Embed frameworks in project's target In order to make sure that the framework will get copied to your app’s binary, follow these steps: 1. Navigate to your project settings by clicking on it in the project navigator. 2. Make sure that your target is selected and General tab is open. -3. Select `Embed & Sign` for your newly added **BidstackMobileAdsSDK.xcframework**. +3. Select `Embed & Sign` for your newly added **BidstackMobileAdsSDK.xcframework** and **OMSDK_Bidstack.xcframework**. 4. Make sure that for **BidstackCustomAdapterAdMob.xcframework** is selected `Do Not Embed`. ![](images/bcad-4.png) -#### 4. Link **BidstackCustomAdapterAdMob.xcframework** and **BidstackMobileAdsSDK.xcframework** with your project +#### 4. Link **BidstackCustomAdapterAdMob.xcframework**, **BidstackMobileAdsSDK.xcframework** and **OMSDK_Bidstack.xcframework** with your project Navigate to the Build Phases tab, disclose the “Link Binary With Libraries” list and both frameworks are included in the list. It should already be included by default after following the steps above, however in case it’s not – click on the + button and add it. -Then make sure both framework Status is `Required`. +Then make sure that all framework Status is `Required`. ![](images/bcad-5.png) diff --git a/images/bcad-2.png b/images/bcad-2.png deleted file mode 100644 index 30173eb..0000000 Binary files a/images/bcad-2.png and /dev/null differ diff --git a/images/drop-frameworks.png b/images/drop-frameworks.png new file mode 100644 index 0000000..9a90317 Binary files /dev/null and b/images/drop-frameworks.png differ