|
41 | 41 | C89E75C32A46FB32000DD64F /* AppDelegate+Menu.swift in Sources */ = {isa = PBXBuildFile; fileRef = C89E75C22A46FB32000DD64F /* AppDelegate+Menu.swift */; }; |
42 | 42 | C8C8B60929AFA35F00034BEE /* CopilotForXcodeExtensionService.app in Embed XPCService */ = {isa = PBXBuildFile; fileRef = C861E60E2994F6070056CB02 /* CopilotForXcodeExtensionService.app */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; |
43 | 43 | C8DCF00029CE11D500FDDDD7 /* ChatWithSelection.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8DCEFFF29CE11D500FDDDD7 /* ChatWithSelection.swift */; }; |
| 44 | + C8F1032B2A7A39D700D28F4F /* launchAgent.plist in Copy Launch Agent */ = {isa = PBXBuildFile; fileRef = C8F103292A7A365000D28F4F /* launchAgent.plist */; }; |
44 | 45 | /* End PBXBuildFile section */ |
45 | 46 |
|
46 | 47 | /* Begin PBXContainerItemProxy section */ |
|
121 | 122 | name = "Embed Service"; |
122 | 123 | runOnlyForDeploymentPostprocessing = 0; |
123 | 124 | }; |
| 125 | + C8F1032A2A7A38D200D28F4F /* Copy Launch Agent */ = { |
| 126 | + isa = PBXCopyFilesBuildPhase; |
| 127 | + buildActionMask = 12; |
| 128 | + dstPath = Contents/Library/LaunchAgents; |
| 129 | + dstSubfolderSpec = 1; |
| 130 | + files = ( |
| 131 | + C8F1032B2A7A39D700D28F4F /* launchAgent.plist in Copy Launch Agent */, |
| 132 | + ); |
| 133 | + name = "Copy Launch Agent"; |
| 134 | + runOnlyForDeploymentPostprocessing = 0; |
| 135 | + }; |
124 | 136 | /* End PBXCopyFilesBuildPhase section */ |
125 | 137 |
|
126 | 138 | /* Begin PBXFileReference section */ |
|
161 | 173 | C861E61F2994F6390056CB02 /* ServiceDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServiceDelegate.swift; sourceTree = "<group>"; }; |
162 | 174 | C8758E6F29F04BFF00D29C1C /* CustomCommand.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomCommand.swift; sourceTree = "<group>"; }; |
163 | 175 | C8758E7129F04CF100D29C1C /* SeparatorCommand.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SeparatorCommand.swift; sourceTree = "<group>"; }; |
| 176 | + C87903302A5D2E6400FE6F42 /* Pro */ = {isa = PBXFileReference; lastKnownFileType = wrapper; path = Pro; sourceTree = "<group>"; }; |
164 | 177 | C87B03A3293B24AB00C77EAE /* Copilot-for-Xcode-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = "Copilot-for-Xcode-Info.plist"; sourceTree = SOURCE_ROOT; }; |
165 | 178 | C87B03A4293B261200C77EAE /* AcceptSuggestionCommand.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AcceptSuggestionCommand.swift; sourceTree = "<group>"; }; |
166 | 179 | C87B03A6293B261900C77EAE /* RejectSuggestionCommand.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RejectSuggestionCommand.swift; sourceTree = "<group>"; }; |
|
170 | 183 | C89E75C22A46FB32000DD64F /* AppDelegate+Menu.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "AppDelegate+Menu.swift"; sourceTree = "<group>"; }; |
171 | 184 | C8CD828229B88006008D044D /* TestPlan.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; path = TestPlan.xctestplan; sourceTree = "<group>"; }; |
172 | 185 | C8DCEFFF29CE11D500FDDDD7 /* ChatWithSelection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChatWithSelection.swift; sourceTree = "<group>"; }; |
| 186 | + C8F103292A7A365000D28F4F /* launchAgent.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = launchAgent.plist; sourceTree = "<group>"; }; |
173 | 187 | /* End PBXFileReference section */ |
174 | 188 |
|
175 | 189 | /* Begin PBXFrameworksBuildPhase section */ |
|
249 | 263 | C8520308293D805800460097 /* README.md */, |
250 | 264 | C82E38492A1F025F00D4EADF /* LICENSE */, |
251 | 265 | C83E5DED2A38CD8C0071506D /* Makefile */, |
| 266 | + C8F103292A7A365000D28F4F /* launchAgent.plist */, |
252 | 267 | C81E867D296FE4420026E908 /* Version.xcconfig */, |
253 | 268 | C81458AD293A009600135263 /* Config.xcconfig */, |
254 | 269 | C81458AE293A009800135263 /* Config.debug.xcconfig */, |
255 | 270 | C8CD828229B88006008D044D /* TestPlan.xctestplan */, |
256 | 271 | C81D181E2A1B509B006C1B70 /* Tool */, |
257 | 272 | C8189B282938979000C9DCDA /* Core */, |
| 273 | + C87903302A5D2E6400FE6F42 /* Pro */, |
258 | 274 | C8189B182938972F00C9DCDA /* Copilot for Xcode */, |
259 | 275 | C81458922939EFDC00135263 /* EditorExtension */, |
260 | 276 | C8216B71298036EC00AD38C7 /* Helper */, |
|
352 | 368 | C814589F2939EFDC00135263 /* Embed Foundation Extensions */, |
353 | 369 | C8520306293CF0EF00460097 /* Embed XPCService */, |
354 | 370 | C8C8B60829AFA32800034BEE /* Embed Service */, |
| 371 | + C8F1032A2A7A38D200D28F4F /* Copy Launch Agent */, |
355 | 372 | ); |
356 | 373 | buildRules = ( |
357 | 374 | ); |
|
0 commit comments