diff --git a/KitchenSink.xcodeproj/project.pbxproj b/KitchenSink.xcodeproj/project.pbxproj index 6389481..3ead6a1 100644 --- a/KitchenSink.xcodeproj/project.pbxproj +++ b/KitchenSink.xcodeproj/project.pbxproj @@ -1706,7 +1706,7 @@ CODE_SIGN_ENTITLEMENTS = KitchenSink/KitchenSink.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 31120; + CURRENT_PROJECT_VERSION = 31130; DEVELOPMENT_TEAM = 9X38D433RE; ENABLE_BITCODE = NO; FRAMEWORK_SEARCH_PATHS = ( @@ -1729,7 +1729,7 @@ "@executable_path/Frameworks", executable_path/Frameworks, ); - MARKETING_VERSION = 3.11.2; + MARKETING_VERSION = 3.11.3; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; PRODUCT_BUNDLE_IDENTIFIER = com.webex.sdk.KitchenSinkv3.0; @@ -1766,7 +1766,7 @@ CODE_SIGN_ENTITLEMENTS = KitchenSink/KitchenSink.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 31120; + CURRENT_PROJECT_VERSION = 31130; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEVELOPMENT_TEAM = 9X38D433RE; ENABLE_BITCODE = NO; @@ -1785,7 +1785,7 @@ "@executable_path/Frameworks", executable_path/Frameworks, ); - MARKETING_VERSION = 3.11.2; + MARKETING_VERSION = 3.11.3; MTL_FAST_MATH = YES; PRODUCT_BUNDLE_IDENTIFIER = com.webex.sdk.KitchenSinkv3.0; PRODUCT_NAME = "$(TARGET_NAME)"; diff --git a/Podfile b/Podfile index 33a3bf5..cf34cd9 100644 --- a/Podfile +++ b/Podfile @@ -7,9 +7,9 @@ target 'KitchenSink' do use_frameworks! # Pods for KitchenSink - pod 'WebexSDK','~> 3.11.2' - # pod 'WebexSDK/Meeting','~> 3.11.2' # Uncomment this line and comment the above line for Meeting-only SDK - # pod 'WebexSDK/Wxc','~> 3.11.2' # Uncomment this line and comment the above line for Calling-only SDK + pod 'WebexSDK','~> 3.11.3' + # pod 'WebexSDK/Meeting','~> 3.11.3' # Uncomment this line and comment the above line for Meeting-only SDK + # pod 'WebexSDK/Wxc','~> 3.11.3' # Uncomment this line and comment the above line for Calling-only SDK target 'KitchenSinkUITests' do @@ -23,7 +23,7 @@ target 'KitchenSinkBroadcastExtension' do use_frameworks! # Pods for KitchenSinkBroadcastExtension - pod 'WebexBroadcastExtensionKit','~> 3.11.2' + pod 'WebexBroadcastExtensionKit','~> 3.11.3' end