Skip to content

Commit 97286e9

Browse files
awsmobilesdkawsmobilesdk
and
awsmobilesdk
authored
[bump version 2.33.2] (#4861)
Co-authored-by: awsmobilesdk <[email protected]>
1 parent 898ba4e commit 97286e9

File tree

144 files changed

+241
-237
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

144 files changed

+241
-237
lines changed

Diff for: AWSAPIGateway.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = 'AWSAPIGateway'
4-
s.version = '2.33.1'
4+
s.version = '2.33.2'
55
s.summary = 'Amazon Web Services SDK for iOS.'
66

77
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|
1313
s.source = { :git => 'https://github.com/aws-amplify/aws-sdk-ios.git',
1414
:tag => s.version}
1515
s.requires_arc = true
16-
s.dependency 'AWSCore', '2.33.1'
16+
s.dependency 'AWSCore', '2.33.2'
1717

1818
s.source_files = 'AWSAPIGateway/*.{h,m}'
1919
end

Diff for: AWSAPIGateway/AWSAPIGatewayClient.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

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

26-
NSString *const AWSAPIGatewaySDKVersion = @"2.33.1";
26+
NSString *const AWSAPIGatewaySDKVersion = @"2.33.2";
2727

2828
static int defaultChunkSize = 1024;
2929

Diff for: AWSAPIGateway/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.33.1</string>
18+
<string>2.33.2</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

Diff for: AWSAppleSignIn.podspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'AWSAppleSignIn'
3-
s.version = '2.33.1'
3+
s.version = '2.33.2'
44
s.summary = 'Amazon Web Services SDK for iOS.'
55

66
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|
1212
s.source = { :git => 'https://github.com/aws-amplify/aws-sdk-ios.git',
1313
:tag => s.version}
1414
s.requires_arc = true
15-
s.dependency 'AWSCore', '2.33.1'
16-
s.dependency 'AWSAuthCore', '2.33.1'
15+
s.dependency 'AWSCore', '2.33.2'
16+
s.dependency 'AWSAuthCore', '2.33.2'
1717
s.source_files = 'AWSAuthSDK/Sources/AWSAppleSignIn/*.{h,m}'
1818
s.public_header_files = 'AWSAuthSDK/Sources/AWSAppleSignIn/*.h'
1919
end

Diff for: AWSAuth.podspec

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'AWSAuth'
3-
s.version = '2.33.1'
3+
s.version = '2.33.2'
44
s.summary = 'Amazon Web Services SDK for iOS.'
55

66
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|
1414
s.requires_arc = true
1515

1616
s.subspec 'Core' do |authcore|
17-
authcore.dependency 'AWSAuthCore', '2.33.1'
17+
authcore.dependency 'AWSAuthCore', '2.33.2'
1818
end
1919

2020
s.subspec 'FacebookSignIn' do |facebook|
21-
facebook.dependency 'AWSFacebookSignIn', '2.33.1'
21+
facebook.dependency 'AWSFacebookSignIn', '2.33.2'
2222
end
2323

2424
s.subspec 'GoogleSignIn' do |google|
25-
google.dependency 'AWSGoogleSignIn', '2.33.1'
25+
google.dependency 'AWSGoogleSignIn', '2.33.2'
2626
end
2727

2828
s.subspec 'UserPoolsSignIn' do |up|
29-
up.dependency 'AWSUserPoolsSignIn', '2.33.1'
29+
up.dependency 'AWSUserPoolsSignIn', '2.33.2'
3030
end
3131

3232
s.subspec 'UI' do |ui|
33-
ui.dependency 'AWSAuthUI', '2.33.1'
33+
ui.dependency 'AWSAuthUI', '2.33.2'
3434
end
3535

3636
end

Diff for: AWSAuthCore.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'AWSAuthCore'
3-
s.version = '2.33.1'
3+
s.version = '2.33.2'
44
s.summary = 'Amazon Web Services SDK for iOS.'
55

66
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|
1212
s.source = { :git => 'https://github.com/aws-amplify/aws-sdk-ios.git',
1313
:tag => s.version}
1414
s.requires_arc = true
15-
s.dependency 'AWSCore', '2.33.1'
15+
s.dependency 'AWSCore', '2.33.2'
1616
s.source_files = 'AWSAuthSDK/Sources/AWSAuthCore/*.{h,m}'
1717
s.public_header_files = 'AWSAuthSDK/Sources/AWSAuthCore/*.h'
1818
end

Diff for: AWSAuthSDK/Sources/AWSAppleSignIn/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.33.1</string>
18+
<string>2.33.2</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

Diff for: AWSAuthSDK/Sources/AWSAuthCore/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.33.1</string>
18+
<string>2.33.2</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

Diff for: AWSAuthSDK/Sources/AWSAuthUI/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.33.1</string>
18+
<string>2.33.2</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

Diff for: AWSAuthSDK/Sources/AWSFacebookSignIn/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.33.1</string>
18+
<string>2.33.2</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

Diff for: AWSAuthSDK/Sources/AWSGoogleSignIn/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.33.1</string>
18+
<string>2.33.2</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

Diff for: AWSAuthSDK/Sources/AWSMobileClient/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.33.1</string>
18+
<string>2.33.2</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

Diff for: AWSAuthSDK/Sources/AWSMobileClientXCF/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.33.1</string>
18+
<string>2.33.2</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

Diff for: AWSAuthSDK/Sources/AWSUserPoolsSignIn/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.33.1</string>
18+
<string>2.33.2</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

Diff for: AWSAuthUI.podspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'AWSAuthUI'
3-
s.version = '2.33.1'
3+
s.version = '2.33.2'
44
s.summary = 'Amazon Web Services SDK for iOS.'
55

66
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|
1212
s.source = { :git => 'https://github.com/aws-amplify/aws-sdk-ios.git',
1313
:tag => s.version}
1414
s.requires_arc = true
15-
s.dependency 'AWSCore', '2.33.1'
16-
s.dependency 'AWSAuthCore', '2.33.1'
15+
s.dependency 'AWSCore', '2.33.2'
16+
s.dependency 'AWSAuthCore', '2.33.2'
1717
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'
1818
s.public_header_files = 'AWSAuthSDK/Sources/AWSAuthUI/AWSAuthUI.h', 'AWSAuthSDK/Sources/AWSAuthUI/AWSAuthUIViewController.h', 'AWSAuthSDK/Sources/AWSAuthUI/AWSAuthUIConfiguration.h'
1919
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'

Diff for: AWSAutoScaling.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'AWSAutoScaling'
3-
s.version = '2.33.1'
3+
s.version = '2.33.2'
44
s.summary = 'Amazon Web Services SDK for iOS.'
55

66
s.description = 'The AWS SDK for iOS provides a library, code samples, and documentation for developers to build connected mobile applications using AWS.'
@@ -12,6 +12,6 @@ Pod::Spec.new do |s|
1212
s.source = { :git => 'https://github.com/aws-amplify/aws-sdk-ios.git',
1313
:tag => s.version}
1414
s.requires_arc = true
15-
s.dependency 'AWSCore', '2.33.1'
15+
s.dependency 'AWSCore', '2.33.2'
1616
s.source_files = 'AWSAutoScaling/*.{h,m}'
1717
end

Diff for: AWSAutoScaling/AWSAutoScalingService.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#import "AWSAutoScalingResources.h"
2626

2727
static NSString *const AWSInfoAutoScaling = @"AutoScaling";
28-
NSString *const AWSAutoScalingSDKVersion = @"2.33.1";
28+
NSString *const AWSAutoScalingSDKVersion = @"2.33.2";
2929

3030

3131
@interface AWSAutoScalingResponseSerializer : AWSXMLResponseSerializer

Diff for: AWSAutoScaling/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.33.1</string>
18+
<string>2.33.2</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

Diff for: AWSChimeSDKIdentity.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'AWSChimeSDKIdentity'
3-
s.version = '2.33.1'
3+
s.version = '2.33.2'
44
s.summary = 'Amazon Web Services SDK for iOS.'
55

66
s.description = 'The AWS SDK for iOS provides a library, code samples, and documentation for developers to build connected mobile applications using AWS.'
@@ -12,6 +12,6 @@ Pod::Spec.new do |s|
1212
s.source = { :git => 'https://github.com/aws-amplify/aws-sdk-ios.git',
1313
:tag => s.version}
1414
s.requires_arc = true
15-
s.dependency 'AWSCore', '2.33.1'
15+
s.dependency 'AWSCore', '2.33.2'
1616
s.source_files = 'AWSChimeSDKIdentity/*.{h,m}'
1717
end

Diff for: AWSChimeSDKIdentity/AWSChimeSDKIdentityService.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#import "AWSChimeSDKIdentityResources.h"
2626

2727
static NSString *const AWSInfoChimeSDKIdentity = @"ChimeSDKIdentity";
28-
NSString *const AWSChimeSDKIdentitySDKVersion = @"2.33.1";
28+
NSString *const AWSChimeSDKIdentitySDKVersion = @"2.33.2";
2929

3030

3131
@interface AWSChimeSDKIdentityResponseSerializer : AWSJSONResponseSerializer

Diff for: AWSChimeSDKIdentity/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.33.1</string>
18+
<string>2.33.2</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

Diff for: AWSChimeSDKMessaging.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'AWSChimeSDKMessaging'
3-
s.version = '2.33.1'
3+
s.version = '2.33.2'
44
s.summary = 'Amazon Web Services SDK for iOS.'
55

66
s.description = 'The AWS SDK for iOS provides a library, code samples, and documentation for developers to build connected mobile applications using AWS.'
@@ -12,6 +12,6 @@ Pod::Spec.new do |s|
1212
s.source = { :git => 'https://github.com/aws-amplify/aws-sdk-ios.git',
1313
:tag => s.version}
1414
s.requires_arc = true
15-
s.dependency 'AWSCore', '2.33.1'
15+
s.dependency 'AWSCore', '2.33.2'
1616
s.source_files = 'AWSChimeSDKMessaging/*.{h,m}'
1717
end

Diff for: AWSChimeSDKMessaging/AWSChimeSDKMessagingService.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#import "AWSChimeSDKMessagingResources.h"
2626

2727
static NSString *const AWSInfoChimeSDKMessaging = @"ChimeSDKMessaging";
28-
NSString *const AWSChimeSDKMessagingSDKVersion = @"2.33.1";
28+
NSString *const AWSChimeSDKMessagingSDKVersion = @"2.33.2";
2929

3030

3131
@interface AWSChimeSDKMessagingResponseSerializer : AWSJSONResponseSerializer

Diff for: AWSChimeSDKMessaging/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.33.1</string>
18+
<string>2.33.2</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

Diff for: AWSCloudWatch.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'AWSCloudWatch'
3-
s.version = '2.33.1'
3+
s.version = '2.33.2'
44
s.summary = 'Amazon Web Services SDK for iOS.'
55

66
s.description = 'The AWS SDK for iOS provides a library, code samples, and documentation for developers to build connected mobile applications using AWS.'
@@ -12,6 +12,6 @@ Pod::Spec.new do |s|
1212
s.source = { :git => 'https://github.com/aws-amplify/aws-sdk-ios.git',
1313
:tag => s.version}
1414
s.requires_arc = true
15-
s.dependency 'AWSCore', '2.33.1'
15+
s.dependency 'AWSCore', '2.33.2'
1616
s.source_files = 'AWSCloudWatch/*.{h,m}'
1717
end

Diff for: AWSCloudWatch/AWSCloudWatchService.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#import "AWSCloudWatchResources.h"
2727

2828
static NSString *const AWSInfoCloudWatch = @"CloudWatch";
29-
NSString *const AWSCloudWatchSDKVersion = @"2.33.1";
29+
NSString *const AWSCloudWatchSDKVersion = @"2.33.2";
3030

3131

3232
@interface AWSCloudWatchResponseSerializer : AWSXMLResponseSerializer

Diff for: AWSCloudWatch/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.33.1</string>
18+
<string>2.33.2</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

Diff for: AWSCognitoAuth.podspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'AWSCognitoAuth'
3-
s.version = '2.33.1'
3+
s.version = '2.33.2'
44
s.summary = 'Amazon Cognito Auth SDK for iOS'
55

66
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|
1313
:tag => s.version}
1414
s.requires_arc = true
1515

