|
183 | 183 | 086A5F4D2744EF3B00FECE02 /* guide-features.json in Resources */ = {isa = PBXBuildFile; fileRef = 086A5F492744EF3B00FECE02 /* guide-features.json */; };
|
184 | 184 | 086A5F4F2744EF3B00FECE02 /* guide-syntax.json in Resources */ = {isa = PBXBuildFile; fileRef = 086A5F4B2744EF3B00FECE02 /* guide-syntax.json */; };
|
185 | 185 | 086A5F502744EF3B00FECE02 /* developers.json in Resources */ = {isa = PBXBuildFile; fileRef = 086A5F4C2744EF3B00FECE02 /* developers.json */; };
|
186 |
| - 086A5F522744EF4C00FECE02 /* ViewComponet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 086A5F512744EF4C00FECE02 /* ViewComponet.swift */; }; |
| 186 | + 086A5F522744EF4C00FECE02 /* ViewComponent.swift in Sources */ = {isa = PBXBuildFile; fileRef = 086A5F512744EF4C00FECE02 /* ViewComponent.swift */; }; |
187 | 187 | 086A5F58274CB8B500FECE02 /* guide-subject.json in Resources */ = {isa = PBXBuildFile; fileRef = 086A5F57274CB8B500FECE02 /* guide-subject.json */; };
|
188 | 188 | 086A5F5A274CC17700FECE02 /* lib-Combine.json in Resources */ = {isa = PBXBuildFile; fileRef = 086A5F59274CC17700FECE02 /* lib-Combine.json */; };
|
189 | 189 | 086A5F5D274CCAEC00FECE02 /* lib-Concurrency.json in Resources */ = {isa = PBXBuildFile; fileRef = 086A5F5B274CCAEC00FECE02 /* lib-Concurrency.json */; };
|
|
268 | 268 | 08F14B3E2BBDA3EA005B46CC /* NukeExtensions in Frameworks */ = {isa = PBXBuildFile; productRef = 08F14B3D2BBDA3EA005B46CC /* NukeExtensions */; };
|
269 | 269 | 08F14B402BBDA3EA005B46CC /* NukeUI in Frameworks */ = {isa = PBXBuildFile; productRef = 08F14B3F2BBDA3EA005B46CC /* NukeUI */; };
|
270 | 270 | 08F14B422BBDA3EA005B46CC /* NukeVideo in Frameworks */ = {isa = PBXBuildFile; productRef = 08F14B412BBDA3EA005B46CC /* NukeVideo */; };
|
| 271 | + 08F14B442BBE2865005B46CC /* ViewComponentImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08F14B432BBE2865005B46CC /* ViewComponentImage.swift */; }; |
271 | 272 | 08F1AB612BA0821900AEA0CA /* CodeEditor in Frameworks */ = {isa = PBXBuildFile; productRef = 08F1AB602BA0821900AEA0CA /* CodeEditor */; };
|
272 | 273 | 08F4BE6028609D8700733F12 /* PlayCharts.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08F4BE5F28609D8600733F12 /* PlayCharts.swift */; };
|
273 | 274 | 08F4BE6228616DC100733F12 /* PlayWeatherKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08F4BE6128616DC100733F12 /* PlayWeatherKit.swift */; };
|
|
454 | 455 | 086A5F492744EF3B00FECE02 /* guide-features.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "guide-features.json"; sourceTree = "<group>"; };
|
455 | 456 | 086A5F4B2744EF3B00FECE02 /* guide-syntax.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "guide-syntax.json"; sourceTree = "<group>"; };
|
456 | 457 | 086A5F4C2744EF3B00FECE02 /* developers.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = developers.json; sourceTree = "<group>"; };
|
457 |
| - 086A5F512744EF4C00FECE02 /* ViewComponet.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ViewComponet.swift; sourceTree = "<group>"; }; |
| 458 | + 086A5F512744EF4C00FECE02 /* ViewComponent.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ViewComponent.swift; sourceTree = "<group>"; }; |
458 | 459 | 086A5F57274CB8B500FECE02 /* guide-subject.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "guide-subject.json"; sourceTree = "<group>"; };
|
459 | 460 | 086A5F59274CC17700FECE02 /* lib-Combine.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "lib-Combine.json"; sourceTree = "<group>"; };
|
460 | 461 | 086A5F5B274CCAEC00FECE02 /* lib-Concurrency.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "lib-Concurrency.json"; sourceTree = "<group>"; };
|
|
532 | 533 | 08CD61FC27758B8A008C0935 /* Lexer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Lexer.swift; sourceTree = "<group>"; };
|
533 | 534 | 08CD61FD27758B8A008C0935 /* Token.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Token.swift; sourceTree = "<group>"; };
|
534 | 535 | 08ED801B2B9D1EEC0069B7EC /* SettingView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingView.swift; sourceTree = "<group>"; };
|
| 536 | + 08F14B432BBE2865005B46CC /* ViewComponentImage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewComponentImage.swift; sourceTree = "<group>"; }; |
535 | 537 | 08F4BE5F28609D8600733F12 /* PlayCharts.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PlayCharts.swift; sourceTree = "<group>"; };
|
536 | 538 | 08F4BE6128616DC100733F12 /* PlayWeatherKit.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PlayWeatherKit.swift; sourceTree = "<group>"; };
|
537 | 539 | 08F51BC427A374A500693AB6 /* footer_js.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = footer_js.html; sourceTree = "<group>"; };
|
|
1205 | 1207 | 086A5F482744EF2B00FECE02 /* ViewComponet */ = {
|
1206 | 1208 | isa = PBXGroup;
|
1207 | 1209 | children = (
|
1208 |
| - 086A5F512744EF4C00FECE02 /* ViewComponet.swift */, |
| 1210 | + 086A5F512744EF4C00FECE02 /* ViewComponent.swift */, |
| 1211 | + 08F14B432BBE2865005B46CC /* ViewComponentImage.swift */, |
1209 | 1212 | 0805F4952BAAABEA0008BB52 /* ViewStyle.swift */,
|
1210 | 1213 | );
|
1211 | 1214 | path = ViewComponet;
|
|
1688 | 1691 | 08BE634627C48C5B002BC6A8 /* PlayToggleView.swift in Sources */,
|
1689 | 1692 | 08448F41279AC1A900B61353 /* PlayMacOS.swift in Sources */,
|
1690 | 1693 | 0896FB9027BA39B100676B7F /* PlayButtonView.swift in Sources */,
|
| 1694 | + 08F14B442BBE2865005B46CC /* ViewComponentImage.swift in Sources */, |
1691 | 1695 | 3AE0D59C2BAB0BD800D6D925 /* DeveloperModel.swift in Sources */,
|
1692 | 1696 | 08BE635A27C6575C002BC6A8 /* PlayGroupBoxView.swift in Sources */,
|
1693 | 1697 | 08BF26D8276B5D7F0064DDAC /* ExploreRepoListView.swift in Sources */,
|
|
1751 | 1755 | 083554E327572BB60095E0EE /* AppVM.swift in Sources */,
|
1752 | 1756 | 08BE637627CCAEA1002BC6A8 /* PlaySuperposedLayerView.swift in Sources */,
|
1753 | 1757 | 086A5F3A2744EDA500FECE02 /* APIRequest.swift in Sources */,
|
1754 |
| - 086A5F522744EF4C00FECE02 /* ViewComponet.swift in Sources */, |
| 1758 | + 086A5F522744EF4C00FECE02 /* ViewComponent.swift in Sources */, |
1755 | 1759 | 086A5F672754C27900FECE02 /* DBHandler.swift in Sources */,
|
1756 | 1760 | 0805F4962BAAABEA0008BB52 /* ViewStyle.swift in Sources */,
|
1757 | 1761 | 08BE637927CDCFD9002BC6A8 /* DataSortingListView.swift in Sources */,
|
|
0 commit comments