Skip to content

Commit

Permalink
DO NOT MERGE: use libwally branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjors committed Jan 24, 2022
1 parent 91ee6c0 commit ecf2513
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ target 'NthKey' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!

pod 'LibWally', :git => 'https://github.com/sjors/LibWally-Swift.git', :tag => "v0.0.6", :submodules => true
pod 'LibWally', :git => 'https://github.com/sjors/LibWally-Swift.git', :branch => "2021/01/descriptors", :submodules => true
pod 'OutputDescriptors', :git => 'https://github.com/sjors/output-descriptors-swift.git', :tag => "v0.0.2"

target 'NthKeyTests' do
Expand Down
8 changes: 4 additions & 4 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@ PODS:
- OutputDescriptors (0.0.1)

DEPENDENCIES:
- LibWally (from `https://github.com/sjors/LibWally-Swift.git`, tag `v0.0.6`)
- LibWally (from `https://github.com/sjors/LibWally-Swift.git`, branch `2021/01/descriptors`)
- OutputDescriptors (from `https://github.com/sjors/output-descriptors-swift.git`, tag `v0.0.2`)

EXTERNAL SOURCES:
LibWally:
:branch: 2021/01/descriptors
:git: https://github.com/sjors/LibWally-Swift.git
:submodules: true
:tag: v0.0.6
OutputDescriptors:
:git: https://github.com/sjors/output-descriptors-swift.git
:tag: v0.0.2

CHECKOUT OPTIONS:
LibWally:
:commit: 29e4b3ecd23423253da6c7a65d0ebf336b85575f
:git: https://github.com/sjors/LibWally-Swift.git
:submodules: true
:tag: v0.0.6
OutputDescriptors:
:git: https://github.com/sjors/output-descriptors-swift.git
:tag: v0.0.2
Expand All @@ -28,6 +28,6 @@ SPEC CHECKSUMS:
LibWally: 8192c453746bd8f86978c857aadef57477decbcc
OutputDescriptors: 700e55b31d3997fb2bf6d9d84f6172ac17a3d573

PODFILE CHECKSUM: b4a77b28bc7832e680c78bba3eac23a48a0ccfa2
PODFILE CHECKSUM: ab692abda1731cfd655f597f300355f063502d9f

COCOAPODS: 1.10.0

0 comments on commit ecf2513

Please sign in to comment.