diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2019-05-14 20:24:56 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2019-05-17 19:29:22 +0200 |
| commit | cb7848ce01e03f35348bd337af282d2b37171b3b (patch) | |
| tree | 837eb6f1cb6d3b8070124de7a1404bb91955f06b /ios/Podfile | |
| parent | fc7f384bf0c145b531a32b3a01682027b286e55a (diff) | |
| download | mullvadvpn-cb7848ce01e03f35348bd337af282d2b37171b3b.tar.xz mullvadvpn-cb7848ce01e03f35348bd337af282d2b37171b3b.zip | |
Add CocoaPods and ProcedureKit
Diffstat (limited to 'ios/Podfile')
| -rw-r--r-- | ios/Podfile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ios/Podfile b/ios/Podfile new file mode 100644 index 0000000000..303e8f44cf --- /dev/null +++ b/ios/Podfile @@ -0,0 +1,16 @@ +# Uncomment the next line to define a global platform for your project +platform :ios, '12.0' + +# Disable sending stats +ENV['COCOAPODS_DISABLE_STATS'] = 'true' + +target 'MullvadVPN' do + use_frameworks! + + pod 'ProcedureKit', '5.2.0' + pod 'ProcedureKit/Network', '5.2.0' +end + +target 'PacketTunnel' do + use_frameworks! +end |
