|
40 | 40 | C8738B7F2BE5363900609E7F /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C8738B7E2BE5363900609E7F /* Assets.xcassets */; }; |
41 | 41 | C8738B822BE5363900609E7F /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C8738B812BE5363900609E7F /* Preview Assets.xcassets */; }; |
42 | 42 | C8738B882BE5365000609E7F /* Client in Frameworks */ = {isa = PBXBuildFile; productRef = C8738B872BE5365000609E7F /* Client */; }; |
| 43 | + C8738B8A2BE540D000609E7F /* bridgeLaunchAgent.plist in Copy Launch Agent */ = {isa = PBXBuildFile; fileRef = C8738B6D2BE4F3E800609E7F /* bridgeLaunchAgent.plist */; }; |
| 44 | + C8738B8B2BE540DD00609E7F /* CommunicationBridge in Embed XPCService */ = {isa = PBXBuildFile; fileRef = C8738B632BE4D4B900609E7F /* CommunicationBridge */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; |
43 | 45 | C8758E7029F04BFF00D29C1C /* CustomCommand.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8758E6F29F04BFF00D29C1C /* CustomCommand.swift */; }; |
44 | 46 | C8758E7229F04CF100D29C1C /* SeparatorCommand.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8758E7129F04CF100D29C1C /* SeparatorCommand.swift */; }; |
45 | 47 | C87B03A5293B261200C77EAE /* AcceptSuggestionCommand.swift in Sources */ = {isa = PBXBuildFile; fileRef = C87B03A4293B261200C77EAE /* AcceptSuggestionCommand.swift */; }; |
|
53 | 55 | C8C8B60929AFA35F00034BEE /* CopilotForXcodeExtensionService.app in Embed XPCService */ = {isa = PBXBuildFile; fileRef = C861E60E2994F6070056CB02 /* CopilotForXcodeExtensionService.app */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; |
54 | 56 | C8DCF00029CE11D500FDDDD7 /* ChatWithSelection.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8DCEFFF29CE11D500FDDDD7 /* ChatWithSelection.swift */; }; |
55 | 57 | C8DD9CB12BC673F80036641C /* CloseIdleTabsCommand.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8DD9CB02BC673F80036641C /* CloseIdleTabsCommand.swift */; }; |
56 | | - C8F1032B2A7A39D700D28F4F /* launchAgent.plist in Copy Launch Agent */ = {isa = PBXBuildFile; fileRef = C8F103292A7A365000D28F4F /* launchAgent.plist */; }; |
57 | 58 | /* End PBXBuildFile section */ |
58 | 59 |
|
59 | 60 | /* Begin PBXContainerItemProxy section */ |
|
78 | 79 | remoteGlobalIDString = C8216B6F298036EC00AD38C7; |
79 | 80 | remoteInfo = Helper; |
80 | 81 | }; |
| 82 | + C8738B8C2BE540F900609E7F /* PBXContainerItemProxy */ = { |
| 83 | + isa = PBXContainerItemProxy; |
| 84 | + containerPortal = C8189B0E2938972F00C9DCDA /* Project object */; |
| 85 | + proxyType = 1; |
| 86 | + remoteGlobalIDString = C8738B622BE4D4B900609E7F; |
| 87 | + remoteInfo = CommunicationBridge; |
| 88 | + }; |
81 | 89 | /* End PBXContainerItemProxy section */ |
82 | 90 |
|
83 | 91 | /* Begin PBXCopyFilesBuildPhase section */ |
|
118 | 126 | dstPath = ../Applications; |
119 | 127 | dstSubfolderSpec = 6; |
120 | 128 | files = ( |
| 129 | + C8738B8B2BE540DD00609E7F /* CommunicationBridge in Embed XPCService */, |
121 | 130 | C8216B802980378300AD38C7 /* Helper in Embed XPCService */, |
122 | 131 | C8C8B60929AFA35F00034BEE /* CopilotForXcodeExtensionService.app in Embed XPCService */, |
123 | 132 | ); |
|
160 | 169 | dstPath = Contents/Library/LaunchAgents; |
161 | 170 | dstSubfolderSpec = 1; |
162 | 171 | files = ( |
163 | | - C8F1032B2A7A39D700D28F4F /* launchAgent.plist in Copy Launch Agent */, |
| 172 | + C8738B8A2BE540D000609E7F /* bridgeLaunchAgent.plist in Copy Launch Agent */, |
164 | 173 | ); |
165 | 174 | name = "Copy Launch Agent"; |
166 | 175 | runOnlyForDeploymentPostprocessing = 0; |
|
210 | 219 | C8738B6A2BE4D56F00609E7F /* ServiceDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServiceDelegate.swift; sourceTree = "<group>"; }; |
211 | 220 | C8738B6D2BE4F3E800609E7F /* bridgeLaunchAgent.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = bridgeLaunchAgent.plist; sourceTree = "<group>"; }; |
212 | 221 | C8738B702BE4F8B700609E7F /* XPCController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = XPCController.swift; sourceTree = "<group>"; }; |
213 | | - C8738B722BE4FC3200609E7F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
214 | 222 | C8738B782BE5363800609E7F /* SandboxedClientTester.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SandboxedClientTester.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
215 | 223 | C8738B7A2BE5363800609E7F /* SandboxedClientTesterApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SandboxedClientTesterApp.swift; sourceTree = "<group>"; }; |
216 | 224 | C8738B7C2BE5363800609E7F /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; }; |
|
408 | 416 | C8738B642BE4D4B900609E7F /* CommunicationBridge */ = { |
409 | 417 | isa = PBXGroup; |
410 | 418 | children = ( |
411 | | - C8738B722BE4FC3200609E7F /* Info.plist */, |
412 | 419 | C8738B652BE4D4B900609E7F /* main.swift */, |
413 | 420 | C8738B6A2BE4D56F00609E7F /* ServiceDelegate.swift */, |
414 | 421 | ); |
|
475 | 482 | buildRules = ( |
476 | 483 | ); |
477 | 484 | dependencies = ( |
| 485 | + C8738B8D2BE540F900609E7F /* PBXTargetDependency */, |
478 | 486 | C81291B02994F92700196E12 /* PBXTargetDependency */, |
479 | 487 | C8216B7F2980377E00AD38C7 /* PBXTargetDependency */, |
480 | 488 | C814589A2939EFDC00135263 /* PBXTargetDependency */, |
|
750 | 758 | target = C8216B6F298036EC00AD38C7 /* Helper */; |
751 | 759 | targetProxy = C8216B7E2980377E00AD38C7 /* PBXContainerItemProxy */; |
752 | 760 | }; |
| 761 | + C8738B8D2BE540F900609E7F /* PBXTargetDependency */ = { |
| 762 | + isa = PBXTargetDependency; |
| 763 | + target = C8738B622BE4D4B900609E7F /* CommunicationBridge */; |
| 764 | + targetProxy = C8738B8C2BE540F900609E7F /* PBXContainerItemProxy */; |
| 765 | + }; |
753 | 766 | /* End PBXTargetDependency section */ |
754 | 767 |
|
755 | 768 | /* Begin XCBuildConfiguration section */ |
|
1088 | 1101 | MACOSX_DEPLOYMENT_TARGET = 12.0; |
1089 | 1102 | PRODUCT_BUNDLE_IDENTIFIER = "$(BUNDLE_IDENTIFIER_BASE).CommunicationBridge"; |
1090 | 1103 | PRODUCT_NAME = "$(TARGET_NAME)"; |
| 1104 | + SKIP_INSTALL = YES; |
1091 | 1105 | SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)"; |
1092 | 1106 | SWIFT_VERSION = 5.0; |
1093 | 1107 | }; |
|
1106 | 1120 | MACOSX_DEPLOYMENT_TARGET = 12.0; |
1107 | 1121 | PRODUCT_BUNDLE_IDENTIFIER = "$(BUNDLE_IDENTIFIER_BASE).CommunicationBridge"; |
1108 | 1122 | PRODUCT_NAME = "$(TARGET_NAME)"; |
| 1123 | + SKIP_INSTALL = YES; |
1109 | 1124 | SWIFT_VERSION = 5.0; |
1110 | 1125 | }; |
1111 | 1126 | name = Release; |
|
0 commit comments