mv WireGuard/WireGuard/VPN/ WireGuard/WireGuard/Tunnel/

This commit is contained in:
Roopesh Chander 2018-12-13 12:14:21 +05:30
parent 6a12af4066
commit 3f2e332c27
4 changed files with 3 additions and 3 deletions

View File

@ -252,14 +252,14 @@
path = Model; path = Model;
sourceTree = "<group>"; sourceTree = "<group>";
}; };
6F7774ED21722D0C006A79B3 /* VPN */ = { 6F7774ED21722D0C006A79B3 /* Tunnel */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
6F7774EE21722D97006A79B3 /* TunnelsManager.swift */, 6F7774EE21722D97006A79B3 /* TunnelsManager.swift */,
6FFA5DA32197085D0001E2F7 /* ActivateOnDemandSetting.swift */, 6FFA5DA32197085D0001E2F7 /* ActivateOnDemandSetting.swift */,
6FF717E421B2CB1E0045A474 /* InternetReachability.swift */, 6FF717E421B2CB1E0045A474 /* InternetReachability.swift */,
); );
path = VPN; path = Tunnel;
sourceTree = "<group>"; sourceTree = "<group>";
}; };
6F919ED3218C65C50023B400 /* Resources */ = { 6F919ED3218C65C50023B400 /* Resources */ = {
@ -340,7 +340,7 @@
6F6899A32180445A0012E523 /* Crypto */, 6F6899A32180445A0012E523 /* Crypto */,
6F6899AA218099D00012E523 /* ConfigFile */, 6F6899AA218099D00012E523 /* ConfigFile */,
6F7774DD217181B1006A79B3 /* UI */, 6F7774DD217181B1006A79B3 /* UI */,
6F7774ED21722D0C006A79B3 /* VPN */, 6F7774ED21722D0C006A79B3 /* Tunnel */,
6FDEF7E72186320E00D8FBF6 /* ZipArchive */, 6FDEF7E72186320E00D8FBF6 /* ZipArchive */,
6F61F1E821B932F700483816 /* WireGuardAppError.swift */, 6F61F1E821B932F700483816 /* WireGuardAppError.swift */,
6F61F1EA21B937EF00483816 /* WireGuardResult.swift */, 6F61F1EA21B937EF00483816 /* WireGuardResult.swift */,