Skip to content

Commit 657aca5

Browse files
committed
Reset to previous settings
1 parent 9776101 commit 657aca5

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Copilot for Xcode.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
C87F3E62293DD004008523E8 /* Styles.swift in Sources */ = {isa = PBXBuildFile; fileRef = C87F3E61293DD004008523E8 /* Styles.swift */; };
4646
C882175A294187E100A22FD3 /* Client in Frameworks */ = {isa = PBXBuildFile; productRef = C8821759294187E100A22FD3 /* Client */; };
4747
C882175C294187EF00A22FD3 /* Client in Frameworks */ = {isa = PBXBuildFile; productRef = C882175B294187EF00A22FD3 /* Client */; };
48-
C8C8B60929AFA35F00034BEE /* CopilotForXcodeExtensionService.app in Embed Service */ = {isa = PBXBuildFile; fileRef = C861E60E2994F6070056CB02 /* CopilotForXcodeExtensionService.app */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
48+
C8C8B60929AFA35F00034BEE /* CopilotForXcodeExtensionService.app in Embed XPCService */ = {isa = PBXBuildFile; fileRef = C861E60E2994F6070056CB02 /* CopilotForXcodeExtensionService.app */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
4949
/* End PBXBuildFile section */
5050

5151
/* Begin PBXContainerItemProxy section */
@@ -111,6 +111,7 @@
111111
dstSubfolderSpec = 6;
112112
files = (
113113
C8216B802980378300AD38C7 /* Helper in Embed XPCService */,
114+
C8C8B60929AFA35F00034BEE /* CopilotForXcodeExtensionService.app in Embed XPCService */,
114115
);
115116
name = "Embed XPCService";
116117
runOnlyForDeploymentPostprocessing = 0;
@@ -132,7 +133,6 @@
132133
dstPath = "$(CONTENTS_FOLDER_PATH)/XPCServices";
133134
dstSubfolderSpec = 16;
134135
files = (
135-
C8C8B60929AFA35F00034BEE /* CopilotForXcodeExtensionService.app in Embed Service */,
136136
);
137137
name = "Embed Service";
138138
runOnlyForDeploymentPostprocessing = 0;

Copilot for Xcode/LaunchAgentManager.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ extension LaunchAgentManager {
99
".ExtensionService",
1010
executablePath: Bundle.main.bundleURL
1111
.appendingPathComponent("Contents")
12-
.appendingPathComponent("XPCServices")
12+
.appendingPathComponent("Applications")
1313
.appendingPathComponent(
1414
"CopilotForXcodeExtensionService.app/Contents/MacOS/CopilotForXcodeExtensionService"
1515
)

Copilot for Xcode/LaunchAgentView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ struct LaunchAgentView: View {
9797
let workspace = NSWorkspace.shared
9898
let url = Bundle.main.bundleURL
9999
.appendingPathComponent("Contents")
100-
.appendingPathComponent("XPCServices")
100+
.appendingPathComponent("Applications")
101101
.appendingPathComponent("CopilotForXcodeExtensionService.app")
102102
workspace.activateFileViewerSelecting([url])
103103
}

0 commit comments

Comments
 (0)