|
50 | 50 | 2813F93827ECC4AA00E305E4 /* FindNavigatorResultList.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7E201B327E9989900CB86D0 /* FindNavigatorResultList.swift */; }; |
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 | + 283BDCBD2972EEBD002AFF81 /* Package.resolved in Resources */ = {isa = PBXBuildFile; fileRef = 283BDCBC2972EEBD002AFF81 /* Package.resolved */; }; |
53 | 54 | 2847019E27FDDF7600F87B6B /* OutlineView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2847019D27FDDF7600F87B6B /* OutlineView.swift */; }; |
54 | 55 | 285FEC7027FE4B9800E57D53 /* OutlineTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 285FEC6F27FE4B9800E57D53 /* OutlineTableViewCell.swift */; }; |
55 | 56 | 286471AB27ED51FD0039369D /* ProjectNavigatorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 286471AA27ED51FD0039369D /* ProjectNavigatorView.swift */; }; |
|
414 | 415 | 20EBB506280C32D300F3A5DA /* QuickHelpInspectorView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QuickHelpInspectorView.swift; sourceTree = "<group>"; }; |
415 | 416 | 20EBB50C280C383700F3A5DA /* LanguageType.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LanguageType.swift; sourceTree = "<group>"; }; |
416 | 417 | 20EBB50E280C389300F3A5DA /* FileInspectorModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FileInspectorModel.swift; sourceTree = "<group>"; }; |
| 418 | + 283BDCBC2972EEBD002AFF81 /* Package.resolved */ = {isa = PBXFileReference; lastKnownFileType = text; name = Package.resolved; path = CodeEdit.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved; sourceTree = "<group>"; }; |
417 | 419 | 2847019D27FDDF7600F87B6B /* OutlineView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OutlineView.swift; sourceTree = "<group>"; }; |
418 | 420 | 285FEC6D27FE4B4A00E57D53 /* OutlineViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OutlineViewController.swift; sourceTree = "<group>"; }; |
419 | 421 | 285FEC6F27FE4B9800E57D53 /* OutlineTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OutlineTableViewCell.swift; sourceTree = "<group>"; }; |
|
2115 | 2117 | B658FB2327DA9E0F00EA4DBD = { |
2116 | 2118 | isa = PBXGroup; |
2117 | 2119 | children = ( |
| 2120 | + 283BDCBC2972EEBD002AFF81 /* Package.resolved */, |
2118 | 2121 | 58F2EACE292FB2B0004A9BDE /* Documentation.docc */, |
2119 | 2122 | B658FB2E27DA9E0F00EA4DBD /* CodeEdit */, |
2120 | 2123 | 587B60F329340A8000D5CD8F /* CodeEditTests */, |
|
2221 | 2224 | isa = PBXNativeTarget; |
2222 | 2225 | buildConfigurationList = B658FB5127DA9E1000EA4DBD /* Build configuration list for PBXNativeTarget "CodeEdit" */; |
2223 | 2226 | buildPhases = ( |
2224 | | - FDF7C12027FAE90F0039BA76 /* Copy Package.resolved into Project Directory */, |
2225 | 2227 | B658FB2827DA9E0F00EA4DBD /* Sources */, |
2226 | 2228 | B658FB2927DA9E0F00EA4DBD /* Frameworks */, |
2227 | 2229 | B658FB2A27DA9E0F00EA4DBD /* Resources */, |
|
2365 | 2367 | isa = PBXResourcesBuildPhase; |
2366 | 2368 | buildActionMask = 2147483647; |
2367 | 2369 | files = ( |
| 2370 | + 283BDCBD2972EEBD002AFF81 /* Package.resolved in Resources */, |
2368 | 2371 | B658FB3727DA9E1000EA4DBD /* Preview Assets.xcassets in Resources */, |
2369 | 2372 | 28A51006281701B40087B0CC /* codeedit-github-dark.json in Resources */, |
2370 | 2373 | 58A5DFA529339F6400D1BD5D /* default_keybindings.json in Resources */, |
|
2451 | 2454 | shellPath = /bin/sh; |
2452 | 2455 | shellScript = "TAGS=\"\\/\\/ swiftlint:disable all\"\necho \"searching ${SRCROOT} for ${TAGS}\"\nfind \"${SRCROOT}\" \\( -name \"*.swift\" \\) -print0 | xargs -0 egrep --with-filename --line-number --only-matching \"($TAGS).*\\$\" | perl -p -e \"s/($TAGS)/ error: Usage of \\$1 is prohibited/\"\n"; |
2453 | 2456 | }; |
2454 | | - FDF7C12027FAE90F0039BA76 /* Copy Package.resolved into Project Directory */ = { |
2455 | | - isa = PBXShellScriptBuildPhase; |
2456 | | - alwaysOutOfDate = 1; |
2457 | | - buildActionMask = 2147483647; |
2458 | | - files = ( |
2459 | | - ); |
2460 | | - inputFileListPaths = ( |
2461 | | - ); |
2462 | | - inputPaths = ( |
2463 | | - ); |
2464 | | - name = "Copy Package.resolved into Project Directory"; |
2465 | | - outputFileListPaths = ( |
2466 | | - ); |
2467 | | - outputPaths = ( |
2468 | | - ); |
2469 | | - runOnlyForDeploymentPostprocessing = 0; |
2470 | | - shellPath = /bin/sh; |
2471 | | - shellScript = "# The following script copies the generated Package.resolved file into the project directory, ignoring any errors.\ncp ${PROJECT_DIR}/CodeEdit.xcworkspace/xcshareddata/swiftpm/Package.resolved ${PROJECT_DIR} || :\n"; |
2472 | | - }; |
2473 | 2457 | /* End PBXShellScriptBuildPhase section */ |
2474 | 2458 |
|
2475 | 2459 | /* Begin PBXSourcesBuildPhase section */ |
|
0 commit comments