|
692 | 692 | 9F046C3B29223D1600BDE4E9 /* RemoteExecutionExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F046C3929223D1600BDE4E9 /* RemoteExecutionExtension.swift */; };
|
693 | 693 | 9F046C3D29223E1500BDE4E9 /* CodeAppExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F046C3C29223E1500BDE4E9 /* CodeAppExtension.swift */; };
|
694 | 694 | 9F046C3E29223E1500BDE4E9 /* CodeAppExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F046C3C29223E1500BDE4E9 /* CodeAppExtension.swift */; };
|
| 695 | + 9F062FE32B58D3F4006210AA /* FileTreeView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F062FE22B58D3F4006210AA /* FileTreeView.swift */; }; |
| 696 | + 9F062FE42B58D3F4006210AA /* FileTreeView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F062FE22B58D3F4006210AA /* FileTreeView.swift */; }; |
| 697 | + 9F062FE62B58D40D006210AA /* FileTreeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F062FE52B58D40D006210AA /* FileTreeViewController.swift */; }; |
| 698 | + 9F062FE72B58D40D006210AA /* FileTreeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F062FE52B58D40D006210AA /* FileTreeViewController.swift */; }; |
| 699 | + 9F062FE92B58D416006210AA /* TableView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F062FE82B58D416006210AA /* TableView.swift */; }; |
| 700 | + 9F062FEA2B58D416006210AA /* TableView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F062FE82B58D416006210AA /* TableView.swift */; }; |
695 | 701 | 9F170D012A89CEB800D6D7C1 /* String+throwingRemovingPercentEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F170D002A89CEB800D6D7C1 /* String+throwingRemovingPercentEncoding.swift */; };
|
696 | 702 | 9F170D022A89CEB800D6D7C1 /* String+throwingRemovingPercentEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F170D002A89CEB800D6D7C1 /* String+throwingRemovingPercentEncoding.swift */; };
|
697 | 703 | 9F170D042A89F88D00D6D7C1 /* RegularSidebar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F170D032A89F88D00D6D7C1 /* RegularSidebar.swift */; };
|
|
1816 | 1822 | 9F046C3429222D8E00BDE4E9 /* ExtensionManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExtensionManager.swift; sourceTree = "<group>"; };
|
1817 | 1823 | 9F046C3929223D1600BDE4E9 /* RemoteExecutionExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RemoteExecutionExtension.swift; sourceTree = "<group>"; };
|
1818 | 1824 | 9F046C3C29223E1500BDE4E9 /* CodeAppExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CodeAppExtension.swift; sourceTree = "<group>"; };
|
| 1825 | + 9F062FE22B58D3F4006210AA /* FileTreeView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FileTreeView.swift; sourceTree = "<group>"; }; |
| 1826 | + 9F062FE52B58D40D006210AA /* FileTreeViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FileTreeViewController.swift; sourceTree = "<group>"; }; |
| 1827 | + 9F062FE82B58D416006210AA /* TableView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TableView.swift; sourceTree = "<group>"; }; |
1819 | 1828 | 9F170D002A89CEB800D6D7C1 /* String+throwingRemovingPercentEncoding.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "String+throwingRemovingPercentEncoding.swift"; sourceTree = "<group>"; };
|
1820 | 1829 | 9F170D032A89F88D00D6D7C1 /* RegularSidebar.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RegularSidebar.swift; sourceTree = "<group>"; };
|
1821 | 1830 | 9F29759B2A1F488E007FDB3D /* deferredRendering.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = deferredRendering.swift; sourceTree = "<group>"; };
|
|
2725 | 2734 | 9FD5BCF32927859600F20C4B /* DebugMenu.swift */,
|
2726 | 2735 | 9F170D032A89F88D00D6D7C1 /* RegularSidebar.swift */,
|
2727 | 2736 | 9FA939DC2A9317F800C239BF /* SourceControlTextFieldAlert.swift */,
|
| 2737 | + 9F062FE22B58D3F4006210AA /* FileTreeView.swift */, |
| 2738 | + 9F062FE82B58D416006210AA /* TableView.swift */, |
2728 | 2739 | );
|
2729 | 2740 | path = Views;
|
2730 | 2741 | sourceTree = "<group>";
|
|
2868 | 2879 | 9F37391D293F37F8006886C1 /* ThemeManager.swift */,
|
2869 | 2880 | 9FA122582A8B17E400E7B417 /* StatusBarManager.swift */,
|
2870 | 2881 | 9FA122782A8B6C9700E7B417 /* ActivityBarManager.swift */,
|
| 2882 | + 9F062FE52B58D40D006210AA /* FileTreeViewController.swift */, |
2871 | 2883 | );
|
2872 | 2884 | path = Managers;
|
2873 | 2885 | sourceTree = "<group>";
|
|
3334 | 3346 | 9419697C280316C7008AAEB2 /* View+cornerRadius.swift in Sources */,
|
3335 | 3347 | 9419697E280316C7008AAEB2 /* MonacoIntellisenseExtension.swift in Sources */,
|
3336 | 3348 | 94E6CC862807502A00939E4F /* ActivityBarItemView.swift in Sources */,
|
| 3349 | + 9F062FE42B58D3F4006210AA /* FileTreeView.swift in Sources */, |
3337 | 3350 | 94A045F22804816000182275 /* RemoteCreateSection.swift in Sources */,
|
3338 | 3351 | 9FAE4994292D153F00B1B962 /* VideoViewerExtension.swift in Sources */,
|
3339 | 3352 | 944112A2282181E500A8F1D7 /* SFTPTerminalServiceProvider.swift in Sources */,
|
|
3354 | 3367 | 94196988280316C7008AAEB2 /* TerminalInstance.swift in Sources */,
|
3355 | 3368 | 94196989280316C7008AAEB2 /* convertCArguments.swift in Sources */,
|
3356 | 3369 | 94FF337528435158003DE5DD /* SettingsFontPicker.swift in Sources */,
|
| 3370 | + 9F062FEA2B58D416006210AA /* TableView.swift in Sources */, |
3357 | 3371 | 9419698A280316C7008AAEB2 /* NewFileView.swift in Sources */,
|
3358 | 3372 | 9FD5BCED292495DF00F20C4B /* DefaultUIState.swift in Sources */,
|
3359 | 3373 | 9419698B280316C7008AAEB2 /* EditorInstance.swift in Sources */,
|
|
3370 | 3384 | 94A045F82804822400182275 /* RemoteHostCell.swift in Sources */,
|
3371 | 3385 | 9FA122772A8B5A4800E7B417 /* RemoteConnectedLabel.swift in Sources */,
|
3372 | 3386 | 94FE0C95281E50F200C05529 /* UserDefaults+Hosts.swift in Sources */,
|
| 3387 | + 9F062FE72B58D40D006210AA /* FileTreeViewController.swift in Sources */, |
3373 | 3388 | 9F046C332922203E00BDE4E9 /* ToolbarManager.swift in Sources */,
|
3374 | 3389 | );
|
3375 | 3390 | runOnlyForDeploymentPostprocessing = 0;
|
|
3507 | 3522 | 94A777B7257B6A43008FE7B2 /* View+cornerRadius.swift in Sources */,
|
3508 | 3523 | 949B3CBB25DBCCDC00BC83B5 /* MonacoIntellisenseExtension.swift in Sources */,
|
3509 | 3524 | 94E6CC852807502A00939E4F /* ActivityBarItemView.swift in Sources */,
|
| 3525 | + 9F062FE32B58D3F4006210AA /* FileTreeView.swift in Sources */, |
3510 | 3526 | 94A045F12804816000182275 /* RemoteCreateSection.swift in Sources */,
|
3511 | 3527 | 9FAE4993292D153F00B1B962 /* VideoViewerExtension.swift in Sources */,
|
3512 | 3528 | 944112A1282181E500A8F1D7 /* SFTPTerminalServiceProvider.swift in Sources */,
|
|
3527 | 3543 | 94801F93266FB5E400B29D80 /* TerminalInstance.swift in Sources */,
|
3528 | 3544 | 94F2FEA926A2EB0E007EBC6D /* convertCArguments.swift in Sources */,
|
3529 | 3545 | 94FF337428435158003DE5DD /* SettingsFontPicker.swift in Sources */,
|
| 3546 | + 9F062FE92B58D416006210AA /* TableView.swift in Sources */, |
3530 | 3547 | 94A77802257B960A008FE7B2 /* NewFileView.swift in Sources */,
|
3531 | 3548 | 9FD5BCEC292495DF00F20C4B /* DefaultUIState.swift in Sources */,
|
3532 | 3549 | 94A77796257ABB69008FE7B2 /* EditorInstance.swift in Sources */,
|
|
3543 | 3560 | 94A045F72804822400182275 /* RemoteHostCell.swift in Sources */,
|
3544 | 3561 | 9FA122762A8B5A4800E7B417 /* RemoteConnectedLabel.swift in Sources */,
|
3545 | 3562 | 94FE0C94281E50F200C05529 /* UserDefaults+Hosts.swift in Sources */,
|
| 3563 | + 9F062FE62B58D40D006210AA /* FileTreeViewController.swift in Sources */, |
3546 | 3564 | 9F046C322922203E00BDE4E9 /* ToolbarManager.swift in Sources */,
|
3547 | 3565 | );
|
3548 | 3566 | runOnlyForDeploymentPostprocessing = 0;
|
|
3622 | 3640 | "$(PROJECT_DIR)/Resources/Java/java-frameworks",
|
3623 | 3641 | );
|
3624 | 3642 | INFOPLIST_FILE = CodeUI.plist;
|
3625 |
| - IPHONEOS_DEPLOYMENT_TARGET = 15.2; |
| 3643 | + IPHONEOS_DEPLOYMENT_TARGET = 16.0; |
3626 | 3644 | LD_RUNPATH_SEARCH_PATHS = (
|
3627 | 3645 | "$(inherited)",
|
3628 | 3646 | "@executable_path/Frameworks",
|
|
3670 | 3688 | );
|
3671 | 3689 | GCC_OPTIMIZATION_LEVEL = s;
|
3672 | 3690 | INFOPLIST_FILE = CodeUI.plist;
|
3673 |
| - IPHONEOS_DEPLOYMENT_TARGET = 15.2; |
| 3691 | + IPHONEOS_DEPLOYMENT_TARGET = 16.0; |
3674 | 3692 | LD_RUNPATH_SEARCH_PATHS = (
|
3675 | 3693 | "$(inherited)",
|
3676 | 3694 | "@executable_path/Frameworks",
|
|
0 commit comments