Skip to content

Commit

Permalink
bump iOS SDK version to 2.37.1
Browse files Browse the repository at this point in the history
5d authored Sep 5, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 60b9e0a + 9d7f705 commit 4b03f8e
Showing 147 changed files with 256 additions and 275 deletions.
4 changes: 2 additions & 2 deletions AWSAPIGateway.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = 'AWSAPIGateway'
s.version = '2.37.0'
s.version = '2.37.1'
s.summary = 'Amazon Web Services SDK for iOS.'

s.description = 'The AWS SDK for iOS provides a library, code samples, and documentation for developers to build connected mobile applications using AWS.'
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/aws-amplify/aws-sdk-ios.git',
:tag => s.version}
s.requires_arc = true
s.dependency 'AWSCore', '2.37.0'
s.dependency 'AWSCore', '2.37.1'

s.source_files = 'AWSAPIGateway/*.{h,m}'
s.resource_bundle = { 'AWSAPIGateway' => ['AWSAPIGateway/PrivacyInfo.xcprivacy']}
2 changes: 1 addition & 1 deletion AWSAPIGateway/AWSAPIGatewayClient.m
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@

static NSString *const AWSAPIGatewayAPIKeyHeader = @"x-api-key";

NSString *const AWSAPIGatewaySDKVersion = @"2.37.0";
NSString *const AWSAPIGatewaySDKVersion = @"2.37.1";

static int defaultChunkSize = 1024;

2 changes: 1 addition & 1 deletion AWSAPIGateway/Info.plist
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.37.0</string>
<string>2.37.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
6 changes: 3 additions & 3 deletions AWSAppleSignIn.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'AWSAppleSignIn'
s.version = '2.37.0'
s.version = '2.37.1'
s.summary = 'Amazon Web Services SDK for iOS.'

s.description = 'The AWS SDK for iOS provides a library, code samples, and documentation for developers to build connected mobile applications using AWS.'
@@ -12,8 +12,8 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/aws-amplify/aws-sdk-ios.git',
:tag => s.version}
s.requires_arc = true
s.dependency 'AWSCore', '2.37.0'
s.dependency 'AWSAuthCore', '2.37.0'
s.dependency 'AWSCore', '2.37.1'
s.dependency 'AWSAuthCore', '2.37.1'
s.source_files = 'AWSAuthSDK/Sources/AWSAppleSignIn/*.{h,m}'
s.public_header_files = 'AWSAuthSDK/Sources/AWSAppleSignIn/*.h'
s.resource_bundle = { 'AWSAppleSignIn' => ['AWSAuthSDK/Sources/AWSAppleSignIn/PrivacyInfo.xcprivacy']}
12 changes: 6 additions & 6 deletions AWSAuth.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'AWSAuth'
s.version = '2.37.0'
s.version = '2.37.1'
s.summary = 'Amazon Web Services SDK for iOS.'

s.description = 'The AWS SDK for iOS provides a library, code samples, and documentation for developers to build connected mobile applications using AWS.'
@@ -14,23 +14,23 @@ Pod::Spec.new do |s|
s.requires_arc = true

s.subspec 'Core' do |authcore|
authcore.dependency 'AWSAuthCore', '2.37.0'
authcore.dependency 'AWSAuthCore', '2.37.1'
end

s.subspec 'FacebookSignIn' do |facebook|
facebook.dependency 'AWSFacebookSignIn', '2.37.0'
facebook.dependency 'AWSFacebookSignIn', '2.37.1'
end

s.subspec 'GoogleSignIn' do |google|
google.dependency 'AWSGoogleSignIn', '2.37.0'
google.dependency 'AWSGoogleSignIn', '2.37.1'
end

s.subspec 'UserPoolsSignIn' do |up|
up.dependency 'AWSUserPoolsSignIn', '2.37.0'
up.dependency 'AWSUserPoolsSignIn', '2.37.1'
end

s.subspec 'UI' do |ui|
ui.dependency 'AWSAuthUI', '2.37.0'
ui.dependency 'AWSAuthUI', '2.37.1'
end

end
4 changes: 2 additions & 2 deletions AWSAuthCore.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'AWSAuthCore'
s.version = '2.37.0'
s.version = '2.37.1'
s.summary = 'Amazon Web Services SDK for iOS.'

