Skip to content

Commit 7eb2f70

Browse files
authored
Release/3.11.3 (#76) (#77)
1 parent 5f927fb commit 7eb2f70

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

KitchenSink.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1706,7 +1706,7 @@
17061706
CODE_SIGN_ENTITLEMENTS = KitchenSink/KitchenSink.entitlements;
17071707
CODE_SIGN_IDENTITY = "Apple Development";
17081708
CODE_SIGN_STYLE = Automatic;
1709-
CURRENT_PROJECT_VERSION = 31120;
1709+
CURRENT_PROJECT_VERSION = 31130;
17101710
DEVELOPMENT_TEAM = 9X38D433RE;
17111711
ENABLE_BITCODE = NO;
17121712
FRAMEWORK_SEARCH_PATHS = (
@@ -1729,7 +1729,7 @@
17291729
"@executable_path/Frameworks",
17301730
executable_path/Frameworks,
17311731
);
1732-
MARKETING_VERSION = 3.11.2;
1732+
MARKETING_VERSION = 3.11.3;
17331733
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
17341734
MTL_FAST_MATH = YES;
17351735
PRODUCT_BUNDLE_IDENTIFIER = com.webex.sdk.KitchenSinkv3.0;
@@ -1766,7 +1766,7 @@
17661766
CODE_SIGN_ENTITLEMENTS = KitchenSink/KitchenSink.entitlements;
17671767
CODE_SIGN_IDENTITY = "Apple Development";
17681768
CODE_SIGN_STYLE = Automatic;
1769-
CURRENT_PROJECT_VERSION = 31120;
1769+
CURRENT_PROJECT_VERSION = 31130;
17701770
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
17711771
DEVELOPMENT_TEAM = 9X38D433RE;
17721772
ENABLE_BITCODE = NO;
@@ -1785,7 +1785,7 @@
17851785
"@executable_path/Frameworks",
17861786
executable_path/Frameworks,
17871787
);
1788-
MARKETING_VERSION = 3.11.2;
1788+
MARKETING_VERSION = 3.11.3;
17891789
MTL_FAST_MATH = YES;
17901790
PRODUCT_BUNDLE_IDENTIFIER = com.webex.sdk.KitchenSinkv3.0;
17911791
PRODUCT_NAME = "$(TARGET_NAME)";

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.2'
11-
# pod 'WebexSDK/Meeting','~> 3.11.2' # Uncomment this line and comment the above line for Meeting-only SDK
12-
# pod 'WebexSDK/Wxc','~> 3.11.2' # Uncomment this line and comment the above line for Calling-only SDK
10+
pod 'WebexSDK','~> 3.11.3'
11+
# pod 'WebexSDK/Meeting','~> 3.11.3' # Uncomment this line and comment the above line for Meeting-only SDK
12+
# pod 'WebexSDK/Wxc','~> 3.11.3' # 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.2'
26+
pod 'WebexBroadcastExtensionKit','~> 3.11.3'
2727

2828
end
2929

0 commit comments

Comments
 (0)