]> git.ipfire.org Git - thirdparty/wireguard-apple.git/commitdiff
mv WireGuard/WireGuard/VPN/ WireGuard/WireGuard/Tunnel/
authorRoopesh Chander <roop@roopc.net>
Thu, 13 Dec 2018 06:44:21 +0000 (12:14 +0530)
committerRoopesh Chander <roop@roopc.net>
Thu, 13 Dec 2018 06:44:21 +0000 (12:14 +0530)
Signed-off-by: Roopesh Chander <roop@roopc.net>
WireGuard/WireGuard.xcodeproj/project.pbxproj
WireGuard/WireGuard/Tunnel/ActivateOnDemandSetting.swift [moved from WireGuard/WireGuard/VPN/ActivateOnDemandSetting.swift with 100% similarity]
WireGuard/WireGuard/Tunnel/InternetReachability.swift [moved from WireGuard/WireGuard/VPN/InternetReachability.swift with 100% similarity]
WireGuard/WireGuard/Tunnel/TunnelsManager.swift [moved from WireGuard/WireGuard/VPN/TunnelsManager.swift with 100% similarity]

index 4177cbe70821796881d1fc739ed2b3d996d5c1b0..93ed1b063fe39cda6e661fe6812742e0e23cf165 100644 (file)
                        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 */ = {
                                6F6899A32180445A0012E523 /* Crypto */,
                                6F6899AA218099D00012E523 /* ConfigFile */,
                                6F7774DD217181B1006A79B3 /* UI */,
-                               6F7774ED21722D0C006A79B3 /* VPN */,
+                               6F7774ED21722D0C006A79B3 /* Tunnel */,
                                6FDEF7E72186320E00D8FBF6 /* ZipArchive */,
                                6F61F1E821B932F700483816 /* WireGuardAppError.swift */,
                                6F61F1EA21B937EF00483816 /* WireGuardResult.swift */,