Skip to content
This repository was archived by the owner on Jul 25, 2025. It is now read-only.

Commit 385fb45

Browse files
authored
chore: Updating SDK dependency version to 2.32.0 (#572)
1 parent 2aa91fc commit 385fb45

File tree

6 files changed

+33
-33
lines changed

6 files changed

+33
-33
lines changed

AWSAppSync.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
1111
s.ios.deployment_target = '9.0'
1212
s.swift_version = '5.5.2'
1313

14-
s.dependency 'AWSCore', '~> 2.30.1'
14+
s.dependency 'AWSCore', '~> 2.32.0'
1515
s.dependency 'SQLite.swift', '~> 0.12.2'
1616
s.dependency 'ReachabilitySwift', '5.0.0'
1717
s.dependency 'AppSyncRealTimeClient', '~> 3.0.0'

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
github "aws/aws-sdk-ios" ~> 2.30.1
1+
github "aws/aws-sdk-ios" ~> 2.32.0
22
github "stephencelis/SQLite.swift" ~> 0.12.2
33
github "aws-amplify/aws-appsync-realtime-client-ios" ~> 3.0.0

Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ let package = Package(
1414
.package(
1515
name: "AWSiOSSDKV2",
1616
url: "https://github.com/aws-amplify/aws-sdk-ios-spm.git",
17-
.upToNextMinor(from: "2.30.1")
17+
.upToNextMinor(from: "2.32.0")
1818
),
1919
.package(
2020
name: "AppSyncRealTimeClient",

Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ platform :ios, "9.0"
33
use_frameworks!
44
inhibit_all_warnings!
55

6-
AWS_SDK_VERSION = "2.30.1"
6+
AWS_SDK_VERSION = "2.32.0"
77

88
target "AWSAppSync" do
99
pod "AWSCore", "~> #{AWS_SDK_VERSION}"

Podfile.lock

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
PODS:
22
- AppSyncRealTimeClient (3.0.0):
33
- Starscream (~> 4.0.4)
4-
- AWSAuthCore (2.30.1):
5-
- AWSCore (= 2.30.1)
6-
- AWSCognitoIdentityProvider (2.30.1):
7-
- AWSCognitoIdentityProviderASF (= 2.30.1)
8-
- AWSCore (= 2.30.1)
9-
- AWSCognitoIdentityProviderASF (2.30.1):
10-
- AWSCore (= 2.30.1)
11-
- AWSCore (2.30.1)
12-
- AWSMobileClient (2.30.1):
13-
- AWSAuthCore (= 2.30.1)
14-
- AWSCognitoIdentityProvider (= 2.30.1)
15-
- AWSCognitoIdentityProviderASF (= 2.30.1)
16-
- AWSCore (= 2.30.1)
17-
- AWSS3 (2.30.1):
18-
- AWSCore (= 2.30.1)
4+
- AWSAuthCore (2.32.0):
5+
- AWSCore (= 2.32.0)
6+
- AWSCognitoIdentityProvider (2.32.0):
7+
- AWSCognitoIdentityProviderASF (= 2.32.0)
8+
- AWSCore (= 2.32.0)
9+
- AWSCognitoIdentityProviderASF (2.32.0):
10+
- AWSCore (= 2.32.0)
11+
- AWSCore (2.32.0)
12+
- AWSMobileClient (2.32.0):
13+
- AWSAuthCore (= 2.32.0)
14+
- AWSCognitoIdentityProvider (= 2.32.0)
15+
- AWSCognitoIdentityProviderASF (= 2.32.0)
16+
- AWSCore (= 2.32.0)
17+
- AWSS3 (2.32.0):
18+
- AWSCore (= 2.32.0)
1919
- SQLite.swift (0.12.2):
2020
- SQLite.swift/standard (= 0.12.2)
2121
- SQLite.swift/standard (0.12.2)
2222
- Starscream (4.0.4)
23-
- SwiftLint (0.50.3)
23+
- SwiftLint (0.51.0)
2424

2525
DEPENDENCIES:
2626
- AppSyncRealTimeClient (~> 3.0.0)
27-
- AWSCore (~> 2.30.1)
28-
- AWSMobileClient (~> 2.30.1)
29-
- AWSS3 (~> 2.30.1)
27+
- AWSCore (~> 2.32.0)
28+
- AWSMobileClient (~> 2.32.0)
29+
- AWSS3 (~> 2.32.0)
3030
- SQLite.swift (~> 0.12.2)
3131
- SwiftLint
3232

@@ -45,16 +45,16 @@ SPEC REPOS:
4545

4646
SPEC CHECKSUMS:
4747
AppSyncRealTimeClient: ec19a24f635611b193eb98a2da573abcf98b793b
48-
AWSAuthCore: 88e77e867b210e5d09e35a484de19753d587aee3
49-
AWSCognitoIdentityProvider: 37ff510e8f64dc6a1240088ba92ad4d6f0cd841e
50-
AWSCognitoIdentityProviderASF: f2cd19990c4ae642ad73d09a4945018a994c9ff8
51-
AWSCore: 493e49f8118e04fa57d927ceb117ba24a9b5ca02
52-
AWSMobileClient: 36d9bb90118da3ba14a87f9999818cb314953c5c
53-
AWSS3: 658aa9e708846ff6755520e602dd6b149bded949
48+
AWSAuthCore: 3c8e888df445c18f9809f136b995648133d518e5
49+
AWSCognitoIdentityProvider: 6c9f77ddcf30b38026f661005d375b4c8e0571ed
50+
AWSCognitoIdentityProviderASF: 79c2dc2f43309fce92e730b05fb65eee9457764d
51+
AWSCore: 03703209f169d6a3007a77597a1a28938e39b064
52+
AWSMobileClient: 1405454da03d3020df783c2d861749df7f06e2e6
53+
AWSS3: f77723426b6d3be17041ff0d019a2603f5a5f0c2
5454
SQLite.swift: d2b4642190917051ce6bd1d49aab565fe794eea3
5555
Starscream: 5178aed56b316f13fa3bc55694e583d35dd414d9
56-
SwiftLint: 77f7cb2b9bb81ab4a12fcc86448ba3f11afa50c6
56+
SwiftLint: 1b7561918a19e23bfed960e40759086e70f4dba5
5757

58-
PODFILE CHECKSUM: 9d9aefc79fd2fd37423c6c74c27e724c1488c62f
58+
PODFILE CHECKSUM: b7fbb68e4af96b08dd6d2f5e89cf67a77427eb8c
5959

6060
COCOAPODS: 1.11.3

0 commit comments

Comments
 (0)