|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | FA53C69F2B8BF82000FC1A15 /* GatherScreenshots.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA53C69E2B8BF82000FC1A15 /* GatherScreenshots.swift */; }; |
| 11 | + FA6BEDCB2BD5941500D20C6F /* RuntimeObjectsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA6BEDCA2BD5941500D20C6F /* RuntimeObjectsView.swift */; }; |
11 | 12 | FA9687E92B8338E100123476 /* NamedNode.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA9687E82B8338E100123476 /* NamedNode.swift */; }; |
12 | 13 | FA9687EB2B833C1700123476 /* RuntimeObjectType.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA9687EA2B833C1700123476 /* RuntimeObjectType.swift */; }; |
13 | 14 | FA9687ED2B833C3200123476 /* RuntimeObjectDetail.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA9687EC2B833C3200123476 /* RuntimeObjectDetail.swift */; }; |
|
73 | 74 | FA53C6932B8BF70200FC1A15 /* HeaderViewerUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = HeaderViewerUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
74 | 75 | FA53C69E2B8BF82000FC1A15 /* GatherScreenshots.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GatherScreenshots.swift; sourceTree = "<group>"; }; |
75 | 76 | FA53C6A02B8BFC0E00FC1A15 /* HeaderViewerUITests.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = HeaderViewerUITests.entitlements; sourceTree = "<group>"; }; |
| 77 | + FA6BEDCA2BD5941500D20C6F /* RuntimeObjectsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RuntimeObjectsView.swift; sourceTree = "<group>"; }; |
76 | 78 | FA9687E72B82E37E00123476 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; }; |
77 | 79 | FA9687E82B8338E100123476 /* NamedNode.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NamedNode.swift; sourceTree = "<group>"; }; |
78 | 80 | FA9687EA2B833C1700123476 /* RuntimeObjectType.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RuntimeObjectType.swift; sourceTree = "<group>"; }; |
|
144 | 146 | children = ( |
145 | 147 | FAD661F72B81D1210000D2A6 /* HeaderViewerApp.swift */, |
146 | 148 | FAD661F92B81D1210000D2A6 /* ContentView.swift */, |
| 149 | + FA6BEDCA2BD5941500D20C6F /* RuntimeObjectsView.swift */, |
147 | 150 | FAAA8C162B8B072100BD85B4 /* ListView.swift */, |
148 | 151 | FAAA8C122B857A1300BD85B4 /* RuntimeListings.swift */, |
149 | 152 | FAAA8C0E2B85788700BD85B4 /* ImageClassPicker.swift */, |
|
308 | 311 | isa = PBXSourcesBuildPhase; |
309 | 312 | buildActionMask = 2147483647; |
310 | 313 | files = ( |
| 314 | + FA6BEDCB2BD5941500D20C6F /* RuntimeObjectsView.swift in Sources */, |
311 | 315 | FAAA8C0F2B85788700BD85B4 /* ImageClassPicker.swift in Sources */, |
312 | 316 | FA9687E92B8338E100123476 /* NamedNode.swift in Sources */, |
313 | 317 | FA9687F32B8433B900123476 /* SemanticStringView.swift in Sources */, |
|
0 commit comments