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
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ There are two ways how you can integrate **BidstackCustomAdapterAdMob** into you
77
77
### 1. Using cocoapods
78
78
79
79
Add to your podfile:
80
-
`pod 'BidstackCustomAdapterAdMob', '~> 1.5.0'`
80
+
`pod 'BidstackCustomAdapterAdMob', '~> 1.7.0'`
81
81
82
82
That's it! Now you can run `pod install` from your Terminal and **BidstackCustomAdapterAdMob** and **BidstackMobileAdsSDK** will be installed automatically. No additional steps needed.
83
83
@@ -89,32 +89,32 @@ That's it! Now you can run `pod install` from your Terminal and **BidstackCustom
89
89
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.
90
90
91
91
92
-
#### 2. Add **BidstackCustomAdapterAdMob.xcframework** and **BidstackMobileAdsSDK.xcframework** to Frameworks folder
92
+
#### 2. Add all frameworks to Frameworks folder
93
93
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:
95
95
96
-
<imgsrc="images/bcad-2.png"width="700">
96
+
<imgsrc="images/drop-frameworks.png"width="700">
97
97
98
98
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.
99
99
100
100
<imgsrc="images/bcad-3.png"width="500">
101
101
102
-
#### 3. Embed **BidstackCustomAdapterAdMob.xcframework****BidstackMobileAdsSDK.xcframework** in project's target
102
+
#### 3. Embed frameworks in project's target
103
103
104
104
In order to make sure that the framework will get copied to your app’s binary, follow these steps:
105
105
106
106
1. Navigate to your project settings by clicking on it in the project navigator.
107
107
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**.
109
109
4. Make sure that for **BidstackCustomAdapterAdMob.xcframework** is selected `Do Not Embed`.
110
110
111
111

112
112
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
114
114
115
115
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.
116
116
117
-
Then make sure both framework Status is `Required`.
117
+
Then make sure that all framework Status is `Required`.
0 commit comments