2018-10-11 07:13:19 +00:00
|
|
|
source 'https://github.com/cocoapods/specs.git'
|
2019-03-18 11:08:31 +00:00
|
|
|
platform :ios, '11.0'
|
2018-10-11 07:13:19 +00:00
|
|
|
use_frameworks!
|
|
|
|
|
2019-05-23 21:03:59 +00:00
|
|
|
load 'Podfile.include'
|
|
|
|
|
|
|
|
$tunnelkit_name = 'TunnelKit'
|
2019-05-23 21:13:45 +00:00
|
|
|
$tunnelkit_specs = ['Protocols/OpenVPN', 'Extra/LZO']
|
2019-05-23 21:03:59 +00:00
|
|
|
|
2018-10-11 07:13:19 +00:00
|
|
|
def shared_pods
|
2019-08-11 14:02:06 +00:00
|
|
|
#pod_version $tunnelkit_name, $tunnelkit_specs, '~> 2.0.2'
|
2019-08-23 07:28:01 +00:00
|
|
|
pod_git $tunnelkit_name, $tunnelkit_specs, 'c7af1d3'
|
2019-05-23 21:13:45 +00:00
|
|
|
#pod_path $tunnelkit_name, $tunnelkit_specs, '..'
|
2019-04-11 16:07:59 +00:00
|
|
|
pod 'SSZipArchive'
|
2018-10-11 07:13:19 +00:00
|
|
|
end
|
|
|
|
|
2019-05-26 06:56:39 +00:00
|
|
|
target 'PassepartoutCore-iOS' do
|
2018-10-11 07:13:19 +00:00
|
|
|
shared_pods
|
|
|
|
end
|
2019-03-18 09:51:16 +00:00
|
|
|
|
|
|
|
target 'Passepartout-iOS' do
|
|
|
|
pod 'MBProgressHUD'
|
2018-10-11 07:13:19 +00:00
|
|
|
end
|
2019-03-18 09:51:16 +00:00
|
|
|
target 'Passepartout-iOS-Tunnel' do
|
2018-10-11 07:13:19 +00:00
|
|
|
shared_pods
|
|
|
|
end
|