Skip to content

Commit

Permalink
Merge pull request #1178 from novasamatech/fix/starscream-transport-fix
Browse files Browse the repository at this point in the history
switch starscream to fix branch
  • Loading branch information
svojsu authored Aug 5, 2024
2 parents d9f11d0 + 937e1df commit de5fc4a
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 @@ -19,7 +19,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/novasamatech/Starscream.git', :tag => '4.0.11'
pod 'Starscream', :git => 'https://github.com/novasamatech/Starscream.git', :tag => '4.0.12'
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/novasamatech/WalletConnectSwiftV2.git', :tag => 'rc1.9.6'
Expand All @@ -44,7 +44,7 @@ abstract_target 'novawalletAll' do
pod 'SoraKeystore', '~> 1.0.0'
pod 'Operation-iOS', :git => 'https://github.com/novasamatech/Operation-iOS', :tag => '2.0.1'
pod 'Sourcery', '~> 1.4'
pod 'Starscream', :git => 'https://github.com/novasamatech/Starscream.git', :tag => '4.0.11'
pod 'Starscream', :git => 'https://github.com/novasamatech/Starscream.git', :tag => '4.0.12'
pod 'HydraMath', :git => 'https://github.com/novasamatech/hydra-math-swift.git', :tag => '0.2'
pod 'MetadataShortenerApi', :git => 'https://github.com/novasamatech/metadata-shortener-ios.git', :tag => '0.1.0'
end
Expand Down
12 changes: 6 additions & 6 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -880,7 +880,7 @@ PODS:
- SoraUI/Controls
- SoraUI/Skrull (1.13.0)
- Sourcery (1.4.1)
- Starscream (4.0.11)
- Starscream (4.0.12)
- SubstrateSdk (3.2.1):
- BigInt (~> 5.0)
- IrohaCrypto/ed25519 (~> 0.9.0)
Expand Down Expand Up @@ -980,7 +980,7 @@ DEPENDENCIES:
- SoraKeystore (~> 1.0.0)
- SoraUI (from `https://github.com/ERussel/UIkit-iOS.git`, tag `1.13.0`)
- Sourcery (~> 1.4)
- Starscream (from `https://github.com/novasamatech/Starscream.git`, tag `4.0.11`)
- Starscream (from `https://github.com/novasamatech/Starscream.git`, tag `4.0.12`)
- SubstrateSdk (from `https://github.com/nova-wallet/substrate-sdk-ios.git`, tag `3.2.1`)
- SVGKit (from `https://github.com/SVGKit/SVGKit.git`, tag `3.0.0`)
- SwiftAlgorithms (~> 1.0.0)
Expand Down Expand Up @@ -1067,7 +1067,7 @@ EXTERNAL SOURCES:
:tag: 1.13.0
Starscream:
:git: https://github.com/novasamatech/Starscream.git
:tag: 4.0.11
:tag: 4.0.12
SubstrateSdk:
:git: https://github.com/nova-wallet/substrate-sdk-ios.git
:tag: 3.2.1
Expand Down Expand Up @@ -1107,7 +1107,7 @@ CHECKOUT OPTIONS:
:tag: 1.13.0
Starscream:
:git: https://github.com/novasamatech/Starscream.git
:tag: 4.0.11
:tag: 4.0.12
SubstrateSdk:
:git: https://github.com/nova-wallet/substrate-sdk-ios.git
:tag: 3.2.1
Expand Down Expand Up @@ -1171,7 +1171,7 @@ SPEC CHECKSUMS:
SoraKeystore: 92cff6e2a12f212dd64ed089970ff7c365247b1c
SoraUI: 1d1a25881d1d597f19bc55f82c99ee236cc1ab11
Sourcery: db66600e8b285c427701821598d07cf3c7e6c476
Starscream: 8ed0cd1798eeec0325a4bc82083fd746ccc7694a
Starscream: 9265e4163aeea93d4a74c49bc8cb4c0b9c6ff350
SubstrateSdk: fe20689ad3f1bc680318a338c9e7dcde53e9c36b
SVGKit: 132b010efbf57ec345309fe4a7f627c0a40c5d63
SwiftAlgorithms: 38dda4731d19027fdeee1125f973111bf3386b53
Expand All @@ -1187,6 +1187,6 @@ SPEC CHECKSUMS:
ZMarkupParser: a92d31ba40695b790f1da5fec98c3d4505341aff
ZNSTextAttachment: 1ddd53660a8d3c42dbb716bf6866ffce22c44181

PODFILE CHECKSUM: 8dfafdc5df8b2ed5b21c9f7ad84354d9e910df2a
PODFILE CHECKSUM: 98141de3b13f527da1029c2ef17b57dfef7c184a

COCOAPODS: 1.15.2

0 comments on commit de5fc4a

Please sign in to comment.