Skip to content

Commit

Permalink
Merge pull request #579 from dashpay/chore/disable-dash-shared-core-d…
Browse files Browse the repository at this point in the history
…ev-features

chore: bump up DashSharedCore to 0.4.19
  • Loading branch information
pankcuf authored Nov 7, 2024
2 parents 624e00f + bd8595d commit 881566f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 15 deletions.
2 changes: 1 addition & 1 deletion DashSync.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Pod::Spec.new do |s|
s.ios.framework = 'UIKit'
s.macos.framework = 'Cocoa'
s.compiler_flags = '-Wno-comma'
s.dependency 'DashSharedCore', '0.4.18'
s.dependency 'DashSharedCore', '0.4.19'
s.dependency 'CocoaLumberjack', '3.7.2'
s.ios.dependency 'DWAlertController', '0.2.1'
s.dependency 'DSDynamicOptions', '0.1.2'
Expand Down
4 changes: 2 additions & 2 deletions Example/Podfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
def common_pods
# pod 'DashSharedCore', :git => 'https://github.com/dashpay/dash-shared-core.git', :branch => 'fix/core-20-test-additional'
pod 'DashSharedCore', :git => 'https://github.com/dashpay/dash-shared-core.git', :commit => '7dda9489a1d23221032e2b050c31a317a6e95631'
# pod 'DashSharedCore', :git => 'https://github.com/dashpay/dash-shared-core.git', :commit => '7dda9489a1d23221032e2b050c31a317a6e95631'
# pod 'DashSharedCore', :path => '../../dash-shared-core/'
pod 'DashSync', :path => '../'
pod 'SDWebImage', '5.14.3'
Expand Down Expand Up @@ -43,4 +43,4 @@ post_install do |installer|
end
end
end
end
end
18 changes: 6 additions & 12 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -586,11 +586,11 @@ PODS:
- "!ProtoCompiler-gRPCPlugin (~> 1.0)"
- DAPI-GRPC/Messages
- gRPC-ProtoRPC
- DashSharedCore (0.4.18)
- DashSharedCore (0.4.19)
- DashSync (0.1.0):
- CocoaLumberjack (= 3.7.2)
- DAPI-GRPC (= 0.22.0-dev.8)
- DashSharedCore (= 0.4.18)
- DashSharedCore (= 0.4.19)
- DSDynamicOptions (= 0.1.2)
- DWAlertController (= 0.2.1)
- TinyCborObjc (= 0.4.6)
Expand Down Expand Up @@ -667,7 +667,6 @@ PODS:

DEPENDENCIES:
- CocoaImageHashing (from `https://github.com/ameingast/cocoaimagehashing.git`, commit `ad01eee`)
- DashSharedCore (from `https://github.com/dashpay/dash-shared-core.git`, commit `7dda9489a1d23221032e2b050c31a317a6e95631`)
- DashSync (from `../`)
- KVO-MVVM (= 0.5.1)
- SDWebImage (= 5.14.3)
Expand All @@ -680,6 +679,7 @@ SPEC REPOS:
- BoringSSL-GRPC
- CocoaLumberjack
- DAPI-GRPC
- DashSharedCore
- DSDynamicOptions
- DWAlertController
- gRPC
Expand All @@ -696,19 +696,13 @@ EXTERNAL SOURCES:
CocoaImageHashing:
:commit: ad01eee
:git: https://github.com/ameingast/cocoaimagehashing.git
DashSharedCore:
:commit: 7dda9489a1d23221032e2b050c31a317a6e95631
:git: https://github.com/dashpay/dash-shared-core.git
DashSync:
:path: "../"

CHECKOUT OPTIONS:
CocoaImageHashing:
:commit: ad01eee
:git: https://github.com/ameingast/cocoaimagehashing.git
DashSharedCore:
:commit: 7dda9489a1d23221032e2b050c31a317a6e95631
:git: https://github.com/dashpay/dash-shared-core.git

SPEC CHECKSUMS:
"!ProtoCompiler": e9c09244955a8565817aa59a4787b6bb849a63c6
Expand All @@ -718,8 +712,8 @@ SPEC CHECKSUMS:
CocoaImageHashing: 8656031d0899abe6c1c415827de43e9798189c53
CocoaLumberjack: b7e05132ff94f6ae4dfa9d5bce9141893a21d9da
DAPI-GRPC: 138d62523bbfe7e88a39896f1053c0bc12390d9f
DashSharedCore: 39b477a8cb43f01ffb1a3e18a3ecc0c2bf38481b
DashSync: fea23e18c188a4c79852d1c6816b33a8b9852414
DashSharedCore: 009f29640756017406ee2b0ab5f1073f1856f85e
DashSync: f0ee76fe1409c9071bcee21202cc8002944c801d
DSDynamicOptions: 347cc5d2c4e080eb3de6a86719ad3d861b82adfc
DWAlertController: 5f4cd8adf90336331c054857f709f5f8d4b16a5b
gRPC: 64f36d689b2ecd99c4351f74e6f91347cdc65d9f
Expand All @@ -732,6 +726,6 @@ SPEC CHECKSUMS:
tinycbor: d4d71dddda1f8392fbb4249f63faf8552f327590
TinyCborObjc: 5204540fb90ff0c40fb22d408fa51bab79d78a80

PODFILE CHECKSUM: 2b3437e89ea617e5578cf4e8071a4bb1cc5edd31
PODFILE CHECKSUM: 426e3f03a062ea4c149b0500478f0fe6bbe5bab5

COCOAPODS: 1.15.2

0 comments on commit 881566f

Please sign in to comment.