summaryrefslogtreecommitdiffhomepage
path: root/ios/Podfile
diff options
context:
space:
mode:
Diffstat (limited to 'ios/Podfile')
-rw-r--r--ios/Podfile22
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