|
12 | 12 | CEF00003 /* CEFRuntime.swift in Sources */ = {isa = PBXBuildFile; fileRef = CEF00013 /* CEFRuntime.swift */; }; |
13 | 13 | CEF00004 /* CEFDownloadView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CEF00014 /* CEFDownloadView.swift */; }; |
14 | 14 | CEF00005 /* CEFBrowserView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CEF00015 /* CEFBrowserView.swift */; }; |
| 15 | + CEF00006 /* CEFBrowserViewRepresentable.swift in Sources */ = {isa = PBXBuildFile; fileRef = CEF00016 /* CEFBrowserViewRepresentable.swift */; }; |
15 | 16 | A5001001 /* cmuxApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5001011 /* cmuxApp.swift */; }; |
16 | 17 | A5001002 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5001012 /* ContentView.swift */; }; |
17 | 18 | E62155868BB29FEB5DAAAF25 /* SidebarSelectionState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9AD52285508B1D6A9875E7B3 /* SidebarSelectionState.swift */; }; |
|
186 | 187 | CEF00013 /* CEFRuntime.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BrowserEngine/CEFRuntime.swift; sourceTree = "<group>"; }; |
187 | 188 | CEF00014 /* CEFDownloadView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BrowserEngine/CEFDownloadView.swift; sourceTree = "<group>"; }; |
188 | 189 | CEF00015 /* CEFBrowserView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BrowserEngine/CEFBrowserView.swift; sourceTree = "<group>"; }; |
| 190 | + CEF00016 /* CEFBrowserViewRepresentable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BrowserEngine/CEFBrowserViewRepresentable.swift; sourceTree = "<group>"; }; |
189 | 191 | A5001000 /* cmux.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = cmux.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
190 | 192 | F1000002A1B2C3D4E5F60718 /* cmuxTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = cmuxTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
191 | 193 | 7E7E6EF344A568AC7FEE3715 /* cmuxUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = cmuxUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
|
473 | 475 | CEF00013 /* CEFRuntime.swift */, |
474 | 476 | CEF00014 /* CEFDownloadView.swift */, |
475 | 477 | CEF00015 /* CEFBrowserView.swift */, |
| 478 | + CEF00016 /* CEFBrowserViewRepresentable.swift */, |
476 | 479 | ); |
477 | 480 | path = Sources; |
478 | 481 | sourceTree = "<group>"; |
|
773 | 776 | CEF00003 /* CEFRuntime.swift in Sources */, |
774 | 777 | CEF00004 /* CEFDownloadView.swift in Sources */, |
775 | 778 | CEF00005 /* CEFBrowserView.swift in Sources */, |
| 779 | + CEF00006 /* CEFBrowserViewRepresentable.swift in Sources */, |
776 | 780 | ); |
777 | 781 | runOnlyForDeploymentPostprocessing = 0; |
778 | 782 | }; |
|
0 commit comments