|
95 | 95 | 66E94B3D2D27E74F003745B5 /* V2rayStats.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66E94B3C2D27E74C003745B5 /* V2rayStats.swift */; };
|
96 | 96 | 66EB76A62E2E669C00E72DE2 /* PacHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66EB76A52E2E669400E72DE2 /* PacHandler.swift */; };
|
97 | 97 | 66EB76A82E2E7E0800E72DE2 /* JsonAny.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66EB76A72E2E7E0300E72DE2 /* JsonAny.swift */; };
|
| 98 | + 66EB76B02E31135200E72DE2 /* Download.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66EB76AF2E31135200E72DE2 /* Download.swift */; }; |
98 | 99 | 66F66F832D1E450000E77C64 /* AppState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66F66F822D1E450000E77C64 /* AppState.swift */; };
|
99 | 100 | 66F66F862D1E7D6A00E77C64 /* Clash.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66F66F852D1E7D6A00E77C64 /* Clash.swift */; };
|
100 | 101 | 66F66F882D1E7D8800E77C64 /* SubscriptionHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66F66F872D1E7D8800E77C64 /* SubscriptionHandler.swift */; };
|
|
248 | 249 | 66E94B3C2D27E74C003745B5 /* V2rayStats.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = V2rayStats.swift; sourceTree = "<group>"; };
|
249 | 250 | 66EB76A52E2E669400E72DE2 /* PacHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PacHandler.swift; sourceTree = "<group>"; };
|
250 | 251 | 66EB76A72E2E7E0300E72DE2 /* JsonAny.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JsonAny.swift; sourceTree = "<group>"; };
|
| 252 | + 66EB76AF2E31135200E72DE2 /* Download.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Download.swift; sourceTree = "<group>"; }; |
251 | 253 | 66F66F822D1E450000E77C64 /* AppState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppState.swift; sourceTree = "<group>"; };
|
252 | 254 | 66F66F852D1E7D6A00E77C64 /* Clash.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Clash.swift; sourceTree = "<group>"; };
|
253 | 255 | 66F66F872D1E7D8800E77C64 /* SubscriptionHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SubscriptionHandler.swift; sourceTree = "<group>"; };
|
|
295 | 297 | 662CC3C92D1BED9B006E8450 /* Base */ = {
|
296 | 298 | isa = PBXGroup;
|
297 | 299 | children = (
|
| 300 | + 66EB76AF2E31135200E72DE2 /* Download.swift */, |
298 | 301 | 66EB76A72E2E7E0300E72DE2 /* JsonAny.swift */,
|
299 | 302 | 662CC44F2D1C4D46006E8450 /* Scanner.swift */,
|
300 | 303 | 662CC3C32D1BED9B006E8450 /* Port.swift */,
|
|
420 | 423 | 662CC3F82D1BED9B006E8450 /* Setting */ = {
|
421 | 424 | isa = PBXGroup;
|
422 | 425 | children = (
|
| 426 | + 66E94B382D26B971003745B5 /* SettingView.swift */, |
423 | 427 | 660A63AF2E2CF9B700D84D5D /* PacView.swift */,
|
424 | 428 | 660A63AD2E2CF9AD00D84D5D /* DnsView.swift */,
|
425 | 429 | 660A63AB2E2CF99600D84D5D /* CoreView.swift */,
|
426 |
| - 66E94B382D26B971003745B5 /* SettingView.swift */, |
427 | 430 | 662CC3F32D1BED9B006E8450 /* Advance.swift */,
|
428 | 431 | 662CC3F42D1BED9B006E8450 /* General.swift */,
|
429 | 432 | );
|
|
762 | 765 | 663745352D2EAF4F0093A101 /* RoutingPanel.swift in Sources */,
|
763 | 766 | 662CC4402D1C4CE9006E8450 /* ShadowsocksRUri.swift in Sources */,
|
764 | 767 | 662CC4412D1C4CE9006E8450 /* TrojanUri.swift in Sources */,
|
| 768 | + 66EB76B02E31135200E72DE2 /* Download.swift in Sources */, |
765 | 769 | 66F66F882D1E7D8800E77C64 /* SubscriptionHandler.swift in Sources */,
|
766 | 770 | 662CC4422D1C4CE9006E8450 /* BaseShareUri.swift in Sources */,
|
767 | 771 | 662CC4432D1C4CE9006E8450 /* VmessUri.swift in Sources */,
|
|
0 commit comments