|
13 | 13 | 740340C7225F277E00193BC1 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 740340C6225F277E00193BC1 /* Assets.xcassets */; };
|
14 | 14 | 740340CA225F277E00193BC1 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 740340C8225F277E00193BC1 /* Main.storyboard */; };
|
15 | 15 | 740340D1225F289F00193BC1 /* XcodeOpenerLauncher.app in CopyFiles */ = {isa = PBXBuildFile; fileRef = 740340C0225F277C00193BC1 /* XcodeOpenerLauncher.app */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
|
| 16 | + 740340D3225F2EE600193BC1 /* MainWindowController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 740340D2225F2EE600193BC1 /* MainWindowController.swift */; }; |
| 17 | + 740340D7225F391D00193BC1 /* DefaultsSettingViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 740340D6225F391D00193BC1 /* DefaultsSettingViewController.swift */; }; |
16 | 18 | 741AE957225DC4B800DDE7EA /* ApplicationOpener.swift in Sources */ = {isa = PBXBuildFile; fileRef = 741AE956225DC4B800DDE7EA /* ApplicationOpener.swift */; };
|
17 | 19 | 741AE95C225DDD7A00DDE7EA /* XcodesListViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 741AE95A225DDD7A00DDE7EA /* XcodesListViewController.swift */; };
|
18 | 20 | 741AE95F225DDF0100DDE7EA /* Xcodes.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 741AE95E225DDF0100DDE7EA /* Xcodes.storyboard */; };
|
|
27 | 29 | 74A5B802225E01D600293442 /* KeyValueStoreType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74A5B801225E01D600293442 /* KeyValueStoreType.swift */; };
|
28 | 30 | 74A5B804225E01EB00293442 /* NSButton+.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74A5B803225E01EB00293442 /* NSButton+.swift */; };
|
29 | 31 | 74EC1572225DC31D001A6439 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74EC1571225DC31D001A6439 /* AppDelegate.swift */; };
|
30 |
| - 74EC1574225DC31D001A6439 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74EC1573225DC31D001A6439 /* ViewController.swift */; }; |
| 32 | + 74EC1574225DC31D001A6439 /* MainViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74EC1573225DC31D001A6439 /* MainViewController.swift */; }; |
31 | 33 | 74EC1576225DC31F001A6439 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 74EC1575225DC31F001A6439 /* Assets.xcassets */; };
|
32 | 34 | 74EC1579225DC31F001A6439 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 74EC1577225DC31F001A6439 /* Main.storyboard */; };
|
33 | 35 | /* End PBXBuildFile section */
|
|
55 | 57 | 740340C9225F277E00193BC1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
|
56 | 58 | 740340CB225F277E00193BC1 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
57 | 59 | 740340CC225F277E00193BC1 /* XcodeOpenerLauncher.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = XcodeOpenerLauncher.entitlements; sourceTree = "<group>"; };
|
| 60 | + 740340D2225F2EE600193BC1 /* MainWindowController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainWindowController.swift; sourceTree = "<group>"; }; |
| 61 | + 740340D6225F391D00193BC1 /* DefaultsSettingViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DefaultsSettingViewController.swift; sourceTree = "<group>"; }; |
58 | 62 | 741AE956225DC4B800DDE7EA /* ApplicationOpener.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ApplicationOpener.swift; sourceTree = "<group>"; };
|
59 | 63 | 741AE95A225DDD7A00DDE7EA /* XcodesListViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = XcodesListViewController.swift; sourceTree = "<group>"; };
|
60 | 64 | 741AE95E225DDF0100DDE7EA /* Xcodes.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = Xcodes.storyboard; sourceTree = "<group>"; };
|
|
70 | 74 | 74A5B803225E01EB00293442 /* NSButton+.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NSButton+.swift"; sourceTree = "<group>"; };
|
71 | 75 | 74EC156E225DC31D001A6439 /* XcodeOpener.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = XcodeOpener.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
72 | 76 | 74EC1571225DC31D001A6439 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
73 |
| - 74EC1573225DC31D001A6439 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; }; |
| 77 | + 74EC1573225DC31D001A6439 /* MainViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainViewController.swift; sourceTree = "<group>"; }; |
74 | 78 | 74EC1575225DC31F001A6439 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
75 | 79 | 74EC1578225DC31F001A6439 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
|
76 | 80 | 74EC157A225DC31F001A6439 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
108 | 112 | path = XcodeOpenerLauncher;
|
109 | 113 | sourceTree = "<group>";
|
110 | 114 | };
|
111 |
| - 741AE962225DDF9E00DDE7EA /* Xcode List */ = { |
| 115 | + 740340D4225F345000193BC1 /* Utility */ = { |
| 116 | + isa = PBXGroup; |
| 117 | + children = ( |
| 118 | + 741AE956225DC4B800DDE7EA /* ApplicationOpener.swift */, |
| 119 | + 740340B8225F1F2800193BC1 /* LaunchAtLogin.swift */, |
| 120 | + 740340BA225F254E00193BC1 /* AppModeSwitcher.swift */, |
| 121 | + ); |
| 122 | + path = Utility; |
| 123 | + sourceTree = "<group>"; |
| 124 | + }; |
| 125 | + 740340D5225F346300193BC1 /* Controllers */ = { |
| 126 | + isa = PBXGroup; |
| 127 | + children = ( |
| 128 | + 740340D6225F391D00193BC1 /* DefaultsSettingViewController.swift */, |
| 129 | + 74EC1577225DC31F001A6439 /* Main.storyboard */, |
| 130 | + 74EC1573225DC31D001A6439 /* MainViewController.swift */, |
| 131 | + 740340D2225F2EE600193BC1 /* MainWindowController.swift */, |
| 132 | + 741AE962225DDF9E00DDE7EA /* Xcodes */, |
| 133 | + 741AE963225DDFAD00DDE7EA /* Rules */, |
| 134 | + ); |
| 135 | + path = Controllers; |
| 136 | + sourceTree = "<group>"; |
| 137 | + }; |
| 138 | + 741AE962225DDF9E00DDE7EA /* Xcodes */ = { |
112 | 139 | isa = PBXGroup;
|
113 | 140 | children = (
|
114 | 141 | 741AE95A225DDD7A00DDE7EA /* XcodesListViewController.swift */,
|
115 | 142 | 741AE95E225DDF0100DDE7EA /* Xcodes.storyboard */,
|
116 | 143 | 741AE96A225DE02C00DDE7EA /* AddXcodeViewController.swift */,
|
117 | 144 | );
|
118 |
| - path = "Xcode List"; |
| 145 | + path = Xcodes; |
119 | 146 | sourceTree = "<group>";
|
120 | 147 | };
|
121 | 148 | 741AE963225DDFAD00DDE7EA /* Rules */ = {
|
|
142 | 169 | children = (
|
143 | 170 | 74A5B7FF225DFF5D00293442 /* AppDefaults.swift */,
|
144 | 171 | 74A5B801225E01D600293442 /* KeyValueStoreType.swift */,
|
145 |
| - 740340B8225F1F2800193BC1 /* LaunchAtLogin.swift */, |
146 |
| - 740340BA225F254E00193BC1 /* AppModeSwitcher.swift */, |
147 | 172 | );
|
148 | 173 | path = Defaults;
|
149 | 174 | sourceTree = "<group>";
|
|
179 | 204 | 74EC1570225DC31D001A6439 /* XcodeOpener */ = {
|
180 | 205 | isa = PBXGroup;
|
181 | 206 | children = (
|
| 207 | + 740340D4225F345000193BC1 /* Utility */, |
| 208 | + 740340D5225F346300193BC1 /* Controllers */, |
| 209 | + 74A5B805225E020900293442 /* Extension */, |
| 210 | + 74A5B806225E021B00293442 /* Defaults */, |
182 | 211 | 74A5B807225E029E00293442 /* Model */,
|
183 | 212 | 74EC1571225DC31D001A6439 /* AppDelegate.swift */,
|
184 |
| - 74EC1573225DC31D001A6439 /* ViewController.swift */, |
185 | 213 | 74EC1575225DC31F001A6439 /* Assets.xcassets */,
|
186 |
| - 74EC1577225DC31F001A6439 /* Main.storyboard */, |
187 | 214 | 74EC157A225DC31F001A6439 /* Info.plist */,
|
188 | 215 | 74EC157B225DC31F001A6439 /* XcodeOpener.entitlements */,
|
189 |
| - 741AE956225DC4B800DDE7EA /* ApplicationOpener.swift */, |
190 |
| - 741AE962225DDF9E00DDE7EA /* Xcode List */, |
191 |
| - 741AE963225DDFAD00DDE7EA /* Rules */, |
192 |
| - 74A5B805225E020900293442 /* Extension */, |
193 |
| - 74A5B806225E021B00293442 /* Defaults */, |
194 | 216 | );
|
195 | 217 | path = XcodeOpener;
|
196 | 218 | sourceTree = "<group>";
|
|
313 | 335 | files = (
|
314 | 336 | 740340BB225F254E00193BC1 /* AppModeSwitcher.swift in Sources */,
|
315 | 337 | 74A5B7F3225DE7E600293442 /* XcodeAlias.swift in Sources */,
|
| 338 | + 740340D7225F391D00193BC1 /* DefaultsSettingViewController.swift in Sources */, |
316 | 339 | 740340B9225F1F2800193BC1 /* LaunchAtLogin.swift in Sources */,
|
317 | 340 | 741AE957225DC4B800DDE7EA /* ApplicationOpener.swift in Sources */,
|
318 |
| - 74EC1574225DC31D001A6439 /* ViewController.swift in Sources */, |
| 341 | + 74EC1574225DC31D001A6439 /* MainViewController.swift in Sources */, |
319 | 342 | 74A5B802225E01D600293442 /* KeyValueStoreType.swift in Sources */,
|
| 343 | + 740340D3225F2EE600193BC1 /* MainWindowController.swift in Sources */, |
320 | 344 | 74A5B7F5225DE81800293442 /* Rule.swift in Sources */,
|
321 | 345 | 741AE965225DDFF600DDE7EA /* OpenRulesListViewController.swift in Sources */,
|
322 | 346 | 74A5B7FE225DF55600293442 /* NSStoryboard+.swift in Sources */,
|
|
0 commit comments