s.description = 'The AWS SDK for iOS provides a library, code samples, and documentation for developers to build connected mobile applications using AWS.'
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/aws-amplify/aws-sdk-ios.git',
:tag => s.version}
s.requires_arc = true
s.dependency 'AWSCore', '2.37.0'
s.dependency 'AWSCore', '2.37.1'
s.source_files = 'AWSAuthSDK/Sources/AWSAuthCore/*.{h,m}'
s.public_header_files = 'AWSAuthSDK/Sources/AWSAuthCore/*.h'
s.resource_bundle = { 'AWSAuthCore' => ['AWSAuthSDK/Sources/AWSAuthCore/PrivacyInfo.xcprivacy']}
2 changes: 1 addition & 1 deletion AWSAuthSDK/Sources/AWSAppleSignIn/Info.plist
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.37.0</string>
<string>2.37.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
2 changes: 1 addition & 1 deletion AWSAuthSDK/Sources/AWSAuthCore/Info.plist
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.37.0</string>
<string>2.37.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
2 changes: 1 addition & 1 deletion AWSAuthSDK/Sources/AWSAuthUI/Info.plist
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.37.0</string>
<string>2.37.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
2 changes: 1 addition & 1 deletion AWSAuthSDK/Sources/AWSFacebookSignIn/Info.plist
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.37.0</string>
<string>2.37.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
2 changes: 1 addition & 1 deletion AWSAuthSDK/Sources/AWSGoogleSignIn/Info.plist
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.37.0</string>
<string>2.37.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
2 changes: 1 addition & 1 deletion AWSAuthSDK/Sources/AWSMobileClient/Info.plist
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.37.0</string>
<string>2.37.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
2 changes: 1 addition & 1 deletion AWSAuthSDK/Sources/AWSMobileClientXCF/Info.plist
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.37.0</string>
<string>2.37.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
2 changes: 1 addition & 1 deletion AWSAuthSDK/Sources/AWSUserPoolsSignIn/Info.plist
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.37.0</string>
<string>2.37.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
6 changes: 3 additions & 3 deletions AWSAuthUI.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'AWSAuthUI'
s.version = '2.37.0'
s.version = '2.37.1'
s.summary = 'Amazon Web Services SDK for iOS.'

s.description = 'The AWS SDK for iOS provides a library, code samples, and documentation for developers to build connected mobile applications using AWS.'
@@ -12,8 +12,8 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/aws-amplify/aws-sdk-ios.git',
:tag => s.version}
s.requires_arc = true
s.dependency 'AWSCore', '2.37.0'
s.dependency 'AWSAuthCore', '2.37.0'
s.dependency 'AWSCore', '2.37.1'
s.dependency 'AWSAuthCore', '2.37.1'
s.source_files = 'AWSAuthSDK/Sources/AWSAuthUI/*.{h,m}', 'AWSAuthSDK/Sources/AWSAuthUI/**/*.{h,m}', 'AWSAuthSDK/Sources/AWSUserPoolsSignIn/UserPoolsUI/AWSFormTableCell.h', 'AWSAuthSDK/Sources/AWSUserPoolsSignIn/UserPoolsUI/AWSTableInputCell.h', 'AWSAuthSDK/Sources/AWSUserPoolsSignIn/UserPoolsUI/AWSFormTableDelegate.h', 'AWSAuthSDK/Sources/AWSUserPoolsSignIn/UserPoolsUI/AWSUserPoolsUIHelper.h'
s.public_header_files = 'AWSAuthSDK/Sources/AWSAuthUI/AWSAuthUI.h', 'AWSAuthSDK/Sources/AWSAuthUI/AWSAuthUIViewController.h', 'AWSAuthSDK/Sources/AWSAuthUI/AWSAuthUIConfiguration.h'
s.private_header_files = 'AWSAuthSDK/Sources/AWSUserPoolsSignIn/UserPoolsUI/AWSFormTableCell.h', 'AWSAuthSDK/Sources/AWSAuthUI/AWSSignInViewController.h', 'AWSAuthSDK/Sources/AWSUserPoolsSignIn/UserPoolsUI/AWSTableInputCell.h', 'AWSAuthSDK/Sources/AWSUserPoolsSignIn/UserPoolsUI/AWSFormTableDelegate.h'
4 changes: 2 additions & 2 deletions AWSAutoScaling.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'AWSAutoScaling'
s.version = '2.37.0'
s.version = '2.37.1'
s.summary = 'Amazon Web Services SDK for iOS.'

