Skip to content

Commit

Permalink
update starscream version
Browse files Browse the repository at this point in the history
  • Loading branch information
ERussel committed May 13, 2023
1 parent 5f50ce3 commit dfbbc32
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ abstract_target 'novawalletAll' do
pod 'Kingfisher', :inhibit_warnings => true
pod 'SVGKit', :git => 'https://github.com/SVGKit/SVGKit.git', :tag => '3.0.0'
pod 'SwiftRLP', :git => 'https://github.com/ERussel/SwiftRLP.git'
pod 'Starscream', :git => 'https://github.com/ERussel/Starscream.git', :tag => '4.0.7'
pod 'Starscream', :git => 'https://github.com/ERussel/Starscream.git', :commit => '1a70810bfb4709188e1fd4718a72525f9a4ec4f9'
pod 'CDMarkdownKit', :git => 'https://github.com/nova-wallet/CDMarkdownKit.git', :tag => '2.5.2'
pod 'web3swift', :git => 'https://github.com/web3swift-team/web3swift.git', :tag => '3.0.6'
pod 'WalletConnectSwiftV2', :git => 'https://github.com/WalletConnect/WalletConnectSwiftV2.git', :tag => '1.5.14'
Expand All @@ -38,7 +38,7 @@ abstract_target 'novawalletAll' do
pod 'RobinHood', '~> 2.6.0'
pod 'CommonWallet/Core', :git => 'https://github.com/ERussel/Capital-iOS.git', :tag => '1.16.0'
pod 'Sourcery', '~> 1.4'
pod 'Starscream', :git => 'https://github.com/ERussel/Starscream.git', :tag => '4.0.7'
pod 'Starscream', :git => 'https://github.com/ERussel/Starscream.git', :commit => '1a70810bfb4709188e1fd4718a72525f9a4ec4f9'

end

Expand Down
12 changes: 6 additions & 6 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ PODS:
- SoraUI/Controls
- SoraUI/Skrull (1.11.1)
- Sourcery (1.4.1)
- Starscream (4.0.7)
- Starscream (4.0.8)
- SubstrateSdk (1.13.0):
- BigInt (~> 5.0)
- IrohaCrypto/ed25519 (~> 0.9.0)
Expand Down Expand Up @@ -165,7 +165,7 @@ DEPENDENCIES:
- SoraKeystore (~> 1.0.0)
- SoraUI (from `https://github.com/ERussel/UIkit-iOS.git`, tag `1.11.1`)
- Sourcery (~> 1.4)
- Starscream (from `https://github.com/ERussel/Starscream.git`, tag `4.0.7`)
- Starscream (from `https://github.com/ERussel/Starscream.git`, commit `1a70810bfb4709188e1fd4718a72525f9a4ec4f9`)
- SubstrateSdk (from `https://github.com/nova-wallet/substrate-sdk-ios.git`, tag `1.13.0`)
- SVGKit (from `https://github.com/SVGKit/SVGKit.git`, tag `3.0.0`)
- SwiftFormat/CLI (~> 0.47.13)
Expand Down Expand Up @@ -216,8 +216,8 @@ EXTERNAL SOURCES:
:git: https://github.com/ERussel/UIkit-iOS.git
:tag: 1.11.1
Starscream:
:commit: 1a70810bfb4709188e1fd4718a72525f9a4ec4f9
:git: https://github.com/ERussel/Starscream.git
:tag: 4.0.7
SubstrateSdk:
:git: https://github.com/nova-wallet/substrate-sdk-ios.git
:tag: 1.13.0
Expand Down Expand Up @@ -247,8 +247,8 @@ CHECKOUT OPTIONS:
:git: https://github.com/ERussel/UIkit-iOS.git
:tag: 1.11.1
Starscream:
:commit: 1a70810bfb4709188e1fd4718a72525f9a4ec4f9
:git: https://github.com/ERussel/Starscream.git
:tag: 4.0.7
SubstrateSdk:
:git: https://github.com/nova-wallet/substrate-sdk-ios.git
:tag: 1.13.0
Expand Down Expand Up @@ -288,7 +288,7 @@ SPEC CHECKSUMS:
SoraKeystore: 92cff6e2a12f212dd64ed089970ff7c365247b1c
SoraUI: e5ceb2cffe40145e589aa464e2e0a8d054011e0b
Sourcery: db66600e8b285c427701821598d07cf3c7e6c476
Starscream: 57d625966e460985d7da086627ca15e62cb380b3
Starscream: b676ee89781677a2d8d36029a78c970710e2d3eb
SubstrateSdk: aad6725e00295219ee9722b1975175ef4db3f4a6
SVGKit: 132b010efbf57ec345309fe4a7f627c0a40c5d63
SwiftFormat: 73573b89257437c550b03d934889725fbf8f75e5
Expand All @@ -301,6 +301,6 @@ SPEC CHECKSUMS:
web3swift: 944e76579b953a7b7e81dbb351c6dc0ed1defe63
xxHash-Swift: 30bd6a7507b3b7348a277c49b1cb6346c2905ec7

PODFILE CHECKSUM: 5941b282b04a8eb7e57102d81c356ba0d61c1fd9
PODFILE CHECKSUM: 475677294ac62a9b7d6cc353cafa2eb9d6325692

COCOAPODS: 1.11.3

0 comments on commit dfbbc32

Please sign in to comment.