Skip to content

Commit

Permalink
Bump version to 0.24.1 (#645)
Browse files Browse the repository at this point in the history
  • Loading branch information
dingyishen-amazon authored Feb 10, 2024
1 parent 814e43a commit 39c3425
Show file tree
Hide file tree
Showing 13 changed files with 46 additions and 46 deletions.
6 changes: 3 additions & 3 deletions AmazonChimeSDK-Bitcode.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Pod::Spec.new do |s|
s.name = 'AmazonChimeSDK-Bitcode'
s.version = '0.24.0'
s.version = '0.24.1'
s.summary = 'Amazon Chime SDK for iOS with Bitcode support.'
s.description = 'An iOS client library for integrating multi-party communications powered by the Amazon Chime service.'
s.homepage = 'https://github.com/aws/amazon-chime-sdk-ios'
s.license = 'Apache License, Version 2.0'
s.author = { 'Amazon Web Services' => 'amazonwebservices' }
s.source = { :http => "https://amazon-chime-sdk-ios.s3.amazonaws.com/sdk/0.24.0/AmazonChimeSDK-0.24.0.tar.gz" }
s.source = { :http => "https://amazon-chime-sdk-ios.s3.amazonaws.com/sdk/0.24.1/AmazonChimeSDK-0.24.1.tar.gz" }
s.ios.deployment_target = '11.0'
s.vendored_frameworks = "AmazonChimeSDK.xcframework"
s.swift_version = '5.0'
s.dependency 'AmazonChimeSDKMedia-Bitcode', '0.19.0'
s.dependency 'AmazonChimeSDKMedia-Bitcode', '0.19.1'
end
6 changes: 3 additions & 3 deletions AmazonChimeSDK-No-Bitcode.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Pod::Spec.new do |s|
s.name = 'AmazonChimeSDK-No-Bitcode'
s.version = '0.24.0'
s.version = '0.24.1'
s.summary = 'Amazon Chime SDK for iOS without Bitcode support'
s.description = 'An iOS client library for integrating multi-party communications powered by the Amazon Chime service.'
s.homepage = 'https://github.com/aws/amazon-chime-sdk-ios'
s.license = 'Apache License, Version 2.0'
s.author = { 'Amazon Web Services' => 'amazonwebservices' }
s.source = { :http => "https://amazon-chime-sdk-ios.s3.amazonaws.com/sdk-without-bitcode/0.24.0/AmazonChimeSDK-0.24.0.tar.gz" }
s.source = { :http => "https://amazon-chime-sdk-ios.s3.amazonaws.com/sdk-without-bitcode/0.24.1/AmazonChimeSDK-0.24.1.tar.gz" }
s.ios.deployment_target = '11.0'
s.vendored_frameworks = "AmazonChimeSDK.xcframework"
s.swift_version = '5.0'
s.dependency 'AmazonChimeSDKMedia-No-Bitcode', '0.19.0'
s.dependency 'AmazonChimeSDKMedia-No-Bitcode', '0.19.1'
end
16 changes: 8 additions & 8 deletions AmazonChimeSDK/AmazonChimeSDK.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1942,7 +1942,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 0.24.0;
CURRENT_PROJECT_VERSION = 0.24.1;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_BITCODE = YES;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down Expand Up @@ -2008,7 +2008,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 0.24.0;
CURRENT_PROJECT_VERSION = 0.24.1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_BITCODE = YES;
ENABLE_NS_ASSERTIONS = NO;
Expand Down Expand Up @@ -2047,12 +2047,12 @@
CLANG_ENABLE_OBJC_WEAK = NO;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 0.24.0;
CURRENT_PROJECT_VERSION = 0.24.1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = "";
DYLIB_COMPATIBILITY_VERSION = "";
DYLIB_CURRENT_VERSION = 0.24.0;
DYLIB_CURRENT_VERSION = 0.24.1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_BITCODE = YES;
FRAMEWORK_SEARCH_PATHS = (
Expand Down Expand Up @@ -2110,12 +2110,12 @@
CLANG_ENABLE_OBJC_WEAK = NO;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 0.24.0;
CURRENT_PROJECT_VERSION = 0.24.1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = "";
DYLIB_COMPATIBILITY_VERSION = "";
DYLIB_CURRENT_VERSION = 0.24.0;
DYLIB_CURRENT_VERSION = 0.24.1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_BITCODE = YES;
FRAMEWORK_SEARCH_PATHS = (
Expand Down Expand Up @@ -2166,7 +2166,7 @@
CLANG_ENABLE_MODULE_DEBUGGING = NO;
CLANG_ENABLE_OBJC_WEAK = NO;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 0.24.0;
CURRENT_PROJECT_VERSION = 0.24.1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = "";
Expand Down Expand Up @@ -2219,7 +2219,7 @@
CLANG_ENABLE_MODULE_DEBUGGING = NO;
CLANG_ENABLE_OBJC_WEAK = NO;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 0.24.0;
CURRENT_PROJECT_VERSION = 0.24.1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = "";
Expand Down
4 changes: 2 additions & 2 deletions AmazonChimeSDK/AmazonChimeSDK/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>0.24.0</string>
<string>0.24.1</string>
<key>CFBundleVersion</key>
<string>0.24.0</string>
<string>0.24.1</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions AmazonChimeSDK/AmazonChimeSDKTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>0.24.0</string>
<string>0.24.1</string>
<key>CFBundleVersion</key>
<string>0.24.0</string>
<string>0.24.1</string>
</dict>
</plist>
28 changes: 14 additions & 14 deletions AmazonChimeSDKDemo/AmazonChimeSDKDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1410,7 +1410,7 @@
CODE_SIGN_ENTITLEMENTS = AmazonChimeSDKDemo/AmazonChimeSDKDemoDebug.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 0.24.0;
CURRENT_PROJECT_VERSION = 0.24.1;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = "";
ENABLE_BITCODE = YES;
Expand Down Expand Up @@ -1454,7 +1454,7 @@
CODE_SIGN_ENTITLEMENTS = AmazonChimeSDKDemo/AmazonChimeSDKDemoRelease.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 0.24.0;
CURRENT_PROJECT_VERSION = 0.24.1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = "";
ENABLE_BITCODE = YES;
Expand Down Expand Up @@ -1498,7 +1498,7 @@
CODE_SIGN_ENTITLEMENTS = AmazonChimeSDKDemo/AmazonChimeSDKDemoDebug.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 0.24.0;
CURRENT_PROJECT_VERSION = 0.24.1;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = "";
ENABLE_BITCODE = NO;
Expand Down Expand Up @@ -1543,7 +1543,7 @@
CODE_SIGN_ENTITLEMENTS = AmazonChimeSDKDemo/AmazonChimeSDKDemoRelease.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 0.24.0;
CURRENT_PROJECT_VERSION = 0.24.1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = "";
ENABLE_BITCODE = NO;
Expand Down Expand Up @@ -1587,7 +1587,7 @@
CODE_SIGN_ENTITLEMENTS = AmazonChimeSDKDemoBroadcast/AmazonChimeSDKDemoBroadcastDebug.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 0.24.0;
CURRENT_PROJECT_VERSION = 0.24.1;
DEVELOPMENT_TEAM = "";
ENABLE_BITCODE = NO;
GCC_TREAT_WARNINGS_AS_ERRORS = YES;
Expand Down Expand Up @@ -1615,7 +1615,7 @@
CODE_SIGN_ENTITLEMENTS = AmazonChimeSDKDemoBroadcast/AmazonChimeSDKDemoBroadcastRelease.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 0.24.0;
CURRENT_PROJECT_VERSION = 0.24.1;
DEVELOPMENT_TEAM = "";
ENABLE_BITCODE = NO;
GCC_TREAT_WARNINGS_AS_ERRORS = YES;
Expand Down Expand Up @@ -1643,7 +1643,7 @@
CODE_SIGN_ENTITLEMENTS = AmazonChimeSDKDemoBroadcast/AmazonChimeSDKDemoBroadcastDebug.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 0.24.0;
CURRENT_PROJECT_VERSION = 0.24.1;
DEVELOPMENT_TEAM = "";
ENABLE_BITCODE = YES;
GCC_TREAT_WARNINGS_AS_ERRORS = YES;
Expand Down Expand Up @@ -1671,7 +1671,7 @@
CODE_SIGN_ENTITLEMENTS = AmazonChimeSDKDemoBroadcast/AmazonChimeSDKDemoBroadcastRelease.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 0.24.0;
CURRENT_PROJECT_VERSION = 0.24.1;
DEVELOPMENT_TEAM = "";
ENABLE_BITCODE = YES;
GCC_TREAT_WARNINGS_AS_ERRORS = YES;
Expand Down Expand Up @@ -1700,7 +1700,7 @@
CODE_SIGN_ENTITLEMENTS = AmazonChimeSDKDemoBroadcast/AmazonChimeSDKDemoBroadcastDebug.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 0.24.0;
CURRENT_PROJECT_VERSION = 0.24.1;
DEVELOPMENT_TEAM = "";
ENABLE_BITCODE = NO;
GCC_TREAT_WARNINGS_AS_ERRORS = YES;
Expand Down Expand Up @@ -1730,7 +1730,7 @@
CODE_SIGN_ENTITLEMENTS = AmazonChimeSDKDemoBroadcast/AmazonChimeSDKDemoBroadcastRelease.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 0.24.0;
CURRENT_PROJECT_VERSION = 0.24.1;
DEVELOPMENT_TEAM = "";
ENABLE_BITCODE = NO;
GCC_TREAT_WARNINGS_AS_ERRORS = YES;
Expand Down Expand Up @@ -1762,7 +1762,7 @@
CODE_SIGN_ENTITLEMENTS = AmazonChimeSDKDemo/AmazonChimeSDKDemoDebug.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 0.24.0;
CURRENT_PROJECT_VERSION = 0.24.1;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = "";
ENABLE_BITCODE = NO;
Expand Down Expand Up @@ -1808,7 +1808,7 @@
CODE_SIGN_ENTITLEMENTS = AmazonChimeSDKDemo/AmazonChimeSDKDemoRelease.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 0.24.0;
CURRENT_PROJECT_VERSION = 0.24.1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = "";
ENABLE_BITCODE = NO;
Expand Down Expand Up @@ -1853,7 +1853,7 @@
CLANG_CXX_LANGUAGE_STANDARD = "compiler-default";
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 0.24.0;
CURRENT_PROJECT_VERSION = 0.24.1;
DEVELOPMENT_TEAM = "";
ENABLE_BITCODE = YES;
FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/../AmazonChimeSDK/";
Expand Down Expand Up @@ -1895,7 +1895,7 @@
CLANG_CXX_LANGUAGE_STANDARD = "compiler-default";
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 0.24.0;
CURRENT_PROJECT_VERSION = 0.24.1;
DEVELOPMENT_TEAM = "";
ENABLE_BITCODE = YES;
FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/../AmazonChimeSDK/";
Expand Down
4 changes: 2 additions & 2 deletions AmazonChimeSDKDemo/AmazonChimeSDKDemo/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>0.24.0</string>
<string>0.24.1</string>
<key>CFBundleVersion</key>
<string>0.24.0</string>
<string>0.24.1</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSCameraUsageDescription</key>
Expand Down
4 changes: 2 additions & 2 deletions AmazonChimeSDKDemo/AmazonChimeSDKDemoBroadcast/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>0.24.0</string>
<string>0.24.1</string>
<key>CFBundleVersion</key>
<string>0.24.0</string>
<string>0.24.1</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionPointIdentifier</key>
Expand Down
4 changes: 2 additions & 2 deletions AmazonChimeSDKDemo/AmazonChimeSDKDemoBroadcastSPM-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>0.24.0</string>
<string>0.24.1</string>
<key>CFBundleVersion</key>
<string>0.24.0</string>
<string>0.24.1</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionPointIdentifier</key>
Expand Down
4 changes: 2 additions & 2 deletions AmazonChimeSDKDemo/AmazonChimeSDKDemoObjC/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>0.24.0</string>
<string>0.24.1</string>
<key>CFBundleVersion</key>
<string>0.24.0</string>
<string>0.24.1</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSCameraUsageDescription</key>
Expand Down
4 changes: 2 additions & 2 deletions AmazonChimeSDKDemo/AmazonChimeSDKDemoSPM-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>0.24.0</string>
<string>0.24.1</string>
<key>CFBundleVersion</key>
<string>0.24.0</string>
<string>0.24.1</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSCameraUsageDescription</key>
Expand Down
4 changes: 2 additions & 2 deletions AmazonChimeSDKMedia-Bitcode.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = 'AmazonChimeSDKMedia-Bitcode'
s.version = '0.19.0'
s.version = '0.19.1'
s.summary = 'Amazon Chime SDK Media for iOS with Bitcode support.'
s.description = 'An iOS client library for integrating multi-party communications powered by the Amazon Chime service.'
s.homepage = 'https://github.com/aws/amazon-chime-sdk-ios'
s.license = 'Apache License, Version 2.0'
s.author = { 'Amazon Web Services' => 'amazonwebservices' }
s.source = { :http => "https://amazon-chime-sdk-ios.s3.amazonaws.com/media/0.19.0/AmazonChimeSDKMedia-0.19.0.tar.gz" }
s.source = { :http => "https://amazon-chime-sdk-ios.s3.amazonaws.com/media/0.19.1/AmazonChimeSDKMedia-0.19.1.tar.gz" }
s.ios.deployment_target = '11.0'
s.vendored_frameworks = "AmazonChimeSDKMedia.xcframework"
s.swift_version = '5.0'
Expand Down
4 changes: 2 additions & 2 deletions AmazonChimeSDKMedia-No-Bitcode.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = 'AmazonChimeSDKMedia-No-Bitcode'
s.version = '0.19.0'
s.version = '0.19.1'
s.summary = 'Amazon Chime SDK Media for iOS without Bitcode support.'
s.description = 'An iOS client library for integrating multi-party communications powered by the Amazon Chime service.'
s.homepage = 'https://github.com/aws/amazon-chime-sdk-ios'
s.license = 'Apache License, Version 2.0'
s.author = { 'Amazon Web Services' => 'amazonwebservices' }
s.source = { :http => "https://amazon-chime-sdk-ios.s3.amazonaws.com/media-without-bitcode/0.19.0/AmazonChimeSDKMedia-0.19.0.tar.gz" }
s.source = { :http => "https://amazon-chime-sdk-ios.s3.amazonaws.com/media-without-bitcode/0.19.1/AmazonChimeSDKMedia-0.19.1.tar.gz" }
s.ios.deployment_target = '11.0'
s.vendored_frameworks = "AmazonChimeSDKMedia.xcframework"
s.swift_version = '5.0'
Expand Down

0 comments on commit 39c3425

Please sign in to comment.