s.description = 'The AWS SDK for iOS provides a library, code samples, and documentation for developers to build connected mobile applications using AWS.'
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/aws-amplify/aws-sdk-ios.git',
:tag => s.version}
s.requires_arc = true
s.dependency 'AWSCore', '2.37.0'
s.dependency 'AWSCore', '2.37.1'
s.source_files = 'AWSAutoScaling/*.{h,m}'
s.resource_bundle = { 'AWSAutoScaling' => ['AWSAutoScaling/PrivacyInfo.xcprivacy']}
end
2 changes: 1 addition & 1 deletion AWSAutoScaling/AWSAutoScalingService.m
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@
#import "AWSAutoScalingResources.h"

static NSString *const AWSInfoAutoScaling = @"AutoScaling";
NSString *const AWSAutoScalingSDKVersion = @"2.37.0";
NSString *const AWSAutoScalingSDKVersion = @"2.37.1";


@interface AWSAutoScalingResponseSerializer : AWSXMLResponseSerializer
2 changes: 1 addition & 1 deletion AWSAutoScaling/Info.plist
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.37.0</string>
<string>2.37.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
4 changes: 2 additions & 2 deletions AWSChimeSDKIdentity.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'AWSChimeSDKIdentity'
s.version = '2.37.0'
s.version = '2.37.1'
s.summary = 'Amazon Web Services SDK for iOS.'

s.description = 'The AWS SDK for iOS provides a library, code samples, and documentation for developers to build connected mobile applications using AWS.'
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/aws-amplify/aws-sdk-ios.git',
:tag => s.version}
s.requires_arc = true
s.dependency 'AWSCore', '2.37.0'
s.dependency 'AWSCore', '2.37.1'
s.source_files = 'AWSChimeSDKIdentity/*.{h,m}'
s.resource_bundle = { 'AWSChimeSDKIdentity' => ['AWSChimeSDKIdentity/PrivacyInfo.xcprivacy']}
end
2 changes: 1 addition & 1 deletion AWSChimeSDKIdentity/AWSChimeSDKIdentityService.m
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@
#import "AWSChimeSDKIdentityResources.h"

static NSString *const AWSInfoChimeSDKIdentity = @"ChimeSDKIdentity";
NSString *const AWSChimeSDKIdentitySDKVersion = @"2.37.0";
NSString *const AWSChimeSDKIdentitySDKVersion = @"2.37.1";


@interface AWSChimeSDKIdentityResponseSerializer : AWSJSONResponseSerializer
2 changes: 1 addition & 1 deletion AWSChimeSDKIdentity/Info.plist
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.37.0</string>
<string>2.37.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
4 changes: 2 additions & 2 deletions AWSChimeSDKMessaging.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'AWSChimeSDKMessaging'
s.version = '2.37.0'
s.version = '2.37.1'
s.summary = 'Amazon Web Services SDK for iOS.'

s.description = 'The AWS SDK for iOS provides a library, code samples, and documentation for developers to build connected mobile applications using AWS.'
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/aws-amplify/aws-sdk-ios.git',
:tag => s.version}
s.requires_arc = true
s.dependency 'AWSCore', '2.37.0'
s.dependency 'AWSCore', '2.37.1'
s.source_files = 'AWSChimeSDKMessaging/*.{h,m}'
s.resource_bundle = { 'AWSChimeSDKMessaging' => ['AWSChimeSDKMessaging/PrivacyInfo.xcprivacy']}
end
2 changes: 1 addition & 1 deletion AWSChimeSDKMessaging/AWSChimeSDKMessagingService.m
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@
#import "AWSChimeSDKMessagingResources.h"

static NSString *const AWSInfoChimeSDKMessaging = @"ChimeSDKMessaging";
NSString *const AWSChimeSDKMessagingSDKVersion = @"2.37.0";
NSString *const AWSChimeSDKMessagingSDKVersion = @"2.37.1";


