Skip to content

Commit

Permalink
feat: Upgrade AppSyncRealTimeClient 1.7.0 for Starscream 4 (awslabs#518)
Browse files Browse the repository at this point in the history
  • Loading branch information
lawmicha authored and CI machine committed Mar 24, 2022
1 parent e49e4be commit d18c7ab
Show file tree
Hide file tree
Showing 70 changed files with 5,117 additions and 4,231 deletions.
2 changes: 1 addition & 1 deletion AWSAppSync.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Pod::Spec.new do |s|
s.dependency 'AWSCore', '~> 2.27.0'
s.dependency 'SQLite.swift', '~> 0.12.2'
s.dependency 'ReachabilitySwift', '5.0.0'
s.dependency 'AppSyncRealTimeClient', '~> 1.4'
s.dependency 'AppSyncRealTimeClient', '~> 1.7'

s.source_files = 'AWSAppSyncClient/AWSAppSync.h', 'AWSAppSyncClient/*.swift', 'AWSAppSyncClient/Internal/**/*.{h,m,swift}', 'AWSAppSyncClient/Apollo/Sources/Apollo/*.swift'
s.public_header_files = ['AWSAppSyncClient/AWSAppSync.h', 'AWSAppSyncClient/AWSAppSync-Swift.h', 'AWSAppSyncClient/Internal/AppSyncLogHelper.h']
Expand Down
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github "aws/aws-sdk-ios" ~> 2.27.0
github "stephencelis/SQLite.swift" ~> 0.12.2
github "ashleymills/Reachability.swift" "v5.0.0"
github "aws-amplify/aws-appsync-realtime-client-ios" ~> 1.4
github "aws-amplify/aws-appsync-realtime-client-ios" ~> 1.7
17 changes: 4 additions & 13 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/aws-amplify/aws-appsync-realtime-client-ios.git",
"state": {
"branch": null,
"revision": "16c2c3aaf0b0a812dbc2023cecb0dbd433f99810",
"version": "1.4.4"
"revision": "1932e1d6289e9f0c9656cefe6218d5097720bf3f",
"version": "1.8.0"
}
},
{
Expand Down Expand Up @@ -42,17 +42,8 @@
"repositoryURL": "https://github.com/daltoniam/Starscream",
"state": {
"branch": null,
"revision": "e6b65c6d9077ea48b4a7bdda8994a1d3c6969c8d",
"version": "3.1.1"
}
},
{
"package": "swift-nio-zlib-support",
"repositoryURL": "https://github.com/apple/swift-nio-zlib-support.git",
"state": {
"branch": null,
"revision": "37760e9a52030bb9011972c5213c3350fa9d41fd",
"version": "1.0.0"
"revision": "df8d82047f6654d8e4b655d1b1525c64e1059d21",
"version": "4.0.4"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ let package = Package(
.package(
name: "AppSyncRealTimeClient",
url: "https://github.com/aws-amplify/aws-appsync-realtime-client-ios.git",
from: "1.4.3"
from: "1.7.0"
),
.package(
url: "https://github.com/stephencelis/SQLite.swift.git",
Expand Down
4 changes: 2 additions & 2 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ target "AWSAppSync" do
pod "AWSCore", "~> #{AWS_SDK_VERSION}"
pod "SQLite.swift", "~> 0.12.2"
pod "ReachabilitySwift", "5.0.0"
pod "AppSyncRealTimeClient", "~> 1.4"
pod "AppSyncRealTimeClient", "~> 1.7"

pod "SwiftLint"
end
Expand All @@ -20,7 +20,7 @@ target "AWSAppSyncTestCommon" do
# We directly access a database connection to verify certain initialization
# setups
pod "SQLite.swift", "~> 0.12.2"
pod "AppSyncRealTimeClient", "~> 1.4"
pod "AppSyncRealTimeClient", "~> 1.7"
end

target "AWSAppSyncTestApp" do
Expand Down
14 changes: 7 additions & 7 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PODS:
- AppSyncRealTimeClient (1.6.0):
- Starscream (~> 3.1.1)
- AppSyncRealTimeClient (1.8.0):
- Starscream (~> 4.0.4)
- AWSAuthCore (2.27.0):
- AWSCore (= 2.27.0)
- AWSCognitoIdentityProvider (2.27.0):
Expand All @@ -20,11 +20,11 @@ PODS:
- SQLite.swift (0.12.2):
- SQLite.swift/standard (= 0.12.2)
- SQLite.swift/standard (0.12.2)
- Starscream (3.1.1)
- Starscream (4.0.4)
- SwiftLint (0.46.1)

DEPENDENCIES:
- AppSyncRealTimeClient (~> 1.4)
- AppSyncRealTimeClient (~> 1.7)
- AWSCore (~> 2.27.0)
- AWSMobileClient (~> 2.27.0)
- AWSS3 (~> 2.27.0)
Expand All @@ -47,7 +47,7 @@ SPEC REPOS:
- SwiftLint

SPEC CHECKSUMS:
AppSyncRealTimeClient: 8b5ec94085b8ee9bb6fb9d9d76a157beb538ec6f
AppSyncRealTimeClient: 463678f3a459c6e77851ca8e23dd7e0108bfb717
AWSAuthCore: e030e0d0c6102b5bf4e117601572ac3112b44ffe
AWSCognitoIdentityProvider: b62f4c11ccc03e4dec804f84820b94235271e103
AWSCognitoIdentityProviderASF: 0f0b7dfc43977225be9ae809bcc1ac46df217551
Expand All @@ -56,9 +56,9 @@ SPEC CHECKSUMS:
AWSS3: 6e349583add82363b27aaa2d9d582188c9110a17
ReachabilitySwift: 985039c6f7b23a1da463388634119492ff86c825
SQLite.swift: d2b4642190917051ce6bd1d49aab565fe794eea3
Starscream: 4bb2f9942274833f7b4d296a55504dcfc7edb7b0
Starscream: 5178aed56b316f13fa3bc55694e583d35dd414d9
SwiftLint: aaa29a9f649316095a9079595cb60906bd899353

PODFILE CHECKSUM: 4911fa940cb89fc13cb1c044da9caa9dc4595762
PODFILE CHECKSUM: 779a7006d3159a4dbcac73514d9cd16c7fe3f63f

COCOAPODS: 1.11.2

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d18c7ab

Please sign in to comment.