Skip to content

Commit 87ce669

Browse files
authored
Merge pull request #3 from bidstack-group/MOB-424-OM-sdk-doc-update
MOB-424 OM sdk doc update
2 parents a7649dc + 97d17d6 commit 87ce669

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ There are two ways how you can integrate **BidstackCustomAdapterAdMob** into you
7777
### 1. Using cocoapods
7878

7979
Add to your podfile:
80-
`pod 'BidstackCustomAdapterAdMob', '~> 1.5.0'`
80+
`pod 'BidstackCustomAdapterAdMob', '~> 1.7.0'`
8181

8282
That's it! Now you can run `pod install` from your Terminal and **BidstackCustomAdapterAdMob** and **BidstackMobileAdsSDK** will be installed automatically. No additional steps needed.
8383

@@ -89,32 +89,32 @@ That's it! Now you can run `pod install` from your Terminal and **BidstackCustom
8989
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.
9090

9191

92-
#### 2. Add **BidstackCustomAdapterAdMob.xcframework** and **BidstackMobileAdsSDK.xcframework** to Frameworks folder
92+
#### 2. Add all frameworks to Frameworks folder
9393

94-
Drag and drop both frameworks from Finder into the **Frameworks** folder. Make sure that the destination of drag is just under the **Frameworks** folder:
94+
Drag and drop frameworks from Finder into the **Frameworks** folder. Make sure that the destination of drag is just under the **Frameworks** folder:
9595

96-
<img src="images/bcad-2.png" width="700">
96+
<img src="images/drop-frameworks.png" width="700">
9797

9898
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.
9999

100100
<img src="images/bcad-3.png" width="500">
101101

102-
#### 3. Embed **BidstackCustomAdapterAdMob.xcframework** **BidstackMobileAdsSDK.xcframework** in project's target
102+
#### 3. Embed frameworks in project's target
103103

104104
In order to make sure that the framework will get copied to your app’s binary, follow these steps:
105105

106106
1. Navigate to your project settings by clicking on it in the project navigator.
107107
2. Make sure that your target is selected and General tab is open.
108-
3. Select `Embed & Sign` for your newly added **BidstackMobileAdsSDK.xcframework**.
108+
3. Select `Embed & Sign` for your newly added **BidstackMobileAdsSDK.xcframework** and **OMSDK_Bidstack.xcframework**.
109109
4. Make sure that for **BidstackCustomAdapterAdMob.xcframework** is selected `Do Not Embed`.
110110

111111
![](images/bcad-4.png)
112112

113-
#### 4. Link **BidstackCustomAdapterAdMob.xcframework** and **BidstackMobileAdsSDK.xcframework** with your project
113+
#### 4. Link **BidstackCustomAdapterAdMob.xcframework**, **BidstackMobileAdsSDK.xcframework** and **OMSDK_Bidstack.xcframework** with your project
114114

115115
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.
116116

117-
Then make sure both framework Status is `Required`.
117+
Then make sure that all framework Status is `Required`.
118118

119119
![](images/bcad-5.png)
120120

images/bcad-2.png

-128 KB
Binary file not shown.

images/drop-frameworks.png

113 KB
Loading

0 commit comments

Comments
 (0)