diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2019-12-10 11:13:52 +0100 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2019-12-10 11:13:52 +0100 |
| commit | 87eeab54df529f6129da48eba32fbbc4c196649d (patch) | |
| tree | 3bc3e669599a6d09c3a8e45165e6e1d120913b9a /ios/Podfile | |
| parent | 1d30b36e9d798613cd1b308d9e3e86d2853dc3ca (diff) | |
| parent | 095d52c1a167e3ee0a1e7de1fba2353a39ad7373 (diff) | |
| download | mullvadvpn-87eeab54df529f6129da48eba32fbbc4c196649d.tar.xz mullvadvpn-87eeab54df529f6129da48eba32fbbc4c196649d.zip | |
Merge branch 'remove-pods'
Diffstat (limited to 'ios/Podfile')
| -rw-r--r-- | ios/Podfile | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/ios/Podfile b/ios/Podfile deleted file mode 100644 index 0b7cf77ceb..0000000000 --- a/ios/Podfile +++ /dev/null @@ -1,22 +0,0 @@ -# Uncomment the next line to define a global platform for your project -platform :ios, '12.0' - -# Disable sending stats -ENV['COCOAPODS_DISABLE_STATS'] = 'true' - -def shared_pods - pod 'ProcedureKit', '5.2.0' - pod 'ProcedureKit/Network', '5.2.0' -end - -target 'MullvadVPN' do - use_frameworks! - - shared_pods -end - -target 'PacketTunnel' do - use_frameworks! - - shared_pods -end |
