|
51 | 51 | 2813F93927ECC4C300E305E4 /* NavigatorSidebarView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 287776E627E3413200D46668 /* NavigatorSidebarView.swift */; }; |
52 | 52 | 2816F594280CF50500DD548B /* CodeEditSymbols in Frameworks */ = {isa = PBXBuildFile; productRef = 2816F593280CF50500DD548B /* CodeEditSymbols */; }; |
53 | 53 | 283BDCBD2972EEBD002AFF81 /* Package.resolved in Resources */ = {isa = PBXBuildFile; fileRef = 283BDCBC2972EEBD002AFF81 /* Package.resolved */; }; |
| 54 | + 283BDCC52972F236002AFF81 /* AcknowledgementsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 283BDCC42972F236002AFF81 /* AcknowledgementsTests.swift */; }; |
54 | 55 | 2847019E27FDDF7600F87B6B /* OutlineView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2847019D27FDDF7600F87B6B /* OutlineView.swift */; }; |
55 | 56 | 285FEC7027FE4B9800E57D53 /* OutlineTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 285FEC6F27FE4B9800E57D53 /* OutlineTableViewCell.swift */; }; |
56 | 57 | 286471AB27ED51FD0039369D /* ProjectNavigatorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 286471AA27ED51FD0039369D /* ProjectNavigatorView.swift */; }; |
|
416 | 417 | 20EBB50C280C383700F3A5DA /* LanguageType.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LanguageType.swift; sourceTree = "<group>"; }; |
417 | 418 | 20EBB50E280C389300F3A5DA /* FileInspectorModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FileInspectorModel.swift; sourceTree = "<group>"; }; |
418 | 419 | 283BDCBC2972EEBD002AFF81 /* Package.resolved */ = {isa = PBXFileReference; lastKnownFileType = text; name = Package.resolved; path = CodeEdit.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved; sourceTree = "<group>"; }; |
| 420 | + 283BDCC42972F236002AFF81 /* AcknowledgementsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AcknowledgementsTests.swift; sourceTree = "<group>"; }; |
419 | 421 | 2847019D27FDDF7600F87B6B /* OutlineView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OutlineView.swift; sourceTree = "<group>"; }; |
420 | 422 | 285FEC6D27FE4B4A00E57D53 /* OutlineViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OutlineViewController.swift; sourceTree = "<group>"; }; |
421 | 423 | 285FEC6F27FE4B9800E57D53 /* OutlineTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OutlineTableViewCell.swift; sourceTree = "<group>"; }; |
|
866 | 868 | path = DefaultThemes; |
867 | 869 | sourceTree = "<group>"; |
868 | 870 | }; |
| 871 | + 283BDCC22972F211002AFF81 /* Acknowledgements */ = { |
| 872 | + isa = PBXGroup; |
| 873 | + children = ( |
| 874 | + 283BDCC42972F236002AFF81 /* AcknowledgementsTests.swift */, |
| 875 | + ); |
| 876 | + path = Acknowledgements; |
| 877 | + sourceTree = "<group>"; |
| 878 | + }; |
869 | 879 | 285FEC6C27FE4AC700E57D53 /* OutlineView */ = { |
870 | 880 | isa = PBXGroup; |
871 | 881 | children = ( |
|
1398 | 1408 | 587B60FE293416C900D5CD8F /* Features */ = { |
1399 | 1409 | isa = PBXGroup; |
1400 | 1410 | children = ( |
| 1411 | + 283BDCC22972F211002AFF81 /* Acknowledgements */, |
1401 | 1412 | 4EE96EC82960562000FFBEA8 /* Documents */, |
1402 | 1413 | 583E527429361B39001AB554 /* CodeEditUI */, |
1403 | 1414 | 583E526929361B39001AB554 /* Welcome */, |
|
2749 | 2760 | 583E528C29361B39001AB554 /* CodeEditUITests.swift in Sources */, |
2750 | 2761 | 587B60F82934124200D5CD8F /* WorkspaceClientTests.swift in Sources */, |
2751 | 2762 | 587B61012934170A00D5CD8F /* UnitTests_Extensions.swift in Sources */, |
| 2763 | + 283BDCC52972F236002AFF81 /* AcknowledgementsTests.swift in Sources */, |
2752 | 2764 | 4EE96ECB2960565E00FFBEA8 /* DocumentsUnitTests.swift in Sources */, |
2753 | 2765 | 4EE96ECE296059E000FFBEA8 /* NSHapticFeedbackPerformerMock.swift in Sources */, |
2754 | 2766 | 587B612E293419B700D5CD8F /* CodeFileTests.swift in Sources */, |
|
0 commit comments