aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoopesh Chander <roop@roopc.net>2018-12-13 12:14:21 +0530
committerRoopesh Chander <roop@roopc.net>2018-12-13 12:14:21 +0530
commit6528a581de3e33067f9955e6362b6fd97ee17ef6 (patch)
tree18b5d3fea8f3195d2c8a6bdec5693833fcf57adf
parentCommit untested ringlogger code (diff)
downloadwireguard-apple-6528a581de3e33067f9955e6362b6fd97ee17ef6.tar.xz
wireguard-apple-6528a581de3e33067f9955e6362b6fd97ee17ef6.zip
mv WireGuard/WireGuard/VPN/ WireGuard/WireGuard/Tunnel/
Signed-off-by: Roopesh Chander <roop@roopc.net>
Diffstat (limited to '')
-rw-r--r--WireGuard/WireGuard.xcodeproj/project.pbxproj6
-rw-r--r--WireGuard/WireGuard/Tunnel/ActivateOnDemandSetting.swift (renamed from WireGuard/WireGuard/VPN/ActivateOnDemandSetting.swift)0
-rw-r--r--WireGuard/WireGuard/Tunnel/InternetReachability.swift (renamed from WireGuard/WireGuard/VPN/InternetReachability.swift)0
-rw-r--r--WireGuard/WireGuard/Tunnel/TunnelsManager.swift (renamed from WireGuard/WireGuard/VPN/TunnelsManager.swift)0
4 files changed, 3 insertions, 3 deletions
diff --git a/WireGuard/WireGuard.xcodeproj/project.pbxproj b/WireGuard/WireGuard.xcodeproj/project.pbxproj
index 4177cbe..93ed1b0 100644
--- a/WireGuard/WireGuard.xcodeproj/project.pbxproj
+++ b/WireGuard/WireGuard.xcodeproj/project.pbxproj
@@ -252,14 +252,14 @@
path = Model;
sourceTree = "<group>";
};
- 6F7774ED21722D0C006A79B3 /* VPN */ = {
+ 6F7774ED21722D0C006A79B3 /* Tunnel */ = {
isa = PBXGroup;
children = (
6F7774EE21722D97006A79B3 /* TunnelsManager.swift */,
6FFA5DA32197085D0001E2F7 /* ActivateOnDemandSetting.swift */,
6FF717E421B2CB1E0045A474 /* InternetReachability.swift */,
);
- path = VPN;
+ path = Tunnel;
sourceTree = "<group>";
};
6F919ED3218C65C50023B400 /* Resources */ = {
@@ -340,7 +340,7 @@
6F6899A32180445A0012E523 /* Crypto */,
6F6899AA218099D00012E523 /* ConfigFile */,
6F7774DD217181B1006A79B3 /* UI */,
- 6F7774ED21722D0C006A79B3 /* VPN */,
+ 6F7774ED21722D0C006A79B3 /* Tunnel */,
6FDEF7E72186320E00D8FBF6 /* ZipArchive */,
6F61F1E821B932F700483816 /* WireGuardAppError.swift */,
6F61F1EA21B937EF00483816 /* WireGuardResult.swift */,
diff --git a/WireGuard/WireGuard/VPN/ActivateOnDemandSetting.swift b/WireGuard/WireGuard/Tunnel/ActivateOnDemandSetting.swift
index 0aeda6f..0aeda6f 100644
--- a/WireGuard/WireGuard/VPN/ActivateOnDemandSetting.swift
+++ b/WireGuard/WireGuard/Tunnel/ActivateOnDemandSetting.swift
diff --git a/WireGuard/WireGuard/VPN/InternetReachability.swift b/WireGuard/WireGuard/Tunnel/InternetReachability.swift
index 2e50852..2e50852 100644
--- a/WireGuard/WireGuard/VPN/InternetReachability.swift
+++ b/WireGuard/WireGuard/Tunnel/InternetReachability.swift
diff --git a/WireGuard/WireGuard/VPN/TunnelsManager.swift b/WireGuard/WireGuard/Tunnel/TunnelsManager.swift
index 95ab071..95ab071 100644
--- a/WireGuard/WireGuard/VPN/TunnelsManager.swift
+++ b/WireGuard/WireGuard/Tunnel/TunnelsManager.swift