mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-01-31 13:02:11 +00:00
Revert Kvitto to main repo
Might fix some issues with Mac receipt parsing.
This commit is contained in:
parent
9ea7c9b6a6
commit
414ba01dad
2
Podfile
2
Podfile
@ -11,7 +11,7 @@ def shared_pods
|
||||
#pod_git $tunnelkit_name, $tunnelkit_specs, '4dc3eee'
|
||||
#pod_path $tunnelkit_name, $tunnelkit_specs, '..'
|
||||
pod 'SSZipArchive'
|
||||
pod 'Kvitto', :git => 'https://github.com/keeshux/Kvitto', :branch => 'enable-macos-spec'
|
||||
pod 'Kvitto'
|
||||
end
|
||||
def shared_pods_ios
|
||||
shared_pods
|
||||
|
23
Podfile.lock
23
Podfile.lock
@ -15,11 +15,11 @@ PODS:
|
||||
- DTFoundation/Core (1.7.18)
|
||||
- DTFoundation/DTASN1 (1.7.18):
|
||||
- DTFoundation/Core
|
||||
- Kvitto (1.0.5):
|
||||
- DTFoundation/DTASN1 (~> 1.7.13)
|
||||
- Kvitto/Core (= 1.0.5)
|
||||
- Kvitto/Core (1.0.5):
|
||||
- DTFoundation/DTASN1 (~> 1.7.13)
|
||||
- Kvitto (1.0.6):
|
||||
- DTFoundation/DTASN1 (~> 1.7.17)
|
||||
- Kvitto/Core (= 1.0.6)
|
||||
- Kvitto/Core (1.0.6):
|
||||
- DTFoundation/DTASN1 (~> 1.7.17)
|
||||
- MBProgressHUD (1.2.0)
|
||||
- OpenSSL-Apple (1.1.1k.11)
|
||||
- SSZipArchive (2.4.2)
|
||||
@ -49,7 +49,7 @@ DEPENDENCIES:
|
||||
- Convenience/Reviewer (from `https://github.com/keeshux/convenience`, commit `b30816a`)
|
||||
- Convenience/Tables (from `https://github.com/keeshux/convenience`, commit `b30816a`)
|
||||
- Convenience/WebServices (from `https://github.com/keeshux/convenience`, commit `b30816a`)
|
||||
- Kvitto (from `https://github.com/keeshux/Kvitto`, branch `enable-macos-spec`)
|
||||
- Kvitto
|
||||
- MBProgressHUD
|
||||
- SSZipArchive
|
||||
- TunnelKit/Extra/LZO (~> 3.3.3)
|
||||
@ -58,6 +58,7 @@ DEPENDENCIES:
|
||||
SPEC REPOS:
|
||||
https://github.com/cocoapods/specs.git:
|
||||
- DTFoundation
|
||||
- Kvitto
|
||||
- MBProgressHUD
|
||||
- OpenSSL-Apple
|
||||
- SSZipArchive
|
||||
@ -68,28 +69,22 @@ EXTERNAL SOURCES:
|
||||
Convenience:
|
||||
:commit: b30816a
|
||||
:git: https://github.com/keeshux/convenience
|
||||
Kvitto:
|
||||
:branch: enable-macos-spec
|
||||
:git: https://github.com/keeshux/Kvitto
|
||||
|
||||
CHECKOUT OPTIONS:
|
||||
Convenience:
|
||||
:commit: b30816a
|
||||
:git: https://github.com/keeshux/convenience
|
||||
Kvitto:
|
||||
:commit: e263fcd1f40a6a482a0f1e424ba98009c4ad2b96
|
||||
:git: https://github.com/keeshux/Kvitto
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
Convenience: c805c2aff569ff735c5d69c2c2b7a9bd110fa507
|
||||
DTFoundation: a53f8cda2489208cbc71c648be177f902ee17536
|
||||
Kvitto: 5511954b22d6c710e1a04dcbdee44ae7b3d1caeb
|
||||
Kvitto: f02b3f84d84a383504fc57cfe824934c7ed782c0
|
||||
MBProgressHUD: 3ee5efcc380f6a79a7cc9b363dd669c5e1ae7406
|
||||
OpenSSL-Apple: 3104e6d32de21815b68aeba31edaa6a78d90e7e0
|
||||
SSZipArchive: e7b4f3d9e780c2acc1764cd88fbf2de28f26e5b2
|
||||
SwiftyBeaver: 84069991dd5dca07d7069100985badaca7f0ce82
|
||||
TunnelKit: 068ff24480fa0f10e2209f3e9a75cfed9b4d78ec
|
||||
|
||||
PODFILE CHECKSUM: 81ea192c9d192b6658515eea4248efe9c0065df1
|
||||
PODFILE CHECKSUM: 1ee335adb14f0e5517ddeed41e8bed5b0de59ec9
|
||||
|
||||
COCOAPODS: 1.10.1
|
||||
|
Loading…
Reference in New Issue
Block a user