Skip to content

Commit

Permalink
Bump version to 0.26.1 (#688)
Browse files Browse the repository at this point in the history
  • Loading branch information
ziyiz-amzn authored Aug 8, 2024
1 parent 06f0682 commit 0806b58
Show file tree
Hide file tree
Showing 13 changed files with 46 additions and 46 deletions.
6 changes: 3 additions & 3 deletions AmazonChimeSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Pod::Spec.new do |s|
s.name = 'AmazonChimeSDK'
s.version = '0.26.0'
s.version = '0.26.1'
s.summary = 'Amazon Chime SDK for iOS.'
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.26.0/AmazonChimeSDK-0.26.0.tar.gz" }
s.source = { :http => "https://amazon-chime-sdk-ios.s3.amazonaws.com/sdk/0.26.1/AmazonChimeSDK-0.26.1.tar.gz" }
s.ios.deployment_target = '12.0'
s.vendored_frameworks = "AmazonChimeSDK.xcframework"
s.swift_version = '5.0'
s.dependency 'AmazonChimeSDKMedia', '0.22.0'
s.dependency 'AmazonChimeSDKMedia', '0.23.0'
end
16 changes: 8 additions & 8 deletions AmazonChimeSDK/AmazonChimeSDK.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1958,7 +1958,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 0.26.0;
CURRENT_PROJECT_VERSION = 0.26.1;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_BITCODE = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down Expand Up @@ -2024,7 +2024,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 0.26.0;
CURRENT_PROJECT_VERSION = 0.26.1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_BITCODE = NO;
ENABLE_NS_ASSERTIONS = NO;
Expand Down Expand Up @@ -2063,12 +2063,12 @@
CLANG_ENABLE_OBJC_WEAK = NO;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 0.26.0;
CURRENT_PROJECT_VERSION = 0.26.1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = "";
DYLIB_COMPATIBILITY_VERSION = "";
DYLIB_CURRENT_VERSION = 0.26.0;
DYLIB_CURRENT_VERSION = 0.26.1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
Expand Down Expand Up @@ -2126,12 +2126,12 @@
CLANG_ENABLE_OBJC_WEAK = NO;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 0.26.0;
CURRENT_PROJECT_VERSION = 0.26.1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = "";
DYLIB_COMPATIBILITY_VERSION = "";
DYLIB_CURRENT_VERSION = 0.26.0;
DYLIB_CURRENT_VERSION = 0.26.1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
Expand Down Expand Up @@ -2182,7 +2182,7 @@
CLANG_ENABLE_MODULE_DEBUGGING = NO;
CLANG_ENABLE_OBJC_WEAK = NO;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 0.26.0;
CURRENT_PROJECT_VERSION = 0.26.1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = "";
Expand Down Expand Up @@ -2235,7 +2235,7 @@
CLANG_ENABLE_MODULE_DEBUGGING = NO;
CLANG_ENABLE_OBJC_WEAK = NO;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 0.26.0;
CURRENT_PROJECT_VERSION = 0.26.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.26.0</string>
<string>0.26.1</string>
<key>CFBundleVersion</key>
<string>0.26.0</string>
<string>0.26.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.26.0</string>
<string>0.26.1</string>
<key>CFBundleVersion</key>
<string>0.26.0</string>
<string>0.26.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.26.0;
CURRENT_PROJECT_VERSION = 0.26.1;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = "";
ENABLE_BITCODE = NO;
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.26.0;
CURRENT_PROJECT_VERSION = 0.26.1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = "";
ENABLE_BITCODE = NO;
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.26.0;
CURRENT_PROJECT_VERSION = 0.26.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.26.0;
CURRENT_PROJECT_VERSION = 0.26.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.26.0;
CURRENT_PROJECT_VERSION = 0.26.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.26.0;
CURRENT_PROJECT_VERSION = 0.26.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.26.0;
CURRENT_PROJECT_VERSION = 0.26.1;
DEVELOPMENT_TEAM = "";
ENABLE_BITCODE = NO;
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.26.0;
CURRENT_PROJECT_VERSION = 0.26.1;
DEVELOPMENT_TEAM = "";
ENABLE_BITCODE = NO;
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.26.0;
CURRENT_PROJECT_VERSION = 0.26.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.26.0;
CURRENT_PROJECT_VERSION = 0.26.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.26.0;
CURRENT_PROJECT_VERSION = 0.26.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.26.0;
CURRENT_PROJECT_VERSION = 0.26.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.26.0;
CURRENT_PROJECT_VERSION = 0.26.1;
DEVELOPMENT_TEAM = "";
ENABLE_BITCODE = NO;
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.26.0;
CURRENT_PROJECT_VERSION = 0.26.1;
DEVELOPMENT_TEAM = "";
ENABLE_BITCODE = NO;
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.26.0</string>
<string>0.26.1</string>
<key>CFBundleVersion</key>
<string>0.26.0</string>
<string>0.26.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.26.0</string>
<string>0.26.1</string>
<key>CFBundleVersion</key>
<string>0.26.0</string>
<string>0.26.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.26.0</string>
<string>0.26.1</string>
<key>CFBundleVersion</key>
<string>0.26.0</string>
<string>0.26.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.26.0</string>
<string>0.26.1</string>
<key>CFBundleVersion</key>
<string>0.26.0</string>
<string>0.26.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.26.0</string>
<string>0.26.1</string>
<key>CFBundleVersion</key>
<string>0.26.0</string>
<string>0.26.1</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSCameraUsageDescription</key>
Expand Down
4 changes: 2 additions & 2 deletions AmazonChimeSDKMedia.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = 'AmazonChimeSDKMedia'
s.version = '0.22.0'
s.version = '0.23.0'
s.summary = 'Amazon Chime SDK Media for iOS.'
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.22.0/AmazonChimeSDKMedia-0.22.0.tar.gz" }
s.source = { :http => "https://amazon-chime-sdk-ios.s3.amazonaws.com/media/0.23.0/AmazonChimeSDKMedia-0.23.0.tar.gz" }
s.ios.deployment_target = '12.0'
s.vendored_frameworks = "AmazonChimeSDKMedia.xcframework"
s.swift_version = '5.0'
Expand Down
4 changes: 2 additions & 2 deletions AmazonChimeSDKMediaNoVideoCodecs.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = 'AmazonChimeSDKMediaNoVideoCodecs'
s.version = '0.22.0'
s.version = '0.23.0'
s.summary = 'Amazon Chime SDK Media for iOS'
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-no-video-codecs/0.22.0/AmazonChimeSDKMediaNoVideoCodecs-0.22.0.tar.gz" }
s.source = { :http => "https://amazon-chime-sdk-ios.s3.amazonaws.com/media-no-video-codecs/0.23.0/AmazonChimeSDKMediaNoVideoCodecs-0.23.0.tar.gz" }
s.ios.deployment_target = '12.0'
s.vendored_frameworks = "AmazonChimeSDKMedia.xcframework"
s.swift_version = '5.0'
Expand Down
6 changes: 3 additions & 3 deletions AmazonChimeSDKNoVideoCodecs.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Pod::Spec.new do |s|
s.name = 'AmazonChimeSDKNoVideoCodecs'
s.version = '0.26.0'
s.version = '0.26.1'
s.summary = 'Amazon Chime SDK for iOS with no video codecs.'
s.description = 'An iOS client library for integrating multi-party communications powered by the Amazon Chime service.Use this one if you do not need video and content share functionality, or software video codec support, this will reduce your application size.'
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.26.0/AmazonChimeSDK-0.26.0.tar.gz" }
s.source = { :http => "https://amazon-chime-sdk-ios.s3.amazonaws.com/sdk/0.26.1/AmazonChimeSDK-0.26.1.tar.gz" }
s.ios.deployment_target = '12.0'
s.vendored_frameworks = "AmazonChimeSDK.xcframework"
s.swift_version = '5.0'
s.dependency 'AmazonChimeSDKMediaNoVideoCodecs', '0.22.0'
s.dependency 'AmazonChimeSDKMediaNoVideoCodecs', '0.23.0'
end

0 comments on commit 0806b58

Please sign in to comment.