|
14 | 14 | 0D033B40288D140C00129C9B /* TopicListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D033B3F288D140C00129C9B /* TopicListView.swift */; }; |
15 | 15 | 0D033B42288D15CF00129C9B /* TopicDetailView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D033B41288D15CF00129C9B /* TopicDetailView.swift */; }; |
16 | 16 | 0D12614A28A94AA3009DBCE2 /* V2exAPI in Frameworks */ = {isa = PBXBuildFile; productRef = 0D12614928A94AA3009DBCE2 /* V2exAPI */; }; |
| 17 | + 0D139DE228E7E06C00E4CF88 /* UserName.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D139DE128E7E06C00E4CF88 /* UserName.swift */; }; |
17 | 18 | 0D40378C28E6E4EA00B1A341 /* SettingsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D40378B28E6E4EA00B1A341 /* SettingsView.swift */; }; |
18 | 19 | 0D40378E28E6E4F500B1A341 /* ProxyHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D40378D28E6E4F500B1A341 /* ProxyHelper.swift */; }; |
19 | 20 | 0D8A2E6F2896AB49001B2769 /* CommentListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D8A2E6E2896AB49001B2769 /* CommentListView.swift */; }; |
|
38 | 39 | 0D033B3D288D0FF700129C9B /* SidebarView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SidebarView.swift; sourceTree = "<group>"; }; |
39 | 40 | 0D033B3F288D140C00129C9B /* TopicListView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TopicListView.swift; sourceTree = "<group>"; }; |
40 | 41 | 0D033B41288D15CF00129C9B /* TopicDetailView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TopicDetailView.swift; sourceTree = "<group>"; }; |
| 42 | + 0D139DE128E7E06C00E4CF88 /* UserName.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UserName.swift; sourceTree = "<group>"; }; |
41 | 43 | 0D40378B28E6E4EA00B1A341 /* SettingsView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SettingsView.swift; sourceTree = "<group>"; }; |
42 | 44 | 0D40378D28E6E4F500B1A341 /* ProxyHelper.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ProxyHelper.swift; sourceTree = "<group>"; }; |
43 | 45 | 0D8A2E6E2896AB49001B2769 /* CommentListView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CommentListView.swift; sourceTree = "<group>"; }; |
|
115 | 117 | 0D40378B28E6E4EA00B1A341 /* SettingsView.swift */, |
116 | 118 | 0DF9130528E49D2F00A2CDEC /* TopicList */, |
117 | 119 | 0DF9130428E49D2000A2CDEC /* TopicDetail */, |
| 120 | + 0D139DE328E7E0BD00E4CF88 /* Components */, |
118 | 121 | ); |
119 | 122 | path = Views; |
120 | 123 | sourceTree = "<group>"; |
|
126 | 129 | name = Frameworks; |
127 | 130 | sourceTree = "<group>"; |
128 | 131 | }; |
| 132 | + 0D139DE328E7E0BD00E4CF88 /* Components */ = { |
| 133 | + isa = PBXGroup; |
| 134 | + children = ( |
| 135 | + 0D139DE128E7E06C00E4CF88 /* UserName.swift */, |
| 136 | + ); |
| 137 | + path = Components; |
| 138 | + sourceTree = "<group>"; |
| 139 | + }; |
129 | 140 | 0D8F3357288D35B200C27AF1 /* Utils */ = { |
130 | 141 | isa = PBXGroup; |
131 | 142 | children = ( |
|
253 | 264 | 0D033B42288D15CF00129C9B /* TopicDetailView.swift in Sources */, |
254 | 265 | 0D033B40288D140C00129C9B /* TopicListView.swift in Sources */, |
255 | 266 | 0D033B26288CD64500129C9B /* V2exOSApp.swift in Sources */, |
| 267 | + 0D139DE228E7E06C00E4CF88 /* UserName.swift in Sources */, |
256 | 268 | 0D033B3E288D0FF700129C9B /* SidebarView.swift in Sources */, |
257 | 269 | 0DF3300E28A55DEA00AEF312 /* InboxListView.swift in Sources */, |
258 | 270 | 0D40378E28E6E4F500B1A341 /* ProxyHelper.swift in Sources */, |
|
0 commit comments