16-
s.dependency 'AWSCore', '2.33.1'
17-
s.dependency 'AWSCognitoIdentityProviderASF', '2.33.1'
16+
s.dependency 'AWSCore', '2.33.2'
17+
s.dependency 'AWSCognitoIdentityProviderASF', '2.33.2'
1818

1919
s.source_files = 'AWSCognitoAuth/**/*.{h,m,c}'
2020
s.public_header_files = 'AWSCognitoAuth/*.h'

Diff for: AWSCognitoAuth/AWSCognitoAuth.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ @interface AWSCognitoAuthConfiguration()
8080

8181
@implementation AWSCognitoAuth
8282

83-
NSString *const AWSCognitoAuthSDKVersion = @"2.33.1";
83+
NSString *const AWSCognitoAuthSDKVersion = @"2.33.2";
8484

8585

8686
static NSMutableDictionary *_instanceDictionary = nil;

Diff for: AWSCognitoAuth/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.33.1</string>
18+
<string>2.33.2</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

Diff for: AWSCognitoIdentityProvider.podspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'AWSCognitoIdentityProvider'
3-
s.version = '2.33.1'
3+
s.version = '2.33.2'
44
s.summary = 'Amazon Cognito Identity Provider SDK for iOS (Beta)'
55

66
s.description = 'Amazon Cognito Identity Provider enables sign up and authentication of your end users'
@@ -13,8 +13,8 @@ Pod::Spec.new do |s|
1313
:tag => s.version}
1414
s.requires_arc = true
1515
s.frameworks = 'Security', 'UIKit'
16-
s.dependency 'AWSCore', '2.33.1'
17-
s.dependency 'AWSCognitoIdentityProviderASF', '2.33.1'
16+
s.dependency 'AWSCore', '2.33.2'
17+
s.dependency 'AWSCognitoIdentityProviderASF', '2.33.2'
1818

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

0 commit comments

Comments
 (0)