File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,10 +23,8 @@ To support custom feature builds of THEOplayerSDK perform the following steps:
2323### [ Cocoapods] ( https://guides.cocoapods.org/using/getting-started.html#getting-started )
2424
25251 . Create a Podfile if you don't already have one. From the root of your project directory, run the following command: ` pod init `
26- 2 . To your Podfile, add the Yospace connector pods that you want to use in your app: ` pod 'THEOplayer-Connector-Yospace' `
27- 3 . Install the pods using ` pod install ` , then open your ` .xcworkspace ` file to see the project in Xcode.
28- 4 . Add the following post-install hook in your Podfile:
29-
26+ 2 . To your Podfile, add the Yospace connector pod that you want to use in your app: ` pod 'THEOplayer-Connector-Yospace' `
27+ 3 . Add the following post-install hook in your Podfile:
3028``` ruby
3129post_install do |installer |
3230 custom_framework_path = " #{ installer.sandbox.root } /YOAdManagement-Release/YOAdManagement.xcframework"
@@ -41,6 +39,8 @@ post_install do |installer|
4139 end
4240end
4341```
42+ Check the Dependencies section below to get information on how to obtain the ` YOAdManagement.xcframework ` as a pod.
43+ 4 . Install the pods using ` pod install ` , then open your ` .xcworkspace ` file to see the project in Xcode.
4444
4545To support custom feature builds of THEOplayerSDK perform the following steps:
4646
You can’t perform that action at this time.
0 commit comments