Skip to content

Commit c167159

Browse files
committed
下载 core
1 parent ac14971 commit c167159

File tree

6 files changed

+504
-115
lines changed

6 files changed

+504
-115
lines changed

V2rayU.xcodeproj/project.pbxproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@
9595
66E94B3D2D27E74F003745B5 /* V2rayStats.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66E94B3C2D27E74C003745B5 /* V2rayStats.swift */; };
9696
66EB76A62E2E669C00E72DE2 /* PacHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66EB76A52E2E669400E72DE2 /* PacHandler.swift */; };
9797
66EB76A82E2E7E0800E72DE2 /* JsonAny.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66EB76A72E2E7E0300E72DE2 /* JsonAny.swift */; };
98+
66EB76B02E31135200E72DE2 /* Download.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66EB76AF2E31135200E72DE2 /* Download.swift */; };
9899
66F66F832D1E450000E77C64 /* AppState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66F66F822D1E450000E77C64 /* AppState.swift */; };
99100
66F66F862D1E7D6A00E77C64 /* Clash.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66F66F852D1E7D6A00E77C64 /* Clash.swift */; };
100101
66F66F882D1E7D8800E77C64 /* SubscriptionHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66F66F872D1E7D8800E77C64 /* SubscriptionHandler.swift */; };
@@ -248,6 +249,7 @@
248249
66E94B3C2D27E74C003745B5 /* V2rayStats.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = V2rayStats.swift; sourceTree = "<group>"; };
249250
66EB76A52E2E669400E72DE2 /* PacHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PacHandler.swift; sourceTree = "<group>"; };
250251
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>"; };
251253
66F66F822D1E450000E77C64 /* AppState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppState.swift; sourceTree = "<group>"; };
252254
66F66F852D1E7D6A00E77C64 /* Clash.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Clash.swift; sourceTree = "<group>"; };
253255
66F66F872D1E7D8800E77C64 /* SubscriptionHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SubscriptionHandler.swift; sourceTree = "<group>"; };
@@ -295,6 +297,7 @@
295297
662CC3C92D1BED9B006E8450 /* Base */ = {
296298
isa = PBXGroup;
297299
children = (
300+
66EB76AF2E31135200E72DE2 /* Download.swift */,
298301
66EB76A72E2E7E0300E72DE2 /* JsonAny.swift */,
299302
662CC44F2D1C4D46006E8450 /* Scanner.swift */,
300303
662CC3C32D1BED9B006E8450 /* Port.swift */,
@@ -420,10 +423,10 @@
420423
662CC3F82D1BED9B006E8450 /* Setting */ = {
421424
isa = PBXGroup;
422425
children = (
426+
66E94B382D26B971003745B5 /* SettingView.swift */,
423427
660A63AF2E2CF9B700D84D5D /* PacView.swift */,
424428
660A63AD2E2CF9AD00D84D5D /* DnsView.swift */,
425429
660A63AB2E2CF99600D84D5D /* CoreView.swift */,
426-
66E94B382D26B971003745B5 /* SettingView.swift */,
427430
662CC3F32D1BED9B006E8450 /* Advance.swift */,
428431
662CC3F42D1BED9B006E8450 /* General.swift */,
429432
);
@@ -762,6 +765,7 @@
762765
663745352D2EAF4F0093A101 /* RoutingPanel.swift in Sources */,
763766
662CC4402D1C4CE9006E8450 /* ShadowsocksRUri.swift in Sources */,
764767
662CC4412D1C4CE9006E8450 /* TrojanUri.swift in Sources */,
768+
66EB76B02E31135200E72DE2 /* Download.swift in Sources */,
765769
66F66F882D1E7D8800E77C64 /* SubscriptionHandler.swift in Sources */,
766770
662CC4422D1C4CE9006E8450 /* BaseShareUri.swift in Sources */,
767771
662CC4432D1C4CE9006E8450 /* VmessUri.swift in Sources */,

0 commit comments

Comments
 (0)