Skip to content

Commit

Permalink
feat: Upgrade Starscream to 4.0.6 (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
lawmicha authored Mar 8, 2024
1 parent fe24680 commit dc4c867
Show file tree
Hide file tree
Showing 52 changed files with 473 additions and 358 deletions.
2 changes: 1 addition & 1 deletion AppSyncRealTimeClient.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ Pod::Spec.new do |s|
s.requires_arc = true

s.source_files = 'AppSyncRealTimeClient/**/*.swift'
s.dependency 'Starscream', '4.0.4'
s.dependency 'Starscream', '4.0.6'
end
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "daltoniam/starscream" == 4.0.4
github "daltoniam/starscream" == 4.0.6
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/daltoniam/Starscream",
"state": {
"branch": null,
"revision": "df8d82047f6654d8e4b655d1b1525c64e1059d21",
"version": "4.0.4"
"revision": "ac6c0fc9da221873e01bd1a0d4818498a71eef33",
"version": "4.0.6"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let package = Package(
targets: ["AppSyncRealTimeClient"]),
],
dependencies: [
.package(url: "https://github.com/daltoniam/Starscream", .exact("4.0.4"))
.package(url: "https://github.com/daltoniam/Starscream", .exact("4.0.6"))
],
targets: [
.target(
Expand Down
4 changes: 2 additions & 2 deletions Podfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Uncomment the next line to define a global platform for your project
platform :ios, '9.0'
platform :ios, '13.0'

def include_build_tools!
pod 'SwiftFormat/CLI', "~> 0.49.0"
Expand All @@ -13,7 +13,7 @@ target 'AppSyncRealTimeClient' do
# Pods for AppSyncRealTimeClient

# If you update this dependency version, be sure to update the Cartfile also
pod "Starscream", "4.0.4"
pod "Starscream", "4.0.6"

include_build_tools!

Expand Down
10 changes: 5 additions & 5 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
PODS:
- Starscream (4.0.4)
- Starscream (4.0.6)
- SwiftFormat/CLI (0.49.18)
- SwiftLint (0.51.0)

DEPENDENCIES:
- Starscream (~> 4.0.4)
- Starscream (= 4.0.6)
- SwiftFormat/CLI (~> 0.49.0)
- SwiftLint

Expand All @@ -15,10 +15,10 @@ SPEC REPOS:
- SwiftLint

SPEC CHECKSUMS:
Starscream: 5178aed56b316f13fa3bc55694e583d35dd414d9
Starscream: fb2c4510bebf908c62bd383bcf05e673720e91fd
SwiftFormat: 2402d29b26746f169cce5454d5af88314cbb2e35
SwiftLint: 1b7561918a19e23bfed960e40759086e70f4dba5

PODFILE CHECKSUM: e76cd9f1f864d5985d232c1d82fa76bd06a050bf
PODFILE CHECKSUM: 18a2d10b11b24dce612d4399e16e3ab10b872058

COCOAPODS: 1.12.0
COCOAPODS: 1.14.3
10 changes: 5 additions & 5 deletions Pods/Manifest.lock

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

Loading

0 comments on commit dc4c867

Please sign in to comment.