|
105 | 105 | B150013319249FFD000A76E7 /* status_icon_off@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = B150013119249FFD000A76E7 /* status_icon_off@2x.png */; };
|
106 | 106 | B150013419249FFD000A76E7 /* status_icon_on@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = B150013219249FFD000A76E7 /* status_icon_on@2x.png */; };
|
107 | 107 | B15001361924A02C000A76E7 /* status_icon_suspended@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = B15001351924A02C000A76E7 /* status_icon_suspended@2x.png */; };
|
| 108 | + B15C0D3D22077EA900755337 /* ManageCustomProvidersWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = B15C0D3A22077EA800755337 /* ManageCustomProvidersWindow.m */; }; |
| 109 | + B15C0D3E22077EA900755337 /* ManageCustomProvidersWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = B15C0D3C22077EA900755337 /* ManageCustomProvidersWindow.xib */; }; |
| 110 | + B15C0D4422077FA600755337 /* CustomProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = B15C0D4022077FA600755337 /* CustomProvider.m */; }; |
| 111 | + B15C0D4522077FA600755337 /* CustomProviderManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B15C0D4322077FA600755337 /* CustomProviderManager.m */; }; |
| 112 | + B15C0D512207B1C600755337 /* VagrantInstanceCache.m in Sources */ = {isa = PBXBuildFile; fileRef = B15C0D502207B1C600755337 /* VagrantInstanceCache.m */; }; |
108 | 113 | B1761B3D1A00C0140056582F /* NativeMenuItem.m in Sources */ = {isa = PBXBuildFile; fileRef = B1761B3C1A00C0140056582F /* NativeMenuItem.m */; };
|
109 | 114 | B17AA18B1887A75300B4C274 /* Util.m in Sources */ = {isa = PBXBuildFile; fileRef = B17AA18A1887A75300B4C274 /* Util.m */; };
|
110 | 115 | B17AA18F1887CA4600B4C274 /* PreferencesWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = B17AA18D1887CA4600B4C274 /* PreferencesWindow.m */; };
|
|
277 | 282 | B150013119249FFD000A76E7 /* status_icon_off@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "status_icon_off@2x.png"; sourceTree = "<group>"; };
|
278 | 283 | B150013219249FFD000A76E7 /* status_icon_on@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "status_icon_on@2x.png"; sourceTree = "<group>"; };
|
279 | 284 | B15001351924A02C000A76E7 /* status_icon_suspended@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "status_icon_suspended@2x.png"; sourceTree = "<group>"; };
|
| 285 | + B15C0D3A22077EA800755337 /* ManageCustomProvidersWindow.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ManageCustomProvidersWindow.m; sourceTree = "<group>"; }; |
| 286 | + B15C0D3B22077EA800755337 /* ManageCustomProvidersWindow.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ManageCustomProvidersWindow.h; sourceTree = "<group>"; }; |
| 287 | + B15C0D3C22077EA900755337 /* ManageCustomProvidersWindow.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = ManageCustomProvidersWindow.xib; sourceTree = "<group>"; }; |
| 288 | + B15C0D4022077FA600755337 /* CustomProvider.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CustomProvider.m; sourceTree = "<group>"; }; |
| 289 | + B15C0D4122077FA600755337 /* CustomProvider.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CustomProvider.h; sourceTree = "<group>"; }; |
| 290 | + B15C0D4222077FA600755337 /* CustomProviderManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CustomProviderManager.h; sourceTree = "<group>"; }; |
| 291 | + B15C0D4322077FA600755337 /* CustomProviderManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CustomProviderManager.m; sourceTree = "<group>"; }; |
| 292 | + B15C0D4F2207B1C600755337 /* VagrantInstanceCache.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VagrantInstanceCache.h; sourceTree = "<group>"; }; |
| 293 | + B15C0D502207B1C600755337 /* VagrantInstanceCache.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = VagrantInstanceCache.m; sourceTree = "<group>"; }; |
280 | 294 | B1761B3B1A00C0140056582F /* NativeMenuItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NativeMenuItem.h; sourceTree = "<group>"; };
|
281 | 295 | B1761B3C1A00C0140056582F /* NativeMenuItem.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NativeMenuItem.m; sourceTree = "<group>"; };
|
282 | 296 | B17AA1891887A75300B4C274 /* Util.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Util.h; sourceTree = "<group>"; };
|
|
376 | 390 | 837A30861A5D0D5500E12A40 /* ManageCustomCommandsWindow.h */,
|
377 | 391 | 837A30871A5D0D5500E12A40 /* ManageCustomCommandsWindow.m */,
|
378 | 392 | 837A30881A5D0D5500E12A40 /* ManageCustomCommandsWindow.xib */,
|
| 393 | + B15C0D3B22077EA800755337 /* ManageCustomProvidersWindow.h */, |
| 394 | + B15C0D3A22077EA800755337 /* ManageCustomProvidersWindow.m */, |
| 395 | + B15C0D3C22077EA900755337 /* ManageCustomProvidersWindow.xib */, |
379 | 396 | 832B4C3A1A5FA24B0027A3BA /* BaseWindowController.h */,
|
380 | 397 | 832B4C3B1A5FA24B0027A3BA /* BaseWindowController.m */,
|
381 | 398 | );
|
|
442 | 459 | children = (
|
443 | 460 | 2609ECF31BC89CEA00E4B44E /* NFSScanner.h */,
|
444 | 461 | 2609ECF41BC89CEA00E4B44E /* NFSScanner.m */,
|
| 462 | + B15C0D3F22077EF700755337 /* Custom Providers */, |
445 | 463 | 837A308B1A5D170D00E12A40 /* Custom Commands */,
|
446 | 464 | 83F5BBB41983B8FB00ACE853 /* Vagrant Manager */,
|
447 | 465 | 83F5BBB51983B90800ACE853 /* Providers */,
|
|
464 | 482 | 83E7CAB31928C2E9001C86F6 /* VirtualMachineInfo.m */,
|
465 | 483 | 830BAC331A0F278D00AE5F9C /* VagrantGlobalStatusScanner.h */,
|
466 | 484 | 830BAC341A0F278D00AE5F9C /* VagrantGlobalStatusScanner.m */,
|
| 485 | + B15C0D4F2207B1C600755337 /* VagrantInstanceCache.h */, |
| 486 | + B15C0D502207B1C600755337 /* VagrantInstanceCache.m */, |
467 | 487 | );
|
468 | 488 | name = "Vagrant Manager";
|
469 | 489 | sourceTree = "<group>";
|
|
623 | 643 | name = "Supporting Files";
|
624 | 644 | sourceTree = "<group>";
|
625 | 645 | };
|
| 646 | + B15C0D3F22077EF700755337 /* Custom Providers */ = { |
| 647 | + isa = PBXGroup; |
| 648 | + children = ( |
| 649 | + B15C0D4122077FA600755337 /* CustomProvider.h */, |
| 650 | + B15C0D4022077FA600755337 /* CustomProvider.m */, |
| 651 | + B15C0D4222077FA600755337 /* CustomProviderManager.h */, |
| 652 | + B15C0D4322077FA600755337 /* CustomProviderManager.m */, |
| 653 | + ); |
| 654 | + name = "Custom Providers"; |
| 655 | + sourceTree = "<group>"; |
| 656 | + }; |
626 | 657 | B1761B3A1A00BE580056582F /* Native */ = {
|
627 | 658 | isa = PBXGroup;
|
628 | 659 | children = (
|
|
733 | 764 | B150013419249FFD000A76E7 /* status_icon_on@2x.png in Resources */,
|
734 | 765 | 8339DCA2187E756B0036E162 /* TaskOutputWindow.xib in Resources */,
|
735 | 766 | 83C4CDE41A060B3600611DCC /* reload.png in Resources */,
|
| 767 | + B15C0D3E22077EA900755337 /* ManageCustomProvidersWindow.xib in Resources */, |
736 | 768 | 2609ECF91BC8A05100E4B44E /* rdp.png in Resources */,
|
737 | 769 | B17AA1901887CA4600B4C274 /* PreferencesWindow.xib in Resources */,
|
738 | 770 | B150012E19249CA2000A76E7 /* vagrant_logo_on-flat@2x.png in Resources */,
|
|
857 | 889 | buildActionMask = 2147483647;
|
858 | 890 | files = (
|
859 | 891 | 83DB673719288DD90008CB57 /* VagrantInstance.m in Sources */,
|
| 892 | + B15C0D4522077FA600755337 /* CustomProviderManager.m in Sources */, |
860 | 893 | 83103A571982180C00B340BB /* ParallelsServiceProvider.m in Sources */,
|
| 894 | + B15C0D4422077FA600755337 /* CustomProvider.m in Sources */, |
861 | 895 | 83E7CAB41928C2E9001C86F6 /* VirtualMachineInfo.m in Sources */,
|
862 | 896 | 83FD354819827545002EEA2D /* BookmarkManager.m in Sources */,
|
863 | 897 | 83DB673A1928AC0C0008CB57 /* VagrantMachine.m in Sources */,
|
| 898 | + B15C0D3D22077EA900755337 /* ManageCustomProvidersWindow.m in Sources */, |
864 | 899 | 837A30911A5D177A00E12A40 /* CustomCommandManager.m in Sources */,
|
865 | 900 | B1357A84187CEB3B00811CBC /* AppDelegate.m in Sources */,
|
866 | 901 | 83103A5A19821A9E00B340BB /* ParallelsMachineInfo.m in Sources */,
|
867 | 902 | 8360A05A18C2B39B002EA89B /* Environment.m in Sources */,
|
868 | 903 | 8308E14018869FAC001E0B45 /* Bookmark.m in Sources */,
|
| 904 | + B15C0D512207B1C600755337 /* VagrantInstanceCache.m in Sources */, |
869 | 905 | 83DB673D1928B3510008CB57 /* VagrantManager.m in Sources */,
|
870 | 906 | 8308E132188662BD001E0B45 /* AboutWindow.m in Sources */,
|
871 | 907 | B1761B3D1A00C0140056582F /* NativeMenuItem.m in Sources */,
|
|
0 commit comments