|
62 | 62 | 2B7AC06B282452FB0082A5B8 /* Media.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 2B7AC06A282452FB0082A5B8 /* Media.xcassets */; }; |
63 | 63 | 2BE487EF28245162003F3F64 /* FinderSync.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BE487EE28245162003F3F64 /* FinderSync.swift */; }; |
64 | 64 | 2BE487F428245162003F3F64 /* OpenWithCodeEdit.appex in Embed Foundation Extensions */ = {isa = PBXBuildFile; fileRef = 2BE487EC28245162003F3F64 /* OpenWithCodeEdit.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; |
| 65 | + 3E0196732A3921AC002648D8 /* codeedit_shell_integration.zsh in Resources */ = {isa = PBXBuildFile; fileRef = 3E0196722A3921AC002648D8 /* codeedit_shell_integration.zsh */; }; |
| 66 | + 3E01967A2A392B45002648D8 /* codeedit_shell_integration.bash in Resources */ = {isa = PBXBuildFile; fileRef = 3E0196792A392B45002648D8 /* codeedit_shell_integration.bash */; }; |
65 | 67 | 474397C52893AC4B00518C8C /* codeedit-midnight.json in Resources */ = {isa = PBXBuildFile; fileRef = 474397C42893AC4B00518C8C /* codeedit-midnight.json */; }; |
66 | 68 | 4E7F066629602E7B00BB3C12 /* CodeEditSplitViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E7F066529602E7B00BB3C12 /* CodeEditSplitViewController.swift */; }; |
67 | 69 | 4EE96ECB2960565E00FFBEA8 /* DocumentsUnitTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4EE96ECA2960565E00FFBEA8 /* DocumentsUnitTests.swift */; }; |
|
518 | 520 | 2BE487EC28245162003F3F64 /* OpenWithCodeEdit.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = OpenWithCodeEdit.appex; sourceTree = BUILT_PRODUCTS_DIR; }; |
519 | 521 | 2BE487EE28245162003F3F64 /* FinderSync.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FinderSync.swift; sourceTree = "<group>"; }; |
520 | 522 | 2BE487F028245162003F3F64 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
| 523 | + 3E0196722A3921AC002648D8 /* codeedit_shell_integration.zsh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = codeedit_shell_integration.zsh; sourceTree = "<group>"; }; |
| 524 | + 3E0196792A392B45002648D8 /* codeedit_shell_integration.bash */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = codeedit_shell_integration.bash; sourceTree = "<group>"; }; |
521 | 525 | 474397C42893AC4B00518C8C /* codeedit-midnight.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = "codeedit-midnight.json"; sourceTree = "<group>"; }; |
522 | 526 | 4E7F066529602E7B00BB3C12 /* CodeEditSplitViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CodeEditSplitViewController.swift; sourceTree = "<group>"; }; |
523 | 527 | 4EE96ECA2960565E00FFBEA8 /* DocumentsUnitTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DocumentsUnitTests.swift; sourceTree = "<group>"; }; |
|
1101 | 1105 | path = OpenWithCodeEdit; |
1102 | 1106 | sourceTree = "<group>"; |
1103 | 1107 | }; |
| 1108 | + 3E0196712A392170002648D8 /* ShellIntegration */ = { |
| 1109 | + isa = PBXGroup; |
| 1110 | + children = ( |
| 1111 | + 3E0196792A392B45002648D8 /* codeedit_shell_integration.bash */, |
| 1112 | + 3E0196722A3921AC002648D8 /* codeedit_shell_integration.zsh */, |
| 1113 | + ); |
| 1114 | + path = ShellIntegration; |
| 1115 | + sourceTree = "<group>"; |
| 1116 | + }; |
1104 | 1117 | 4EE96EC82960562000FFBEA8 /* Documents */ = { |
1105 | 1118 | isa = PBXGroup; |
1106 | 1119 | children = ( |
|
2220 | 2233 | B658FB2E27DA9E0F00EA4DBD /* CodeEdit */ = { |
2221 | 2234 | isa = PBXGroup; |
2222 | 2235 | children = ( |
| 2236 | + 3E0196712A392170002648D8 /* ShellIntegration */, |
2223 | 2237 | 5831E3C52933E6CB00D5A6D2 /* Features */, |
2224 | 2238 | D7211D4427E066D4008F2ED7 /* Localization */, |
2225 | 2239 | B658FB3527DA9E1000EA4DBD /* Preview Content */, |
|
2597 | 2611 | 283BDCBD2972EEBD002AFF81 /* Package.resolved in Resources */, |
2598 | 2612 | B658FB3727DA9E1000EA4DBD /* Preview Assets.xcassets in Resources */, |
2599 | 2613 | 28A51006281701B40087B0CC /* codeedit-github-dark.json in Resources */, |
| 2614 | + 3E0196732A3921AC002648D8 /* codeedit_shell_integration.zsh in Resources */, |
2600 | 2615 | 28F43DE029738792008BBA45 /* codeedit-solarized-dark.json in Resources */, |
2601 | 2616 | 58A5DFA529339F6400D1BD5D /* default_keybindings.json in Resources */, |
| 2617 | + 3E01967A2A392B45002648D8 /* codeedit_shell_integration.bash in Resources */, |
2602 | 2618 | 28A51002281673530087B0CC /* codeedit-xcode-light.json in Resources */, |
2603 | 2619 | 28A51005281701B40087B0CC /* codeedit-github-light.json in Resources */, |
2604 | 2620 | D7211D4727E06BFE008F2ED7 /* Localizable.strings in Resources */, |
|
0 commit comments