Skip to content

Commit 74f3c1b

Browse files
RaffiRaffi
authored andcommitted
update yospace readme
1 parent f2102e7 commit 74f3c1b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Code/Yospace/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

2525
1. 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
3129
post_install do |installer|
3230
custom_framework_path = "#{installer.sandbox.root}/YOAdManagement-Release/YOAdManagement.xcframework"
@@ -41,6 +39,8 @@ post_install do |installer|
4139
end
4240
end
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

4545
To support custom feature builds of THEOplayerSDK perform the following steps:
4646

0 commit comments

Comments
 (0)