Skip to content

Commit

Permalink
Bump version to 0.22.5 (#543)
Browse files Browse the repository at this point in the history
  • Loading branch information
hokyungh authored Nov 10, 2022
1 parent c78b3f2 commit 8691215
Show file tree
Hide file tree
Showing 11 changed files with 38 additions and 38 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.22.4'
s.version = '0.22.5'
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.22.4/AmazonChimeSDK-0.22.4.tar.gz" }
s.source = { :http => "https://amazon-chime-sdk-ios.s3.amazonaws.com/sdk/0.22.5/AmazonChimeSDK-0.22.5.tar.gz" }
s.ios.deployment_target = '10.0'
s.vendored_frameworks = "AmazonChimeSDK.xcframework"
s.swift_version = '5.0'
s.dependency 'AmazonChimeSDKMedia-Bitcode', '~> 0.17.8'
s.dependency 'AmazonChimeSDKMedia-Bitcode', '~> 0.17.9'
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.22.4'
s.version = '0.22.5'
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.22.4/AmazonChimeSDK-0.22.4.tar.gz" }
s.source = { :http => "https://amazon-chime-sdk-ios.s3.amazonaws.com/sdk-without-bitcode/0.22.5/AmazonChimeSDK-0.22.5.tar.gz" }
s.ios.deployment_target = '10.0'
s.vendored_frameworks = "AmazonChimeSDK.xcframework"
s.swift_version = '5.0'
s.dependency 'AmazonChimeSDKMedia-No-Bitcode', '~> 0.17.8'
s.dependency 'AmazonChimeSDKMedia-No-Bitcode', '~> 0.17.9'
end
16 changes: 8 additions & 8 deletions AmazonChimeSDK/AmazonChimeSDK.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1924,7 +1924,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 0.22.4;
CURRENT_PROJECT_VERSION = 0.22.5;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
Expand Down Expand Up @@ -1989,7 +1989,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 0.22.4;
CURRENT_PROJECT_VERSION = 0.22.5;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down Expand Up @@ -2027,12 +2027,12 @@
CLANG_ENABLE_OBJC_WEAK = NO;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 0.22.4;
CURRENT_PROJECT_VERSION = 0.22.5;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = "";
DYLIB_COMPATIBILITY_VERSION = "";
DYLIB_CURRENT_VERSION = 0.22.4;
DYLIB_CURRENT_VERSION = 0.22.5;
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_BITCODE = YES;
FRAMEWORK_SEARCH_PATHS = (
Expand Down Expand Up @@ -2090,12 +2090,12 @@
CLANG_ENABLE_OBJC_WEAK = NO;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 0.22.4;
CURRENT_PROJECT_VERSION = 0.22.5;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = "";
DYLIB_COMPATIBILITY_VERSION = "";
DYLIB_CURRENT_VERSION = 0.22.4;
DYLIB_CURRENT_VERSION = 0.22.5;
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_BITCODE = YES;
FRAMEWORK_SEARCH_PATHS = (
Expand Down Expand Up @@ -2146,7 +2146,7 @@
CLANG_ENABLE_MODULE_DEBUGGING = NO;
CLANG_ENABLE_OBJC_WEAK = NO;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 0.22.4;
CURRENT_PROJECT_VERSION = 0.22.5;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = "";
Expand Down Expand Up @@ -2199,7 +2199,7 @@
CLANG_ENABLE_MODULE_DEBUGGING = NO;
CLANG_ENABLE_OBJC_WEAK = NO;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 0.22.4;
CURRENT_PROJECT_VERSION = 0.22.5;
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.22.4</string>
<string>0.22.5</string>
<key>CFBundleVersion</key>
<string>0.22.4</string>
<string>0.22.5</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.22.4</string>
<string>0.22.5</string>
<key>CFBundleVersion</key>
<string>0.22.4</string>
<string>0.22.5</string>
</dict>
</plist>
20 changes: 10 additions & 10 deletions AmazonChimeSDKDemo/AmazonChimeSDKDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1132,7 +1132,7 @@
CODE_SIGN_ENTITLEMENTS = AmazonChimeSDKDemo/AmazonChimeSDKDemoDebug.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 0.22.4;
CURRENT_PROJECT_VERSION = 0.22.5;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = "";
ENABLE_BITCODE = YES;
Expand Down Expand Up @@ -1176,7 +1176,7 @@
CODE_SIGN_ENTITLEMENTS = AmazonChimeSDKDemo/AmazonChimeSDKDemoRelease.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 0.22.4;
CURRENT_PROJECT_VERSION = 0.22.5;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = "";
ENABLE_BITCODE = YES;
Expand Down Expand Up @@ -1218,7 +1218,7 @@
CODE_SIGN_ENTITLEMENTS = AmazonChimeSDKDemoBroadcast/AmazonChimeSDKDemoBroadcastDebug.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 0.22.4;
CURRENT_PROJECT_VERSION = 0.22.5;
DEVELOPMENT_TEAM = "";
GCC_TREAT_WARNINGS_AS_ERRORS = YES;
INFOPLIST_FILE = AmazonChimeSDKDemoBroadcast/Info.plist;
Expand All @@ -1245,7 +1245,7 @@
CODE_SIGN_ENTITLEMENTS = AmazonChimeSDKDemoBroadcast/AmazonChimeSDKDemoBroadcastRelease.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 0.22.4;
CURRENT_PROJECT_VERSION = 0.22.5;
DEVELOPMENT_TEAM = "";
GCC_TREAT_WARNINGS_AS_ERRORS = YES;
INFOPLIST_FILE = AmazonChimeSDKDemoBroadcast/Info.plist;
Expand Down Expand Up @@ -1273,7 +1273,7 @@
CODE_SIGN_ENTITLEMENTS = AmazonChimeSDKDemoBroadcast/AmazonChimeSDKDemoBroadcastDebug.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 0.22.4;
CURRENT_PROJECT_VERSION = 0.22.5;
DEVELOPMENT_TEAM = "";
GCC_TREAT_WARNINGS_AS_ERRORS = YES;
INFOPLIST_FILE = AmazonChimeSDKDemoBroadcast/Info.plist;
Expand Down Expand Up @@ -1302,7 +1302,7 @@
CODE_SIGN_ENTITLEMENTS = AmazonChimeSDKDemoBroadcast/AmazonChimeSDKDemoBroadcastRelease.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 0.22.4;
CURRENT_PROJECT_VERSION = 0.22.5;
DEVELOPMENT_TEAM = "";
GCC_TREAT_WARNINGS_AS_ERRORS = YES;
INFOPLIST_FILE = AmazonChimeSDKDemoBroadcast/Info.plist;
Expand Down Expand Up @@ -1333,7 +1333,7 @@
CODE_SIGN_ENTITLEMENTS = AmazonChimeSDKDemo/AmazonChimeSDKDemoDebug.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 0.22.4;
CURRENT_PROJECT_VERSION = 0.22.5;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = "";
ENABLE_BITCODE = YES;
Expand Down Expand Up @@ -1379,7 +1379,7 @@
CODE_SIGN_ENTITLEMENTS = AmazonChimeSDKDemo/AmazonChimeSDKDemoRelease.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 0.22.4;
CURRENT_PROJECT_VERSION = 0.22.5;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = "";
ENABLE_BITCODE = YES;
Expand Down Expand Up @@ -1424,7 +1424,7 @@
CLANG_CXX_LANGUAGE_STANDARD = "compiler-default";
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 0.22.4;
CURRENT_PROJECT_VERSION = 0.22.5;
DEVELOPMENT_TEAM = "";
ENABLE_BITCODE = YES;
FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/../AmazonChimeSDK/";
Expand Down Expand Up @@ -1466,7 +1466,7 @@
CLANG_CXX_LANGUAGE_STANDARD = "compiler-default";
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 0.22.4;
CURRENT_PROJECT_VERSION = 0.22.5;
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.22.4</string>
<string>0.22.5</string>
<key>CFBundleVersion</key>
<string>0.22.4</string>
<string>0.22.5</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.22.4</string>
<string>0.22.5</string>
<key>CFBundleVersion</key>
<string>0.22.4</string>
<string>0.22.5</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.22.4</string>
<string>0.22.5</string>
<key>CFBundleVersion</key>
<string>0.22.4</string>
<string>0.22.5</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.17.8'
s.version = '0.17.9'
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.17.8/AmazonChimeSDKMedia-0.17.8.tar.gz" }
s.source = { :http => "https://amazon-chime-sdk-ios.s3.amazonaws.com/media/0.17.9/AmazonChimeSDKMedia-0.17.9.tar.gz" }
s.ios.deployment_target = '10.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.17.8'
s.version = '0.17.9'
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.17.8/AmazonChimeSDKMedia-0.17.8.tar.gz" }
s.source = { :http => "https://amazon-chime-sdk-ios.s3.amazonaws.com/media-without-bitcode/0.17.9/AmazonChimeSDKMedia-0.17.9.tar.gz" }
s.ios.deployment_target = '10.0'
s.vendored_frameworks = "AmazonChimeSDKMedia.xcframework"
s.swift_version = '5.0'
Expand Down

0 comments on commit 8691215

Please sign in to comment.