|
13 | 13 | 04540D5E27DD08C300E91B77 /* WorkspaceView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B658FB3127DA9E0F00EA4DBD /* WorkspaceView.swift */; };
|
14 | 14 | 04660F6A27E51E5C00477777 /* CodeEditWindowController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04660F6927E51E5C00477777 /* CodeEditWindowController.swift */; };
|
15 | 15 | 0485EB1F27E7458B00138301 /* WorkspaceCodeFileView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0485EB1E27E7458B00138301 /* WorkspaceCodeFileView.swift */; };
|
| 16 | + 04BC1CDE2AD9B4B000A83EA5 /* EditorFileTabCloseButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04BC1CDD2AD9B4B000A83EA5 /* EditorFileTabCloseButton.swift */; }; |
16 | 17 | 04C3255B2801F86400C8DA2D /* ProjectNavigatorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 285FEC6D27FE4B4A00E57D53 /* ProjectNavigatorViewController.swift */; };
|
17 | 18 | 04C3255C2801F86900C8DA2D /* ProjectNavigatorMenu.swift in Sources */ = {isa = PBXBuildFile; fileRef = 285FEC7127FE4EEF00E57D53 /* ProjectNavigatorMenu.swift */; };
|
18 | 19 | 200412EF280F3EAC00BCAF5C /* HistoryInspectorNoHistoryView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 200412EE280F3EAC00BCAF5C /* HistoryInspectorNoHistoryView.swift */; };
|
|
343 | 344 | B6041F4D29D7A4E9000F3454 /* SettingsPageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6041F4C29D7A4E9000F3454 /* SettingsPageView.swift */; };
|
344 | 345 | B6041F5229D7D6D6000F3454 /* SettingsWindow.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6041F5129D7D6D6000F3454 /* SettingsWindow.swift */; };
|
345 | 346 | B60BE8BD297A167600841125 /* AcknowledgementRowView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B60BE8BC297A167600841125 /* AcknowledgementRowView.swift */; };
|
| 347 | + B6152B802ADAE421004C6012 /* CodeEditWindowControllerExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6152B7F2ADAE421004C6012 /* CodeEditWindowControllerExtensions.swift */; }; |
346 | 348 | B61A606129F188AB009B43F9 /* ExternalLink.swift in Sources */ = {isa = PBXBuildFile; fileRef = B61A606029F188AB009B43F9 /* ExternalLink.swift */; };
|
347 | 349 | B61A606929F4481A009B43F9 /* MonospacedFontPicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = B61A606829F4481A009B43F9 /* MonospacedFontPicker.swift */; };
|
348 | 350 | B61DA9DF29D929E100BF4A43 /* GeneralSettingsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B61DA9DE29D929E100BF4A43 /* GeneralSettingsView.swift */; };
|
|
482 | 484 | 04660F6927E51E5C00477777 /* CodeEditWindowController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CodeEditWindowController.swift; sourceTree = "<group>"; };
|
483 | 485 | 0468438427DC76E200F8E88E /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
484 | 486 | 0485EB1E27E7458B00138301 /* WorkspaceCodeFileView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WorkspaceCodeFileView.swift; sourceTree = "<group>"; };
|
| 487 | + 04BC1CDD2AD9B4B000A83EA5 /* EditorFileTabCloseButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EditorFileTabCloseButton.swift; sourceTree = "<group>"; }; |
485 | 488 | 200412EE280F3EAC00BCAF5C /* HistoryInspectorNoHistoryView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HistoryInspectorNoHistoryView.swift; sourceTree = "<group>"; };
|
486 | 489 | 201169D62837B2E300F92B46 /* SourceControlNavigatorView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SourceControlNavigatorView.swift; sourceTree = "<group>"; };
|
487 | 490 | 201169D82837B31200F92B46 /* SourceControlSearchToolbar.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SourceControlSearchToolbar.swift; sourceTree = "<group>"; };
|
|
798 | 801 | B6041F4C29D7A4E9000F3454 /* SettingsPageView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsPageView.swift; sourceTree = "<group>"; };
|
799 | 802 | B6041F5129D7D6D6000F3454 /* SettingsWindow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsWindow.swift; sourceTree = "<group>"; };
|
800 | 803 | B60BE8BC297A167600841125 /* AcknowledgementRowView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AcknowledgementRowView.swift; sourceTree = "<group>"; };
|
| 804 | + B6152B7F2ADAE421004C6012 /* CodeEditWindowControllerExtensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CodeEditWindowControllerExtensions.swift; sourceTree = "<group>"; }; |
801 | 805 | B61A606029F188AB009B43F9 /* ExternalLink.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExternalLink.swift; sourceTree = "<group>"; };
|
802 | 806 | B61A606829F4481A009B43F9 /* MonospacedFontPicker.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MonospacedFontPicker.swift; sourceTree = "<group>"; };
|
803 | 807 | B61DA9DE29D929E100BF4A43 /* GeneralSettingsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GeneralSettingsView.swift; sourceTree = "<group>"; };
|
|
1295 | 1299 | children = (
|
1296 | 1300 | 043C321327E31FF6006AE443 /* CodeEditDocumentController.swift */,
|
1297 | 1301 | 04660F6927E51E5C00477777 /* CodeEditWindowController.swift */,
|
| 1302 | + B6152B7F2ADAE421004C6012 /* CodeEditWindowControllerExtensions.swift */, |
1298 | 1303 | 4E7F066529602E7B00BB3C12 /* CodeEditSplitViewController.swift */,
|
1299 | 1304 | );
|
1300 | 1305 | path = Controllers;
|
|
2330 | 2335 | 58AFAA272933C65C00482B53 /* Models */,
|
2331 | 2336 | B6C6A42F29771F7100A3D28F /* EditorTabBackground.swift */,
|
2332 | 2337 | B6C6A42D29771A8D00A3D28F /* EditorTabButtonStyle.swift */,
|
| 2338 | + 04BC1CDD2AD9B4B000A83EA5 /* EditorFileTabCloseButton.swift */, |
2333 | 2339 | B6C6A429297716A500A3D28F /* EditorTabCloseButton.swift */,
|
2334 | 2340 | 587FB98F29C1246400B519DD /* EditorTabView.swift */,
|
2335 | 2341 | );
|
|
3037 | 3043 | 587B9DA329300ABD00AC7927 /* SettingsTextEditor.swift in Sources */,
|
3038 | 3044 | B6F0517B29D9E46400D72287 /* SourceControlSettingsView.swift in Sources */,
|
3039 | 3045 | 6C147C4D29A32AA30089B630 /* EditorView.swift in Sources */,
|
| 3046 | + B6152B802ADAE421004C6012 /* CodeEditWindowControllerExtensions.swift in Sources */, |
3040 | 3047 | 587B9E7B29301D8F00AC7927 /* GitHubRouter.swift in Sources */,
|
3041 | 3048 | 201169E22837B3D800F92B46 /* SourceControlNavigatorChangesView.swift in Sources */,
|
3042 | 3049 | 850C631029D6B01D00E1444C /* SettingsView.swift in Sources */,
|
|
3204 | 3211 | 58D01C99293167DC00C5B6B4 /* String+MD5.swift in Sources */,
|
3205 | 3212 | 20EBB505280C329800F3A5DA /* HistoryInspectorItemView.swift in Sources */,
|
3206 | 3213 | 5878DAB2291D627C00DD95A3 /* EditorPathBarView.swift in Sources */,
|
| 3214 | + 04BC1CDE2AD9B4B000A83EA5 /* EditorFileTabCloseButton.swift in Sources */, |
3207 | 3215 | 6C6BD70129CD172700235D17 /* ExtensionsListView.swift in Sources */,
|
3208 | 3216 | 043C321627E3201F006AE443 /* WorkspaceDocument.swift in Sources */,
|
3209 | 3217 | 58F2EAEC292FB2B0004A9BDE /* IgnoredFiles.swift in Sources */,
|
|
4145 | 4153 | isa = XCRemoteSwiftPackageReference;
|
4146 | 4154 | repositoryURL = "https://github.com/pointfreeco/swift-snapshot-testing.git";
|
4147 | 4155 | requirement = {
|
4148 |
| - kind = exactVersion; |
4149 |
| - version = 1.9.0; |
| 4156 | + kind = upToNextMinorVersion; |
| 4157 | + minimumVersion = 1.14.2; |
4150 | 4158 | };
|
4151 | 4159 | };
|
4152 | 4160 | 58798288292ED15F0085B254 /* XCRemoteSwiftPackageReference "SwiftTerm" */ = {
|
|
4170 | 4178 | repositoryURL = "https://github.com/CodeEditApp/CodeEditTextView";
|
4171 | 4179 | requirement = {
|
4172 | 4180 | kind = exactVersion;
|
4173 |
| - version = 0.6.7; |
| 4181 | + version = 0.6.8; |
4174 | 4182 | };
|
4175 | 4183 | };
|
4176 | 4184 | 6C0F3A3A2A1D0D5000223D19 /* XCRemoteSwiftPackageReference "CodeEditKit" */ = {
|
|
0 commit comments