Skip to content

Commit e2a2221

Browse files
authored
Pod file version and read me file changes (#73)
* Kicthen-Sink Changes Version 3.11.1 * Pod file version and readme file update
1 parent 2eca3a8 commit e2a2221

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

Podfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ target 'KitchenSink' do
77
use_frameworks!
88

99
# Pods for KitchenSink
10-
pod 'WebexSDK','~> 3.11.0'
11-
# pod 'WebexSDK/Meeting','~> 3.11.0' # Uncomment this line and comment the above line for Meeting-only SDK
12-
# pod 'WebexSDK/Wxc','~> 3.11.0' # Uncomment this line and comment the above line for Calling-only SDK
10+
pod 'WebexSDK','~> 3.11.1'
11+
# pod 'WebexSDK/Meeting','~> 3.11.1' # Uncomment this line and comment the above line for Meeting-only SDK
12+
# pod 'WebexSDK/Wxc','~> 3.11.1' # Uncomment this line and comment the above line for Calling-only SDK
1313

1414

1515
target 'KitchenSinkUITests' do
@@ -23,7 +23,7 @@ target 'KitchenSinkBroadcastExtension' do
2323
use_frameworks!
2424

2525
# Pods for KitchenSinkBroadcastExtension
26-
pod 'WebexBroadcastExtensionKit','~> 3.11.0'
26+
pod 'WebexBroadcastExtensionKit','~> 3.11.1'
2727

2828
end
2929

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ This demo supports iOS device with **iOS 13** or later
3535

3636
## Download App
3737
You can download our Demo App from TestFlight.
38-
1. Download TestFlight from App Stroe.
38+
1. Download TestFlight from App Store.
3939
1. Open the public url(https://testflight.apple.com/join/obJ7Inof) from your iPhone browser.
4040
1. Start Testing and install Ktichen Sink App from TestFlight.
4141

@@ -93,4 +93,7 @@ Here are the steps to setup Xcode project using [CocoaPods](http://cocoapods.org
9393
1. select the KitchenSinkBroadcastExtension, tap Start Broadcast button
9494

9595
## API Reference
96-
For complete API Reference, see [documentation](https://webex.github.io/webex-ios-sdk/)
96+
For complete API Reference, see [documentation](https://webex.github.io/webex-ios-sdk/)
97+
98+
## Privacy Manifest
99+
In order to use WebexSDK in your iOS app, .xcprivacy file should be added to your application. Privacy manifest file can be found in [here](https://github.com/webex/webex-ios-sdk-example/blob/master/KitchenSink/PrivacyInfo.xcprivacy).

0 commit comments

Comments
 (0)