Skip to content

Commit c85f485

Browse files
committed
using our own fork of Zip package
1 parent 07afcc4 commit c85f485

2 files changed

Lines changed: 10 additions & 6 deletions

File tree

native/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ target 'eqMac' do
3838
pod 'SwiftyJSON', '~> 4.2'
3939
pod 'SwiftyUserDefaults', '4.0'
4040
pod 'KeychainSwift', '~> 13.0'
41-
pod 'Zip', '~> 1.1'
41+
pod 'Zip', :git => 'https://github.com/bitgapp/Zip.git'
4242
shared_pods
4343

4444
end

native/Podfile.lock

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ PODS:
1313
- SwiftyJSON (4.3.0)
1414
- SwiftyUserDefaults (4.0.0)
1515
- WebViewJavascriptBridge (6.0.3)
16-
- Zip (1.1.0)
16+
- Zip (2.1.1)
1717

1818
DEPENDENCIES:
1919
- AMCoreAudio (from `https://github.com/bitgapp/AMCoreAudio.git`, commit `f02015b7dfbaeb9b5f70b658e860afe94f85df9c`)
@@ -28,7 +28,7 @@ DEPENDENCIES:
2828
- SwiftyJSON (~> 4.2)
2929
- SwiftyUserDefaults (= 4.0)
3030
- WebViewJavascriptBridge (~> 6.0)
31-
- Zip (~> 1.1)
31+
- Zip (from `https://github.com/bitgapp/Zip.git`)
3232

3333
SPEC REPOS:
3434
https://github.com/CocoaPods/Specs.git:
@@ -42,7 +42,6 @@ SPEC REPOS:
4242
- SwiftyJSON
4343
- SwiftyUserDefaults
4444
- WebViewJavascriptBridge
45-
- Zip
4645

4746
EXTERNAL SOURCES:
4847
AMCoreAudio:
@@ -51,6 +50,8 @@ EXTERNAL SOURCES:
5150
STPrivilegedTask:
5251
:commit: fdca677c77adb166a2be4c5ea9c7580a738c49c9
5352
:git: https://github.com/sveinbjornt/STPrivilegedTask.git
53+
Zip:
54+
:git: https://github.com/bitgapp/Zip.git
5455

5556
CHECKOUT OPTIONS:
5657
AMCoreAudio:
@@ -59,6 +60,9 @@ CHECKOUT OPTIONS:
5960
STPrivilegedTask:
6061
:commit: fdca677c77adb166a2be4c5ea9c7580a738c49c9
6162
:git: https://github.com/sveinbjornt/STPrivilegedTask.git
63+
Zip:
64+
:commit: 7d91fccaa887d8a0e09434a6bae6768a22360539
65+
:git: https://github.com/bitgapp/Zip.git
6266

6367
SPEC CHECKSUMS:
6468
AMCoreAudio: d7fc6672b56df2ade8e77d08f3247d18d59697e3
@@ -73,8 +77,8 @@ SPEC CHECKSUMS:
7377
SwiftyJSON: 6faa0040f8b59dead0ee07436cbf76b73c08fd08
7478
SwiftyUserDefaults: 6a1951df1daa19337862b677dd9a4b9bd4c288cd
7579
WebViewJavascriptBridge: 7f5bc4d3581e672e8f32bd0f812d54bc69bb8e29
76-
Zip: 8877eede3dda76bcac281225c20e71c25270774c
80+
Zip: 414f59909701fda9a84ab774ebe0f5449b1082cc
7781

78-
PODFILE CHECKSUM: 500a228af9e9f201e43551499c38b05824162409
82+
PODFILE CHECKSUM: 4baf3ce071f18349d96b36cf9ed5a1d7c5ad6fdc
7983

8084
COCOAPODS: 1.9.3

0 commit comments

Comments
 (0)