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
|
2020-01-11 08:32:20 +00:00
|
|
|
#pod_version $tunnelkit_name, $tunnelkit_specs, '~> 2.2.1'
|
2020-04-11 11:16:10 +00:00
|
|
|
pod_git $tunnelkit_name, $tunnelkit_specs, '1b01c6f'
|
2019-05-23 21:13:45 +00:00
|
|
|
#pod_path $tunnelkit_name, $tunnelkit_specs, '..'
|
2019-04-11 16:07:59 +00:00
|
|
|
pod 'SSZipArchive'
|
2019-10-11 08:49:26 +00:00
|
|
|
|
2019-11-20 23:04:36 +00:00
|
|
|
for spec in ['About', 'Alerts', 'Dialogs', 'InApp', 'Misc', 'Options', 'Persistence', 'Reviewer', 'Tables', 'WebServices'] do
|
2019-11-30 10:42:21 +00:00
|
|
|
pod "Convenience/#{spec}", :git => 'https://github.com/keeshux/convenience', :commit => '3a191e8'
|
2019-10-11 16:09:46 +00:00
|
|
|
#pod "Convenience/#{spec}", :path => '../../personal/convenience'
|
2019-10-11 08:49:26 +00:00
|
|
|
end
|
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
|
2019-10-26 23:31:30 +00:00
|
|
|
pod 'Kvitto'
|
2018-10-11 07:13:19 +00:00
|
|
|
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
|