Skip to content

Commit 36b0c57

Browse files
committed
Embed HostApp to the Copilot for Xcode target
1 parent 0db63cc commit 36b0c57

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Copilot for Xcode.xcodeproj/project.pbxproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
C861E6152994F6080056CB02 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C861E6142994F6080056CB02 /* Assets.xcassets */; };
3838
C861E61E2994F6150056CB02 /* Service in Frameworks */ = {isa = PBXBuildFile; productRef = C861E61D2994F6150056CB02 /* Service */; };
3939
C861E6202994F63A0056CB02 /* ServiceDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = C861E61F2994F6390056CB02 /* ServiceDelegate.swift */; };
40+
C86612F82A06AF74009197D9 /* HostApp in Frameworks */ = {isa = PBXBuildFile; productRef = C86612F72A06AF74009197D9 /* HostApp */; };
4041
C8758E7029F04BFF00D29C1C /* CustomCommand.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8758E6F29F04BFF00D29C1C /* CustomCommand.swift */; };
4142
C8758E7229F04CF100D29C1C /* SeparatorCommand.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8758E7129F04CF100D29C1C /* SeparatorCommand.swift */; };
4243
C87B03A5293B261200C77EAE /* AcceptSuggestionCommand.swift in Sources */ = {isa = PBXBuildFile; fileRef = C87B03A4293B261200C77EAE /* AcceptSuggestionCommand.swift */; };
@@ -47,7 +48,6 @@
4748
C87B03AD293B2CF300C77EAE /* XcodeKit.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = C81458902939EFDC00135263 /* XcodeKit.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
4849
C87F3E60293DC600008523E8 /* Section.swift in Sources */ = {isa = PBXBuildFile; fileRef = C87F3E5F293DC600008523E8 /* Section.swift */; };
4950
C87F3E62293DD004008523E8 /* Styles.swift in Sources */ = {isa = PBXBuildFile; fileRef = C87F3E61293DD004008523E8 /* Styles.swift */; };
50-
C882175A294187E100A22FD3 /* Client in Frameworks */ = {isa = PBXBuildFile; productRef = C8821759294187E100A22FD3 /* Client */; };
5151
C882175C294187EF00A22FD3 /* Client in Frameworks */ = {isa = PBXBuildFile; productRef = C882175B294187EF00A22FD3 /* Client */; };
5252
C8C8B60929AFA35F00034BEE /* CopilotForXcodeExtensionService.app in Embed XPCService */ = {isa = PBXBuildFile; fileRef = C861E60E2994F6070056CB02 /* CopilotForXcodeExtensionService.app */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
5353
C8D737C029F19DDD00EFD3C6 /* CustomCommandView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8D737BF29F19DDD00EFD3C6 /* CustomCommandView.swift */; };
@@ -221,7 +221,7 @@
221221
isa = PBXFrameworksBuildPhase;
222222
buildActionMask = 2147483647;
223223
files = (
224-
C882175A294187E100A22FD3 /* Client in Frameworks */,
224+
C86612F82A06AF74009197D9 /* HostApp in Frameworks */,
225225
);
226226
runOnlyForDeploymentPostprocessing = 0;
227227
};
@@ -406,7 +406,7 @@
406406
);
407407
name = "Copilot for Xcode";
408408
packageProductDependencies = (
409-
C8821759294187E100A22FD3 /* Client */,
409+
C86612F72A06AF74009197D9 /* HostApp */,
410410
);
411411
productName = "Copilot for Xcode";
412412
productReference = C8189B162938972F00C9DCDA /* Copilot for Xcode Dev.app */;
@@ -1004,9 +1004,9 @@
10041004
isa = XCSwiftPackageProductDependency;
10051005
productName = Service;
10061006
};
1007-
C8821759294187E100A22FD3 /* Client */ = {
1007+
C86612F72A06AF74009197D9 /* HostApp */ = {
10081008
isa = XCSwiftPackageProductDependency;
1009-
productName = Client;
1009+
productName = HostApp;
10101010
};
10111011
C882175B294187EF00A22FD3 /* Client */ = {
10121012
isa = XCSwiftPackageProductDependency;

0 commit comments

Comments
 (0)