mv Parsing/ ConfigFile/
Signed-off-by: Roopesh Chander <roop@roopc.net>
This commit is contained in:
parent
ffc9b11efb
commit
fc78187d54
|
@ -163,12 +163,12 @@
|
|||
path = Crypto;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
6F6899AA218099D00012E523 /* Parsing */ = {
|
||||
6F6899AA218099D00012E523 /* ConfigFile */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
6F6899AB218099F00012E523 /* WgQuickConfigFileParser.swift */,
|
||||
);
|
||||
path = Parsing;
|
||||
path = ConfigFile;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
6F7774DD217181B1006A79B3 /* UI */ = {
|
||||
|
@ -269,7 +269,7 @@
|
|||
isa = PBXGroup;
|
||||
children = (
|
||||
6F6899A32180445A0012E523 /* Crypto */,
|
||||
6F6899AA218099D00012E523 /* Parsing */,
|
||||
6F6899AA218099D00012E523 /* ConfigFile */,
|
||||
6F7774E6217201E0006A79B3 /* Model */,
|
||||
6F7774DD217181B1006A79B3 /* UI */,
|
||||
6F7774ED21722D0C006A79B3 /* VPN */,
|
||||
|
|
Loading…
Reference in New Issue