Skip to content

Commit ce9fe68

Browse files
authored
chore: Update SDK to 2.21.0 (#991)
1 parent 9e32cf7 commit ce9fe68

File tree

12 files changed

+222
-222
lines changed

12 files changed

+222
-222
lines changed

AWSPluginsCore.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
$AMPLIFY_VERSION = '1.5.1'
1111
$AMPLIFY_RELEASE_TAG = "v#{$AMPLIFY_VERSION}"
1212

13-
$AWS_SDK_VERSION = '2.20.0'
13+
$AWS_SDK_VERSION = '2.21.0'
1414
$OPTIMISTIC_AWS_SDK_VERSION = "~> #{$AWS_SDK_VERSION}"
1515

1616
Pod::Spec.new do |s|

AWSPredictionsPlugin.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
$AMPLIFY_VERSION = '1.5.1'
33
$AMPLIFY_RELEASE_TAG = "v#{$AMPLIFY_VERSION}"
44

5-
$AWS_SDK_VERSION = '2.20.0'
5+
$AWS_SDK_VERSION = '2.21.0'
66
$OPTIMISTIC_AWS_SDK_VERSION = "~> #{$AWS_SDK_VERSION}"
77

88
Pod::Spec.new do |s|

AmplifyPlugins.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
$AMPLIFY_VERSION = '1.5.1'
1111
$AMPLIFY_RELEASE_TAG = "v#{$AMPLIFY_VERSION}"
1212

13-
$AWS_SDK_VERSION = '2.20.0'
13+
$AWS_SDK_VERSION = '2.21.0'
1414
$OPTIMISTIC_AWS_SDK_VERSION = "~> #{$AWS_SDK_VERSION}"
1515

1616
Pod::Spec.new do |s|

AmplifyPlugins/API/Podfile.lock

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -3,37 +3,37 @@ PODS:
33
- Amplify/Default (= 1.5.1)
44
- Amplify/Default (1.5.1)
55
- AmplifyPlugins/AWSCognitoAuthPlugin (1.5.1):
6-
- AWSAuthCore (~> 2.20.0)
7-
- AWSCognitoIdentityProvider (~> 2.20.0)
8-
- AWSCognitoIdentityProviderASF (~> 2.20.0)
9-
- AWSCore (~> 2.20.0)
10-
- AWSMobileClient (~> 2.20.0)
6+
- AWSAuthCore (~> 2.21.0)
7+
- AWSCognitoIdentityProvider (~> 2.21.0)
8+
- AWSCognitoIdentityProviderASF (~> 2.21.0)
9+
- AWSCore (~> 2.21.0)
10+
- AWSMobileClient (~> 2.21.0)
1111
- AWSPluginsCore (= 1.5.1)
1212
- AmplifyTestCommon (1.5.1):
1313
- Amplify (= 1.5.1)
1414
- AmplifyTestCommon/AWSPluginsTestCommon (= 1.5.1)
1515
- AmplifyTestCommon/AWSPluginsTestCommon (1.5.1):
1616
- Amplify (= 1.5.1)
17-
- AWSCore (~> 2.20.0)
18-
- AWSMobileClient (~> 2.20.0)
17+
- AWSCore (~> 2.21.0)
18+
- AWSMobileClient (~> 2.21.0)
1919
- AWSPluginsCore (= 1.5.1)
2020
- AppSyncRealTimeClient (1.4.2):
2121
- Starscream (~> 3.1.0)
22-
- AWSAuthCore (2.20.0):
23-
- AWSCore (= 2.20.0)
24-
- AWSCognitoIdentityProvider (2.20.0):
25-
- AWSCognitoIdentityProviderASF (= 2.20.0)
26-
- AWSCore (= 2.20.0)
27-
- AWSCognitoIdentityProviderASF (2.20.0)
28-
- AWSCore (2.20.0)
29-
- AWSMobileClient (2.20.0):
30-
- AWSAuthCore (= 2.20.0)
31-
- AWSCognitoIdentityProvider (= 2.20.0)
32-
- AWSCognitoIdentityProviderASF (= 2.20.0)
33-
- AWSCore (= 2.20.0)
22+
- AWSAuthCore (2.21.0):
23+
- AWSCore (= 2.21.0)
24+
- AWSCognitoIdentityProvider (2.21.0):
25+
- AWSCognitoIdentityProviderASF (= 2.21.0)
26+
- AWSCore (= 2.21.0)
27+
- AWSCognitoIdentityProviderASF (2.21.0)
28+
- AWSCore (2.21.0)
29+
- AWSMobileClient (2.21.0):
30+
- AWSAuthCore (= 2.21.0)
31+
- AWSCognitoIdentityProvider (= 2.21.0)
32+
- AWSCognitoIdentityProviderASF (= 2.21.0)
33+
- AWSCore (= 2.21.0)
3434
- AWSPluginsCore (1.5.1):
3535
- Amplify (= 1.5.1)
36-
- AWSCore (~> 2.20.0)
36+
- AWSCore (~> 2.21.0)
3737
- CwlCatchException (1.0.2)
3838
- CwlPreconditionTesting (1.1.1):
3939
- CwlCatchException
@@ -46,7 +46,7 @@ DEPENDENCIES:
4646
- AmplifyPlugins/AWSCognitoAuthPlugin (from `../../`)
4747
- AmplifyTestCommon (from `../../`)
4848
- AppSyncRealTimeClient (~> 1.4.0)
49-
- AWSMobileClient (~> 2.20.0)
49+
- AWSMobileClient (~> 2.21.0)
5050
- AWSPluginsCore (from `../../`)
5151
- CwlCatchException (from `https://github.com/mattgallagher/CwlCatchException.git`, tag `1.2.0`)
5252
- CwlPreconditionTesting (from `https://github.com/mattgallagher/CwlPreconditionTesting.git`, tag `1.2.0`)
@@ -91,15 +91,15 @@ CHECKOUT OPTIONS:
9191

9292
SPEC CHECKSUMS:
9393
Amplify: c55f7bf2c6ea68891d95579882172c1256f301fc
94-
AmplifyPlugins: 40f1051d1e8313a74c16bafe0618d460bf0479db
95-
AmplifyTestCommon: 40a2413a5fba88dd89b99ece6d467ff0951a7c2c
94+
AmplifyPlugins: f6da9207a840b4c74e98365b9ae2623536332e36
95+
AmplifyTestCommon: 434222715037f47e8dd9f86dfd3b4ac7522d22ee
9696
AppSyncRealTimeClient: 7fb160294d067b6c0c4b3c4ab91e953fd4cfba30
97-
AWSAuthCore: 6a5f0fdbbd65d917deab61e2f5035afecafaa687
98-
AWSCognitoIdentityProvider: f9031fc36af73a1e6a3c7476cbd536c1d4f7591c
99-
AWSCognitoIdentityProviderASF: c126563dd240709a5acf2c15910ea4c872c65df3
100-
AWSCore: e8748f1d2e97874ff5638fe7c3c31431ad223b4a
101-
AWSMobileClient: f98f4d3eb4d0f893a128b5546a31fd2cbc88e2ef
102-
AWSPluginsCore: 03651a5904baf7d0e4d79addda7bcd8344d17bec
97+
AWSAuthCore: 48c359c1a12b3b083957828766e76f5de76ab1e4
98+
AWSCognitoIdentityProvider: 9c92d198d01b4eac575d1ef3811f4ce19cc10a90
99+
AWSCognitoIdentityProviderASF: e6d5c8fa04fbe4fa3703e98de962412e891b1fbf
100+
AWSCore: 878e7726c80e2b5494b77c9bb5e7a059d10994f0
101+
AWSMobileClient: cc99c37739440cb3b35e47476a58dd82dd0603bd
102+
AWSPluginsCore: 8999dbe328de0bf394f1a67e69e6bd931d2116c3
103103
CwlCatchException: 70a52ae44ea5d46db7bd385f801a94942420cd8c
104104
CwlPreconditionTesting: d33a4e4f285c0b885fddcae5dfedfbb34d4f3961
105105
Starscream: 4bb2f9942274833f7b4d296a55504dcfc7edb7b0

AmplifyPlugins/Analytics/Podfile.lock

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -3,37 +3,37 @@ PODS:
33
- Amplify/Default (= 1.5.1)
44
- Amplify/Default (1.5.1)
55
- AmplifyPlugins/AWSCognitoAuthPlugin (1.5.1):
6-
- AWSAuthCore (~> 2.20.0)
7-
- AWSCognitoIdentityProvider (~> 2.20.0)
8-
- AWSCognitoIdentityProviderASF (~> 2.20.0)
9-
- AWSCore (~> 2.20.0)
10-
- AWSMobileClient (~> 2.20.0)
6+
- AWSAuthCore (~> 2.21.0)
7+
- AWSCognitoIdentityProvider (~> 2.21.0)
8+
- AWSCognitoIdentityProviderASF (~> 2.21.0)
9+
- AWSCore (~> 2.21.0)
10+
- AWSMobileClient (~> 2.21.0)
1111
- AWSPluginsCore (= 1.5.1)
1212
- AmplifyTestCommon (1.5.1):
1313
- Amplify (= 1.5.1)
1414
- AmplifyTestCommon/AWSPluginsTestCommon (= 1.5.1)
1515
- AmplifyTestCommon/AWSPluginsTestCommon (1.5.1):
1616
- Amplify (= 1.5.1)
17-
- AWSCore (~> 2.20.0)
18-
- AWSMobileClient (~> 2.20.0)
17+
- AWSCore (~> 2.21.0)
18+
- AWSMobileClient (~> 2.21.0)
1919
- AWSPluginsCore (= 1.5.1)
20-
- AWSAuthCore (2.20.0):
21-
- AWSCore (= 2.20.0)
22-
- AWSCognitoIdentityProvider (2.20.0):
23-
- AWSCognitoIdentityProviderASF (= 2.20.0)
24-
- AWSCore (= 2.20.0)
25-
- AWSCognitoIdentityProviderASF (2.20.0)
26-
- AWSCore (2.20.0)
27-
- AWSMobileClient (2.20.0):
28-
- AWSAuthCore (= 2.20.0)
29-
- AWSCognitoIdentityProvider (= 2.20.0)
30-
- AWSCognitoIdentityProviderASF (= 2.20.0)
31-
- AWSCore (= 2.20.0)
32-
- AWSPinpoint (2.20.0):
33-
- AWSCore (= 2.20.0)
20+
- AWSAuthCore (2.21.0):
21+
- AWSCore (= 2.21.0)
22+
- AWSCognitoIdentityProvider (2.21.0):
23+
- AWSCognitoIdentityProviderASF (= 2.21.0)
24+
- AWSCore (= 2.21.0)
25+
- AWSCognitoIdentityProviderASF (2.21.0)
26+
- AWSCore (2.21.0)
27+
- AWSMobileClient (2.21.0):
28+
- AWSAuthCore (= 2.21.0)
29+
- AWSCognitoIdentityProvider (= 2.21.0)
30+
- AWSCognitoIdentityProviderASF (= 2.21.0)
31+
- AWSCore (= 2.21.0)
32+
- AWSPinpoint (2.21.0):
33+
- AWSCore (= 2.21.0)
3434
- AWSPluginsCore (1.5.1):
3535
- Amplify (= 1.5.1)
36-
- AWSCore (~> 2.20.0)
36+
- AWSCore (~> 2.21.0)
3737
- CwlCatchException (1.0.2)
3838
- CwlPreconditionTesting (1.1.1):
3939
- CwlCatchException
@@ -44,7 +44,7 @@ DEPENDENCIES:
4444
- Amplify (from `../../`)
4545
- AmplifyPlugins/AWSCognitoAuthPlugin (from `../../`)
4646
- AmplifyTestCommon (from `../../`)
47-
- AWSPinpoint (~> 2.20.0)
47+
- AWSPinpoint (~> 2.21.0)
4848
- AWSPluginsCore (from `../../`)
4949
- CwlCatchException (from `https://github.com/mattgallagher/CwlCatchException.git`, tag `1.2.0`)
5050
- CwlPreconditionTesting (from `https://github.com/mattgallagher/CwlPreconditionTesting.git`, tag `1.2.0`)
@@ -88,15 +88,15 @@ CHECKOUT OPTIONS:
8888

8989
SPEC CHECKSUMS:
9090
Amplify: c55f7bf2c6ea68891d95579882172c1256f301fc
91-
AmplifyPlugins: 40f1051d1e8313a74c16bafe0618d460bf0479db
92-
AmplifyTestCommon: 40a2413a5fba88dd89b99ece6d467ff0951a7c2c
93-
AWSAuthCore: 6a5f0fdbbd65d917deab61e2f5035afecafaa687
94-
AWSCognitoIdentityProvider: f9031fc36af73a1e6a3c7476cbd536c1d4f7591c
95-
AWSCognitoIdentityProviderASF: c126563dd240709a5acf2c15910ea4c872c65df3
96-
AWSCore: e8748f1d2e97874ff5638fe7c3c31431ad223b4a
97-
AWSMobileClient: f98f4d3eb4d0f893a128b5546a31fd2cbc88e2ef
98-
AWSPinpoint: ad147e2b6d4f4307a118b3f1ce3b581cfd56d076
99-
AWSPluginsCore: 03651a5904baf7d0e4d79addda7bcd8344d17bec
91+
AmplifyPlugins: f6da9207a840b4c74e98365b9ae2623536332e36
92+
AmplifyTestCommon: 434222715037f47e8dd9f86dfd3b4ac7522d22ee
93+
AWSAuthCore: 48c359c1a12b3b083957828766e76f5de76ab1e4
94+
AWSCognitoIdentityProvider: 9c92d198d01b4eac575d1ef3811f4ce19cc10a90
95+
AWSCognitoIdentityProviderASF: e6d5c8fa04fbe4fa3703e98de962412e891b1fbf
96+
AWSCore: 878e7726c80e2b5494b77c9bb5e7a059d10994f0
97+
AWSMobileClient: cc99c37739440cb3b35e47476a58dd82dd0603bd
98+
AWSPinpoint: cd15de52ef1fcddb7b4409ae291b2f5da62f1951
99+
AWSPluginsCore: 8999dbe328de0bf394f1a67e69e6bd931d2116c3
100100
CwlCatchException: 70a52ae44ea5d46db7bd385f801a94942420cd8c
101101
CwlPreconditionTesting: d33a4e4f285c0b885fddcae5dfedfbb34d4f3961
102102
SwiftFormat: 3b5caa6389b2b9adbc00e133b3ccc8c6e687a6a4

AmplifyPlugins/Auth/Podfile.lock

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,24 @@ PODS:
77
- AmplifyTestCommon/AWSPluginsTestCommon (= 1.5.1)
88
- AmplifyTestCommon/AWSPluginsTestCommon (1.5.1):
99
- Amplify (= 1.5.1)
10-
- AWSCore (~> 2.20.0)
11-
- AWSMobileClient (~> 2.20.0)
10+
- AWSCore (~> 2.21.0)
11+
- AWSMobileClient (~> 2.21.0)
1212
- AWSPluginsCore (= 1.5.1)
13-
- AWSAuthCore (2.20.0):
14-
- AWSCore (= 2.20.0)
15-
- AWSCognitoIdentityProvider (2.20.0):
16-
- AWSCognitoIdentityProviderASF (= 2.20.0)
17-
- AWSCore (= 2.20.0)
18-
- AWSCognitoIdentityProviderASF (2.20.0)
19-
- AWSCore (2.20.0)
20-
- AWSMobileClient (2.20.0):
21-
- AWSAuthCore (= 2.20.0)
22-
- AWSCognitoIdentityProvider (= 2.20.0)
23-
- AWSCognitoIdentityProviderASF (= 2.20.0)
24-
- AWSCore (= 2.20.0)
13+
- AWSAuthCore (2.21.0):
14+
- AWSCore (= 2.21.0)
15+
- AWSCognitoIdentityProvider (2.21.0):
16+
- AWSCognitoIdentityProviderASF (= 2.21.0)
17+
- AWSCore (= 2.21.0)
18+
- AWSCognitoIdentityProviderASF (2.21.0)
19+
- AWSCore (2.21.0)
20+
- AWSMobileClient (2.21.0):
21+
- AWSAuthCore (= 2.21.0)
22+
- AWSCognitoIdentityProvider (= 2.21.0)
23+
- AWSCognitoIdentityProviderASF (= 2.21.0)
24+
- AWSCore (= 2.21.0)
2525
- AWSPluginsCore (1.5.1):
2626
- Amplify (= 1.5.1)
27-
- AWSCore (~> 2.20.0)
27+
- AWSCore (~> 2.21.0)
2828
- CwlCatchException (1.0.2)
2929
- CwlPreconditionTesting (1.1.1):
3030
- CwlCatchException
@@ -34,7 +34,7 @@ PODS:
3434
DEPENDENCIES:
3535
- Amplify (from `../../`)
3636
- AmplifyTestCommon (from `../../`)
37-
- AWSMobileClient (~> 2.20.0)
37+
- AWSMobileClient (~> 2.21.0)
3838
- AWSPluginsCore (from `../../`)
3939
- CwlCatchException (from `https://github.com/mattgallagher/CwlCatchException.git`, tag `1.2.0`)
4040
- CwlPreconditionTesting (from `https://github.com/mattgallagher/CwlPreconditionTesting.git`, tag `1.2.0`)
@@ -75,13 +75,13 @@ CHECKOUT OPTIONS:
7575

7676
SPEC CHECKSUMS:
7777
Amplify: c55f7bf2c6ea68891d95579882172c1256f301fc
78-
AmplifyTestCommon: 40a2413a5fba88dd89b99ece6d467ff0951a7c2c
79-
AWSAuthCore: 6a5f0fdbbd65d917deab61e2f5035afecafaa687
80-
AWSCognitoIdentityProvider: f9031fc36af73a1e6a3c7476cbd536c1d4f7591c
81-
AWSCognitoIdentityProviderASF: c126563dd240709a5acf2c15910ea4c872c65df3
82-
AWSCore: e8748f1d2e97874ff5638fe7c3c31431ad223b4a
83-
AWSMobileClient: f98f4d3eb4d0f893a128b5546a31fd2cbc88e2ef
84-
AWSPluginsCore: 03651a5904baf7d0e4d79addda7bcd8344d17bec
78+
AmplifyTestCommon: 434222715037f47e8dd9f86dfd3b4ac7522d22ee
79+
AWSAuthCore: 48c359c1a12b3b083957828766e76f5de76ab1e4
80+
AWSCognitoIdentityProvider: 9c92d198d01b4eac575d1ef3811f4ce19cc10a90
81+
AWSCognitoIdentityProviderASF: e6d5c8fa04fbe4fa3703e98de962412e891b1fbf
82+
AWSCore: 878e7726c80e2b5494b77c9bb5e7a059d10994f0
83+
AWSMobileClient: cc99c37739440cb3b35e47476a58dd82dd0603bd
84+
AWSPluginsCore: 8999dbe328de0bf394f1a67e69e6bd931d2116c3
8585
CwlCatchException: 70a52ae44ea5d46db7bd385f801a94942420cd8c
8686
CwlPreconditionTesting: d33a4e4f285c0b885fddcae5dfedfbb34d4f3961
8787
SwiftFormat: 3b5caa6389b2b9adbc00e133b3ccc8c6e687a6a4

AmplifyPlugins/DataStore/Podfile.lock

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -4,40 +4,40 @@ PODS:
44
- Amplify/Default (1.5.1)
55
- AmplifyPlugins/AWSAPIPlugin (1.5.1):
66
- AppSyncRealTimeClient (~> 1.4.0)
7-
- AWSCore (~> 2.20.0)
7+
- AWSCore (~> 2.21.0)
88
- AWSPluginsCore (= 1.5.1)
99
- AmplifyPlugins/AWSCognitoAuthPlugin (1.5.1):
10-
- AWSAuthCore (~> 2.20.0)
11-
- AWSCognitoIdentityProvider (~> 2.20.0)
12-
- AWSCognitoIdentityProviderASF (~> 2.20.0)
13-
- AWSCore (~> 2.20.0)
14-
- AWSMobileClient (~> 2.20.0)
10+
- AWSAuthCore (~> 2.21.0)
11+
- AWSCognitoIdentityProvider (~> 2.21.0)
12+
- AWSCognitoIdentityProviderASF (~> 2.21.0)
13+
- AWSCore (~> 2.21.0)
14+
- AWSMobileClient (~> 2.21.0)
1515
- AWSPluginsCore (= 1.5.1)
1616
- AmplifyTestCommon (1.5.1):
1717
- Amplify (= 1.5.1)
1818
- AmplifyTestCommon/AWSPluginsTestCommon (= 1.5.1)
1919
- AmplifyTestCommon/AWSPluginsTestCommon (1.5.1):
2020
- Amplify (= 1.5.1)
21-
- AWSCore (~> 2.20.0)
22-
- AWSMobileClient (~> 2.20.0)
21+
- AWSCore (~> 2.21.0)
22+
- AWSMobileClient (~> 2.21.0)
2323
- AWSPluginsCore (= 1.5.1)
2424
- AppSyncRealTimeClient (1.4.2):
2525
- Starscream (~> 3.1.0)
26-
- AWSAuthCore (2.20.0):
27-
- AWSCore (= 2.20.0)
28-
- AWSCognitoIdentityProvider (2.20.0):
29-
- AWSCognitoIdentityProviderASF (= 2.20.0)
30-
- AWSCore (= 2.20.0)
31-
- AWSCognitoIdentityProviderASF (2.20.0)
32-
- AWSCore (2.20.0)
33-
- AWSMobileClient (2.20.0):
34-
- AWSAuthCore (= 2.20.0)
35-
- AWSCognitoIdentityProvider (= 2.20.0)
36-
- AWSCognitoIdentityProviderASF (= 2.20.0)
37-
- AWSCore (= 2.20.0)
26+
- AWSAuthCore (2.21.0):
27+
- AWSCore (= 2.21.0)
28+
- AWSCognitoIdentityProvider (2.21.0):
29+
- AWSCognitoIdentityProviderASF (= 2.21.0)
30+
- AWSCore (= 2.21.0)
31+
- AWSCognitoIdentityProviderASF (2.21.0)
32+
- AWSCore (2.21.0)
33+
- AWSMobileClient (2.21.0):
34+
- AWSAuthCore (= 2.21.0)
35+
- AWSCognitoIdentityProvider (= 2.21.0)
36+
- AWSCognitoIdentityProviderASF (= 2.21.0)
37+
- AWSCore (= 2.21.0)
3838
- AWSPluginsCore (1.5.1):
3939
- Amplify (= 1.5.1)
40-
- AWSCore (~> 2.20.0)
40+
- AWSCore (~> 2.21.0)
4141
- CwlCatchException (1.0.2)
4242
- CwlPreconditionTesting (1.1.1):
4343
- CwlCatchException
@@ -53,7 +53,7 @@ DEPENDENCIES:
5353
- AmplifyPlugins/AWSAPIPlugin (from `../../`)
5454
- AmplifyPlugins/AWSCognitoAuthPlugin (from `../../`)
5555
- AmplifyTestCommon (from `../../`)
56-
- AWSMobileClient (~> 2.20.0)
56+
- AWSMobileClient (~> 2.21.0)
5757
- AWSPluginsCore (from `../../`)
5858
- CwlCatchException (from `https://github.com/mattgallagher/CwlCatchException.git`, tag `1.2.0`)
5959
- CwlPreconditionTesting (from `https://github.com/mattgallagher/CwlPreconditionTesting.git`, tag `1.2.0`)
@@ -100,15 +100,15 @@ CHECKOUT OPTIONS:
100100

101101
SPEC CHECKSUMS:
102102
Amplify: c55f7bf2c6ea68891d95579882172c1256f301fc
103-
AmplifyPlugins: 40f1051d1e8313a74c16bafe0618d460bf0479db
104-
AmplifyTestCommon: 40a2413a5fba88dd89b99ece6d467ff0951a7c2c
103+
AmplifyPlugins: f6da9207a840b4c74e98365b9ae2623536332e36
104+
AmplifyTestCommon: 434222715037f47e8dd9f86dfd3b4ac7522d22ee
105105
AppSyncRealTimeClient: 7fb160294d067b6c0c4b3c4ab91e953fd4cfba30
106-
AWSAuthCore: 6a5f0fdbbd65d917deab61e2f5035afecafaa687
107-
AWSCognitoIdentityProvider: f9031fc36af73a1e6a3c7476cbd536c1d4f7591c
108-
AWSCognitoIdentityProviderASF: c126563dd240709a5acf2c15910ea4c872c65df3
109-
AWSCore: e8748f1d2e97874ff5638fe7c3c31431ad223b4a
110-
AWSMobileClient: f98f4d3eb4d0f893a128b5546a31fd2cbc88e2ef
111-
AWSPluginsCore: 03651a5904baf7d0e4d79addda7bcd8344d17bec
106+
AWSAuthCore: 48c359c1a12b3b083957828766e76f5de76ab1e4
107+
AWSCognitoIdentityProvider: 9c92d198d01b4eac575d1ef3811f4ce19cc10a90
108+
AWSCognitoIdentityProviderASF: e6d5c8fa04fbe4fa3703e98de962412e891b1fbf
109+
AWSCore: 878e7726c80e2b5494b77c9bb5e7a059d10994f0
110+
AWSMobileClient: cc99c37739440cb3b35e47476a58dd82dd0603bd
111+
AWSPluginsCore: 8999dbe328de0bf394f1a67e69e6bd931d2116c3
112112
CwlCatchException: 70a52ae44ea5d46db7bd385f801a94942420cd8c
113113
CwlPreconditionTesting: d33a4e4f285c0b885fddcae5dfedfbb34d4f3961
114114
SQLite.swift: d2b4642190917051ce6bd1d49aab565fe794eea3

0 commit comments

Comments
 (0)