Skip to content

Commit

Permalink
Pod file version and read me file changes (#73)
Browse files Browse the repository at this point in the history
* Kicthen-Sink Changes Version 3.11.1

* Pod file version and readme file update
  • Loading branch information
nitinsha5 authored Apr 8, 2024
1 parent 2eca3a8 commit e2a2221
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ target 'KitchenSink' do
use_frameworks!

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


target 'KitchenSinkUITests' do
Expand All @@ -23,7 +23,7 @@ target 'KitchenSinkBroadcastExtension' do
use_frameworks!

# Pods for KitchenSinkBroadcastExtension
pod 'WebexBroadcastExtensionKit','~> 3.11.0'
pod 'WebexBroadcastExtensionKit','~> 3.11.1'

end

7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ This demo supports iOS device with **iOS 13** or later

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

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

## API Reference
For complete API Reference, see [documentation](https://webex.github.io/webex-ios-sdk/)
For complete API Reference, see [documentation](https://webex.github.io/webex-ios-sdk/)

## Privacy Manifest
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 comments on commit e2a2221

Please sign in to comment.