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

Commit fe124ba

Browse files
authored
fix: update AppSyncRTC dependency version (#591)
* fix: update AppSyncRTC dependency version * update version is podspec and Pakcage.swift
1 parent 6a2bbe9 commit fe124ba

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

AWSAppSync.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
1313

1414
s.dependency 'AWSCore', '~> 2.35.0'
1515
s.dependency 'SQLite.swift', '~> 0.12.2'
16-
s.dependency 'AppSyncRealTimeClient', '~> 3'
16+
s.dependency 'AppSyncRealTimeClient', '~> 3.1.0'
1717

1818
s.source_files = 'AWSAppSyncClient/AWSAppSync.h', 'AWSAppSyncClient/*.swift', 'AWSAppSyncClient/Internal/**/*.{h,m,swift}', 'AWSAppSyncClient/Apollo/Sources/Apollo/*.swift'
1919
s.public_header_files = ['AWSAppSyncClient/AWSAppSync.h', 'AWSAppSyncClient/AWSAppSync-Swift.h', 'AWSAppSyncClient/Internal/AppSyncLogHelper.h']

Package.resolved

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

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ let package = Package(
1919
.package(
2020
name: "AppSyncRealTimeClient",
2121
url: "https://github.com/aws-amplify/aws-appsync-realtime-client-ios.git",
22-
from: "3.0.0"
22+
.upToNextMinor(from: "3.1.0")
2323
),
2424
.package(
2525
url: "https://github.com/stephencelis/SQLite.swift.git",
26-
from: "0.12.0"
26+
.upToNextMinor(from: "0.12.0")
2727
)
2828
],
2929
targets: [

Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ AWS_SDK_VERSION = "2.35.0"
88
target "AWSAppSync" do
99
pod "AWSCore", "~> #{AWS_SDK_VERSION}"
1010
pod "SQLite.swift", "~> 0.12.2"
11-
pod "AppSyncRealTimeClient", "~> 3.0.0"
11+
pod "AppSyncRealTimeClient", "~> 3.1.0"
1212

1313
pod "SwiftLint"
1414
end
@@ -18,7 +18,7 @@ target "AWSAppSyncTestCommon" do
1818
# We directly access a database connection to verify certain initialization
1919
# setups
2020
pod "SQLite.swift", "~> 0.12.2"
21-
pod "AppSyncRealTimeClient", "~> 3.0.0"
21+
pod "AppSyncRealTimeClient", "~> 3.1.0"
2222
end
2323

2424
target "AWSAppSyncTestApp" do

Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PODS:
2-
- AppSyncRealTimeClient (3.0.0):
3-
- Starscream (~> 4.0.4)
2+
- AppSyncRealTimeClient (3.1.2):
3+
- Starscream (= 4.0.4)
44
- AWSAuthCore (2.35.0):
55
- AWSCore (= 2.35.0)
66
- AWSCognitoIdentityProvider (2.35.0):
@@ -23,7 +23,7 @@ PODS:
2323
- SwiftLint (0.51.0)
2424

2525
DEPENDENCIES:
26-
- AppSyncRealTimeClient (~> 3.0.0)
26+
- AppSyncRealTimeClient (~> 3.1.0)
2727
- AWSCore (~> 2.35.0)
2828
- AWSMobileClient (~> 2.35.0)
2929
- AWSS3 (~> 2.35.0)
@@ -44,7 +44,7 @@ SPEC REPOS:
4444
- SwiftLint
4545

4646
SPEC CHECKSUMS:
47-
AppSyncRealTimeClient: ec19a24f635611b193eb98a2da573abcf98b793b
47+
AppSyncRealTimeClient: 36ff2f65f330bce7f1d0d2157a4ae5d255483dac
4848
AWSAuthCore: aa5090b8d86389f958c5b916f14dc218b0c20f8e
4949
AWSCognitoIdentityProvider: b4c4d7d78782d62636cb3edfed71472dffe5e6d6
5050
AWSCognitoIdentityProviderASF: 295cac5c59c71c1494a3bac437f4c6284b9a73d3
@@ -55,6 +55,6 @@ SPEC CHECKSUMS:
5555
Starscream: 5178aed56b316f13fa3bc55694e583d35dd414d9
5656
SwiftLint: 1b7561918a19e23bfed960e40759086e70f4dba5
5757

58-
PODFILE CHECKSUM: 9feff1c8c761826da553ff061352e1d8b723378e
58+
PODFILE CHECKSUM: 4274fcb3deaee92953e6a57b22eea5f821c5d4c1
5959

6060
COCOAPODS: 1.15.2

0 commit comments

Comments
 (0)