@interface AWSChimeSDKMessagingResponseSerializer : AWSJSONResponseSerializer
2 changes: 1 addition & 1 deletion AWSChimeSDKMessaging/Info.plist
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.37.0</string>
<string>2.37.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
4 changes: 2 additions & 2 deletions AWSCloudWatch.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'AWSCloudWatch'
s.version = '2.37.0'
s.version = '2.37.1'
s.summary = 'Amazon Web Services SDK for iOS.'

s.description = 'The AWS SDK for iOS provides a library, code samples, and documentation for developers to build connected mobile applications using AWS.'
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/aws-amplify/aws-sdk-ios.git',
:tag => s.version}
s.requires_arc = true
s.dependency 'AWSCore', '2.37.0'
s.dependency 'AWSCore', '2.37.1'
s.source_files = 'AWSCloudWatch/*.{h,m}'
s.resource_bundle = { 'AWSCloudWatch' => ['AWSCloudWatch/PrivacyInfo.xcprivacy']}
end
2 changes: 1 addition & 1 deletion AWSCloudWatch/AWSCloudWatchService.m
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@
#import "AWSCloudWatchResources.h"

static NSString *const AWSInfoCloudWatch = @"CloudWatch";
NSString *const AWSCloudWatchSDKVersion = @"2.37.0";
NSString *const AWSCloudWatchSDKVersion = @"2.37.1";


@interface AWSCloudWatchResponseSerializer : AWSXMLResponseSerializer
2 changes: 1 addition & 1 deletion AWSCloudWatch/Info.plist
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.37.0</string>
<string>2.37.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
6 changes: 3 additions & 3 deletions AWSCognitoAuth.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'AWSCognitoAuth'
s.version = '2.37.0'
s.version = '2.37.1'
s.summary = 'Amazon Cognito Auth SDK for iOS'

s.description = 'Amazon Cognito Auth enables sign up and authentication of your end users via a hosted UI'
@@ -13,8 +13,8 @@ Pod::Spec.new do |s|
:tag => s.version}
s.requires_arc = true

s.dependency 'AWSCore', '2.37.0'
s.dependency 'AWSCognitoIdentityProviderASF', '2.37.0'
s.dependency 'AWSCore', '2.37.1'
s.dependency 'AWSCognitoIdentityProviderASF', '2.37.1'

s.source_files = 'AWSCognitoAuth/**/*.{h,m,c}'
s.public_header_files = 'AWSCognitoAuth/*.h'
2 changes: 1 addition & 1 deletion AWSCognitoAuth/AWSCognitoAuth.m
Original file line number Diff line number Diff line change
@@ -84,7 +84,7 @@ @interface AWSCognitoAuthConfiguration()

@implementation AWSCognitoAuth

NSString *const AWSCognitoAuthSDKVersion = @"2.37.0";
NSString *const AWSCognitoAuthSDKVersion = @"2.37.1";


static NSMutableDictionary *_instanceDictionary = nil;
2 changes: 1 addition & 1 deletion AWSCognitoAuth/Info.plist
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.37.0</string>
<string>2.37.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
6 changes: 3 additions & 3 deletions AWSCognitoIdentityProvider.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'AWSCognitoIdentityProvider'
s.version = '2.37.0'
s.version = '2.37.1'
s.summary = 'Amazon Cognito Identity Provider SDK for iOS (Beta)'

s.description = 'Amazon Cognito Identity Provider enables sign up and authentication of your end users'
@@ -13,8 +13,8 @@ Pod::Spec.new do |s|
:tag => s.version}
s.requires_arc = true
s.frameworks = 'Security', 'UIKit'
s.dependency 'AWSCore', '2.37.0'
s.dependency 'AWSCognitoIdentityProviderASF', '2.37.0'
s.dependency 'AWSCore', '2.37.1'
s.dependency 'AWSCognitoIdentityProviderASF', '2.37.1'

s.source_files = 'AWSCognitoIdentityProvider/**/*.{h,m,c}'
s.public_header_files = 'AWSCognitoIdentityProvider/*.h'
Loading

0 comments on commit 4b03f8e

Please sign in to comment.