Use versioned TunnelKit
This commit is contained in:
parent
306b6e0a71
commit
8ffc1c9903
4
Podfile
4
Podfile
|
@ -7,8 +7,8 @@ $tunnelkit_name = 'TunnelKit'
|
||||||
$tunnelkit_specs = ['Protocols/OpenVPN', 'Extra/LZO']
|
$tunnelkit_specs = ['Protocols/OpenVPN', 'Extra/LZO']
|
||||||
|
|
||||||
def shared_pods
|
def shared_pods
|
||||||
#pod_version $tunnelkit_name, $tunnelkit_specs, '~> 3.1.0'
|
pod_version $tunnelkit_name, $tunnelkit_specs, '~> 3.3.0'
|
||||||
pod_git $tunnelkit_name, $tunnelkit_specs, '1343fa5'
|
#pod_git $tunnelkit_name, $tunnelkit_specs, '1343fa5'
|
||||||
#pod_path $tunnelkit_name, $tunnelkit_specs, '..'
|
#pod_path $tunnelkit_name, $tunnelkit_specs, '..'
|
||||||
pod 'SSZipArchive'
|
pod 'SSZipArchive'
|
||||||
pod 'Kvitto', :git => 'https://github.com/keeshux/Kvitto', :branch => 'enable-macos-spec'
|
pod 'Kvitto', :git => 'https://github.com/keeshux/Kvitto', :branch => 'enable-macos-spec'
|
||||||
|
|
13
Podfile.lock
13
Podfile.lock
|
@ -52,8 +52,8 @@ DEPENDENCIES:
|
||||||
- Kvitto (from `https://github.com/keeshux/Kvitto`, branch `enable-macos-spec`)
|
- Kvitto (from `https://github.com/keeshux/Kvitto`, branch `enable-macos-spec`)
|
||||||
- MBProgressHUD
|
- MBProgressHUD
|
||||||
- SSZipArchive
|
- SSZipArchive
|
||||||
- TunnelKit/Extra/LZO (from `https://github.com/passepartoutvpn/tunnelkit`, commit `1343fa5`)
|
- TunnelKit/Extra/LZO (~> 3.3.0)
|
||||||
- TunnelKit/Protocols/OpenVPN (from `https://github.com/passepartoutvpn/tunnelkit`, commit `1343fa5`)
|
- TunnelKit/Protocols/OpenVPN (~> 3.3.0)
|
||||||
|
|
||||||
SPEC REPOS:
|
SPEC REPOS:
|
||||||
https://github.com/cocoapods/specs.git:
|
https://github.com/cocoapods/specs.git:
|
||||||
|
@ -62,6 +62,7 @@ SPEC REPOS:
|
||||||
- OpenSSL-Apple
|
- OpenSSL-Apple
|
||||||
- SSZipArchive
|
- SSZipArchive
|
||||||
- SwiftyBeaver
|
- SwiftyBeaver
|
||||||
|
- TunnelKit
|
||||||
|
|
||||||
EXTERNAL SOURCES:
|
EXTERNAL SOURCES:
|
||||||
Convenience:
|
Convenience:
|
||||||
|
@ -70,9 +71,6 @@ EXTERNAL SOURCES:
|
||||||
Kvitto:
|
Kvitto:
|
||||||
:branch: enable-macos-spec
|
:branch: enable-macos-spec
|
||||||
:git: https://github.com/keeshux/Kvitto
|
:git: https://github.com/keeshux/Kvitto
|
||||||
TunnelKit:
|
|
||||||
:commit: 1343fa5
|
|
||||||
:git: https://github.com/passepartoutvpn/tunnelkit
|
|
||||||
|
|
||||||
CHECKOUT OPTIONS:
|
CHECKOUT OPTIONS:
|
||||||
Convenience:
|
Convenience:
|
||||||
|
@ -81,9 +79,6 @@ CHECKOUT OPTIONS:
|
||||||
Kvitto:
|
Kvitto:
|
||||||
:commit: e263fcd1f40a6a482a0f1e424ba98009c4ad2b96
|
:commit: e263fcd1f40a6a482a0f1e424ba98009c4ad2b96
|
||||||
:git: https://github.com/keeshux/Kvitto
|
:git: https://github.com/keeshux/Kvitto
|
||||||
TunnelKit:
|
|
||||||
:commit: 1343fa5
|
|
||||||
:git: https://github.com/passepartoutvpn/tunnelkit
|
|
||||||
|
|
||||||
SPEC CHECKSUMS:
|
SPEC CHECKSUMS:
|
||||||
Convenience: c805c2aff569ff735c5d69c2c2b7a9bd110fa507
|
Convenience: c805c2aff569ff735c5d69c2c2b7a9bd110fa507
|
||||||
|
@ -95,6 +90,6 @@ SPEC CHECKSUMS:
|
||||||
SwiftyBeaver: 2e8acd6fc90c6d0a27055867a290794926d57c02
|
SwiftyBeaver: 2e8acd6fc90c6d0a27055867a290794926d57c02
|
||||||
TunnelKit: 2a6aadea2d772a2760b153aee27d1c334c9ca6db
|
TunnelKit: 2a6aadea2d772a2760b153aee27d1c334c9ca6db
|
||||||
|
|
||||||
PODFILE CHECKSUM: a1b490351460a4ce8f158d5acfface8e1268dffa
|
PODFILE CHECKSUM: 7aa89c23d1152f1864bf9d38950f518546d9f4bb
|
||||||
|
|
||||||
COCOAPODS: 1.10.1
|
COCOAPODS: 1.10.1
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
![iOS 12+](https://img.shields.io/badge/ios-12+-green.svg)
|
![iOS 12+](https://img.shields.io/badge/ios-12+-green.svg)
|
||||||
![macOS 10.15+](https://img.shields.io/badge/macos-10.15+-green.svg)
|
![macOS 10.15+](https://img.shields.io/badge/macos-10.15+-green.svg)
|
||||||
[![TunnelKit 3.2](https://img.shields.io/badge/tunnelkit-3.2-d69c68.svg)][dep-tunnelkit]
|
[![TunnelKit 3.3](https://img.shields.io/badge/tunnelkit-3.3-d69c68.svg)][dep-tunnelkit]
|
||||||
[![License GPLv3](https://img.shields.io/badge/license-GPLv3-lightgray.svg)](LICENSE)
|
[![License GPLv3](https://img.shields.io/badge/license-GPLv3-lightgray.svg)](LICENSE)
|
||||||
[![Join Reddit](https://img.shields.io/badge/discuss-Reddit-orange.svg)][about-reddit]
|
[![Join Reddit](https://img.shields.io/badge/discuss-Reddit-orange.svg)][about-reddit]
|
||||||
[![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?url=https%3A%2F%2Fpassepartoutvpn.app%2F&via=keeshux&text=Passepartout%20is%20an%20user-friendly%2C%20open%20source%20%23OpenVPN%20client%20for%20%23iOS%20and%20%23macOS)
|
[![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?url=https%3A%2F%2Fpassepartoutvpn.app%2F&via=keeshux&text=Passepartout%20is%20an%20user-friendly%2C%20open%20source%20%23OpenVPN%20client%20for%20%23iOS%20and%20%23macOS)
|
||||||
|
|
Loading…
Reference in New Issue