|
10 | 10 | 864495561D4F7C390056EB2A /* Identifiable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 864495551D4F7C390056EB2A /* Identifiable.swift */; };
|
11 | 11 | 864495591D4FA0AD0056EB2A /* Manager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 864495581D4FA0AD0056EB2A /* Manager.swift */; };
|
12 | 12 | 8644955B1D4FA2690056EB2A /* Presentable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8644955A1D4FA2690056EB2A /* Presentable.swift */; };
|
13 |
| - 8644955D1D4FAF7C0056EB2A /* OverWindowViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8644955C1D4FAF7C0056EB2A /* OverWindowViewController.swift */; }; |
| 13 | + 8644955D1D4FAF7C0056EB2A /* WindowViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8644955C1D4FAF7C0056EB2A /* WindowViewController.swift */; }; |
14 | 14 | 867E21531D4D01D500594A41 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 867E21521D4D01D500594A41 /* AppDelegate.swift */; };
|
15 | 15 | 867E21551D4D01D500594A41 /* GalleryTableViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 867E21541D4D01D500594A41 /* GalleryTableViewController.swift */; };
|
16 | 16 | 867E21581D4D01D500594A41 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 867E21561D4D01D500594A41 /* Main.storyboard */; };
|
|
24 | 24 | 867E21891D4D06D900594A41 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 867E21881D4D06D900594A41 /* Images.xcassets */; };
|
25 | 25 | 867E21901D4D3E5E00594A41 /* UIView+Message.swift in Sources */ = {isa = PBXBuildFile; fileRef = 867E218F1D4D3E5E00594A41 /* UIView+Message.swift */; };
|
26 | 26 | 867E21941D4D50BB00594A41 /* Presenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 867E21931D4D50BB00594A41 /* Presenter.swift */; };
|
| 27 | + 86AAF8181D54F0650031EE32 /* PassthroughView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 86AAF8171D54F0650031EE32 /* PassthroughView.swift */; }; |
| 28 | + 86AAF81A1D54F0850031EE32 /* PassthroughWindow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 86AAF8191D54F0850031EE32 /* PassthroughWindow.swift */; }; |
| 29 | + 86AAF81C1D551FE70031EE32 /* UIViewController+Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 86AAF81B1D551FE60031EE32 /* UIViewController+Utils.swift */; }; |
27 | 30 | /* End PBXBuildFile section */
|
28 | 31 |
|
29 | 32 | /* Begin PBXContainerItemProxy section */
|
|
47 | 50 | 864495551D4F7C390056EB2A /* Identifiable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Identifiable.swift; sourceTree = "<group>"; };
|
48 | 51 | 864495581D4FA0AD0056EB2A /* Manager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Manager.swift; sourceTree = "<group>"; };
|
49 | 52 | 8644955A1D4FA2690056EB2A /* Presentable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Presentable.swift; sourceTree = "<group>"; };
|
50 |
| - 8644955C1D4FAF7C0056EB2A /* OverWindowViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OverWindowViewController.swift; sourceTree = "<group>"; }; |
| 53 | + 8644955C1D4FAF7C0056EB2A /* WindowViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WindowViewController.swift; sourceTree = "<group>"; }; |
51 | 54 | 867E214F1D4D01D500594A41 /* SwiftMessages.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SwiftMessages.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
52 | 55 | 867E21521D4D01D500594A41 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
53 | 56 | 867E21541D4D01D500594A41 /* GalleryTableViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GalleryTableViewController.swift; sourceTree = "<group>"; };
|
|
67 | 70 | 867E21881D4D06D900594A41 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
|
68 | 71 | 867E218F1D4D3E5E00594A41 /* UIView+Message.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIView+Message.swift"; sourceTree = "<group>"; };
|
69 | 72 | 867E21931D4D50BB00594A41 /* Presenter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Presenter.swift; sourceTree = "<group>"; };
|
| 73 | + 86AAF8171D54F0650031EE32 /* PassthroughView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PassthroughView.swift; sourceTree = "<group>"; }; |
| 74 | + 86AAF8191D54F0850031EE32 /* PassthroughWindow.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PassthroughWindow.swift; sourceTree = "<group>"; }; |
| 75 | + 86AAF81B1D551FE60031EE32 /* UIViewController+Utils.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIViewController+Utils.swift"; sourceTree = "<group>"; }; |
70 | 76 | /* End PBXFileReference section */
|
71 | 77 |
|
72 | 78 | /* Begin PBXFrameworksBuildPhase section */
|
|
189 | 195 | 8644955A1D4FA2690056EB2A /* Presentable.swift */,
|
190 | 196 | 867E21931D4D50BB00594A41 /* Presenter.swift */,
|
191 | 197 | 864495581D4FA0AD0056EB2A /* Manager.swift */,
|
| 198 | + 86AAF8171D54F0650031EE32 /* PassthroughView.swift */, |
| 199 | + 86AAF8191D54F0850031EE32 /* PassthroughWindow.swift */, |
| 200 | + 8644955C1D4FAF7C0056EB2A /* WindowViewController.swift */, |
192 | 201 | 867E218F1D4D3E5E00594A41 /* UIView+Message.swift */,
|
193 |
| - 8644955C1D4FAF7C0056EB2A /* OverWindowViewController.swift */, |
| 202 | + 86AAF81B1D551FE60031EE32 /* UIViewController+Utils.swift */, |
194 | 203 | );
|
195 | 204 | name = Internal;
|
196 | 205 | sourceTree = "<group>";
|
|
330 | 339 | files = (
|
331 | 340 | 864495561D4F7C390056EB2A /* Identifiable.swift in Sources */,
|
332 | 341 | 867E21831D4D025200594A41 /* MessageView.swift in Sources */,
|
| 342 | + 86AAF81A1D54F0850031EE32 /* PassthroughWindow.swift in Sources */, |
333 | 343 | 867E21551D4D01D500594A41 /* GalleryTableViewController.swift in Sources */,
|
334 | 344 | 864495591D4FA0AD0056EB2A /* Manager.swift in Sources */,
|
| 345 | + 86AAF8181D54F0650031EE32 /* PassthroughView.swift in Sources */, |
335 | 346 | 867E21851D4D044F00594A41 /* Configuration.swift in Sources */,
|
336 | 347 | 867E21941D4D50BB00594A41 /* Presenter.swift in Sources */,
|
337 |
| - 8644955D1D4FAF7C0056EB2A /* OverWindowViewController.swift in Sources */, |
| 348 | + 8644955D1D4FAF7C0056EB2A /* WindowViewController.swift in Sources */, |
338 | 349 | 867E21531D4D01D500594A41 /* AppDelegate.swift in Sources */,
|
339 | 350 | 867E21901D4D3E5E00594A41 /* UIView+Message.swift in Sources */,
|
| 351 | + 86AAF81C1D551FE70031EE32 /* UIViewController+Utils.swift in Sources */, |
340 | 352 | 8644955B1D4FA2690056EB2A /* Presentable.swift in Sources */,
|
341 | 353 | );
|
342 | 354 | runOnlyForDeploymentPostprocessing = 0;
|
|
0 commit comments