|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | 6B1BE6B722E5CA0D0054DB46 /* ComponentRenderable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B1BE6B622E5CA0D0054DB46 /* ComponentRenderable.swift */; }; |
| 11 | + 6B2D90F2235F71A1003D260D /* ComponentSwiftUISupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B2D90F1235F71A1003D260D /* ComponentSwiftUISupport.swift */; }; |
11 | 12 | 6B37B2F52320339300A80D62 /* IdentifiedComponentWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B37B2F32320339300A80D62 /* IdentifiedComponentWrapper.swift */; }; |
12 | 13 | 6B37B2F62320339300A80D62 /* ComponentWrapping.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B37B2F42320339300A80D62 /* ComponentWrapping.swift */; }; |
13 | 14 | 6B4B11AD2322E62A00D2E7E0 /* Group.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B4B11AC2322E62A00D2E7E0 /* Group.swift */; }; |
|
67 | 68 | 6BC83E4D231ED17300350855 /* CellsBuildable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6BC83E4C231ED17300350855 /* CellsBuildable.swift */; }; |
68 | 69 | 6BC83E51231ED21700350855 /* SectionsBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6BC83E50231ED21700350855 /* SectionsBuilder.swift */; }; |
69 | 70 | 6BC83E53231ED42C00350855 /* SectionsBuildable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6BC83E52231ED42C00350855 /* SectionsBuildable.swift */; }; |
| 71 | + 6BD04F3E235FA9B800E53082 /* ComponentSwiftUISupportTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6BD04F3D235FA9B800E53082 /* ComponentSwiftUISupportTests.swift */; }; |
70 | 72 | /* End PBXBuildFile section */ |
71 | 73 |
|
72 | 74 | /* Begin PBXContainerItemProxy section */ |
|
81 | 83 |
|
82 | 84 | /* Begin PBXFileReference section */ |
83 | 85 | 6B1BE6B622E5CA0D0054DB46 /* ComponentRenderable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ComponentRenderable.swift; sourceTree = "<group>"; }; |
| 86 | + 6B2D90F1235F71A1003D260D /* ComponentSwiftUISupport.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ComponentSwiftUISupport.swift; sourceTree = "<group>"; }; |
84 | 87 | 6B37B2F32320339300A80D62 /* IdentifiedComponentWrapper.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IdentifiedComponentWrapper.swift; sourceTree = "<group>"; }; |
85 | 88 | 6B37B2F42320339300A80D62 /* ComponentWrapping.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ComponentWrapping.swift; sourceTree = "<group>"; }; |
86 | 89 | 6B4B11AC2322E62A00D2E7E0 /* Group.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Group.swift; sourceTree = "<group>"; }; |
|
144 | 147 | 6BC83E4C231ED17300350855 /* CellsBuildable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CellsBuildable.swift; sourceTree = "<group>"; }; |
145 | 148 | 6BC83E50231ED21700350855 /* SectionsBuilder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SectionsBuilder.swift; sourceTree = "<group>"; }; |
146 | 149 | 6BC83E52231ED42C00350855 /* SectionsBuildable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SectionsBuildable.swift; sourceTree = "<group>"; }; |
| 150 | + 6BD04F3D235FA9B800E53082 /* ComponentSwiftUISupportTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ComponentSwiftUISupportTests.swift; sourceTree = "<group>"; }; |
147 | 151 | /* End PBXFileReference section */ |
148 | 152 |
|
149 | 153 | /* Begin PBXFrameworksBuildPhase section */ |
|
166 | 170 | /* End PBXFrameworksBuildPhase section */ |
167 | 171 |
|
168 | 172 | /* Begin PBXGroup section */ |
| 173 | + 6B2D90F0235F717E003D260D /* SwiftUISupport */ = { |
| 174 | + isa = PBXGroup; |
| 175 | + children = ( |
| 176 | + 6B2D90F1235F71A1003D260D /* ComponentSwiftUISupport.swift */, |
| 177 | + ); |
| 178 | + path = SwiftUISupport; |
| 179 | + sourceTree = "<group>"; |
| 180 | + }; |
169 | 181 | 6B4B11B223244A8500D2E7E0 /* Nodes */ = { |
170 | 182 | isa = PBXGroup; |
171 | 183 | children = ( |
|
243 | 255 | 6B65949021E2532100291AAF /* Section.swift */, |
244 | 256 | 6B6594A321E2532100291AAF /* Renderer.swift */, |
245 | 257 | 6B5304522201EDB200A3E21E /* DataChangeset.swift */, |
| 258 | + 6B2D90F0235F717E003D260D /* SwiftUISupport */, |
246 | 259 | 6BC83E47231ECE5000350855 /* FunctionBuilder */, |
247 | 260 | 6B4B11B323244AE800D2E7E0 /* ComponentWrapper */, |
248 | 261 | 6B4B11B223244A8500D2E7E0 /* Nodes */, |
|
324 | 337 | 6B7ADEBB21F8B464003803BE /* AnyComponentTests.swift */, |
325 | 338 | 6B7ADEC121F8C976003803BE /* SectionTests.swift */, |
326 | 339 | 6B7ADEC821F9F9A6003803BE /* RendererTests.swift */, |
| 340 | + 6BD04F3C235FA99E00E53082 /* SwiftUISupport */, |
327 | 341 | 6B55C18A23278F57004F89F2 /* FunctionBuilder */, |
328 | 342 | 6B55C185232789DE004F89F2 /* ComponentWrapper */, |
329 | 343 | 6B55C1842327881A004F89F2 /* Nodes */, |
|
388 | 402 | path = FunctionBuilder; |
389 | 403 | sourceTree = "<group>"; |
390 | 404 | }; |
| 405 | + 6BD04F3C235FA99E00E53082 /* SwiftUISupport */ = { |
| 406 | + isa = PBXGroup; |
| 407 | + children = ( |
| 408 | + 6BD04F3D235FA9B800E53082 /* ComponentSwiftUISupportTests.swift */, |
| 409 | + ); |
| 410 | + path = SwiftUISupport; |
| 411 | + sourceTree = "<group>"; |
| 412 | + }; |
391 | 413 | /* End PBXGroup section */ |
392 | 414 |
|
393 | 415 | /* Begin PBXHeadersBuildPhase section */ |
|
543 | 565 | 6B6594A721E2532100291AAF /* UITableViewAdapter.swift in Sources */, |
544 | 566 | 6B6594AD21E2532100291AAF /* ViewNode.swift in Sources */, |
545 | 567 | 6B6594A421E2532100291AAF /* IdentifiableComponent.swift in Sources */, |
| 568 | + 6B2D90F2235F71A1003D260D /* ComponentSwiftUISupport.swift in Sources */, |
546 | 569 | 6B6594AF21E2532100291AAF /* UITableViewReloadDataUpdater.swift in Sources */, |
547 | 570 | 6B6594AB21E2532100291AAF /* UICollectionViewFlowLayoutAdapter.swift in Sources */, |
548 | 571 | 6B6594AE21E2532100291AAF /* UITableViewUpdater.swift in Sources */, |
|
569 | 592 | 6B7ADEE121FBA6D1003803BE /* ComponentContainerElementTests.swift in Sources */, |
570 | 593 | 6B7ADEC021F8C651003803BE /* CellNodeTests.swift in Sources */, |
571 | 594 | 6B55C18923278E53004F89F2 /* IdentifiedComponentWrapperTests.swift in Sources */, |
| 595 | + 6BD04F3E235FA9B800E53082 /* ComponentSwiftUISupportTests.swift in Sources */, |
572 | 596 | 6B7ADECE21FA1B32003803BE /* UICollectionViewFlowLayoutAdapterTests.swift in Sources */, |
573 | 597 | 6B7ADEB121F783E3003803BE /* ComponentTests.swift in Sources */, |
574 | 598 | 6B7ADEDE21FBA59D003803BE /* UICollectionViewReloadDataTests.swift in Sources */, |
|
743 | 767 | "@executable_path/Frameworks", |
744 | 768 | "@loader_path/Frameworks", |
745 | 769 | ); |
| 770 | + OTHER_LDFLAGS = ""; |
746 | 771 | PRODUCT_BUNDLE_IDENTIFIER = com.ryo.Carbon; |
747 | 772 | PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; |
748 | 773 | PROVISIONING_PROFILE_SPECIFIER = ""; |
|
773 | 798 | "@executable_path/Frameworks", |
774 | 799 | "@loader_path/Frameworks", |
775 | 800 | ); |
| 801 | + OTHER_LDFLAGS = ""; |
776 | 802 | PRODUCT_BUNDLE_IDENTIFIER = com.ryo.Carbon; |
777 | 803 | PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; |
778 | 804 | PROVISIONING_PROFILE_SPECIFIER = ""; |
|
0 commit comments