Skip to content

Commit 3c8ffe3

Browse files
committed
Update
1 parent 55d319e commit 3c8ffe3

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

Copilot for Xcode.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
C8189B1C2938972F00C9DCDA /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8189B1B2938972F00C9DCDA /* ContentView.swift */; };
1717
C8189B1E2938973000C9DCDA /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C8189B1D2938973000C9DCDA /* Assets.xcassets */; };
1818
C8189B212938973000C9DCDA /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C8189B202938973000C9DCDA /* Preview Assets.xcassets */; };
19+
C832A47C2940C73E000989F2 /* copilot in Copy LanguageServer for Dev */ = {isa = PBXBuildFile; fileRef = C832A47B2940C71D000989F2 /* copilot */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
20+
C832A47D2940C74E000989F2 /* copilot in CopyFiles */ = {isa = PBXBuildFile; fileRef = C832A47B2940C71D000989F2 /* copilot */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
1921
C83B2B7A293D9C8C00C5ACCD /* LaunchAgentManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83B2B79293D9C8C00C5ACCD /* LaunchAgentManager.swift */; };
2022
C83B2B7C293D9FB400C5ACCD /* CopilotView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83B2B7B293D9FB400C5ACCD /* CopilotView.swift */; };
2123
C83B2B7E293DA0CA00C5ACCD /* AppInfoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C83B2B7D293DA0CA00C5ACCD /* AppInfoView.swift */; };
@@ -57,8 +59,6 @@
5759
C87F3E6B293E26AD008523E8 /* Models.swift in Sources */ = {isa = PBXBuildFile; fileRef = C87F3E6A293E26AD008523E8 /* Models.swift */; };
5860
C87F3E6C293E26AD008523E8 /* Models.swift in Sources */ = {isa = PBXBuildFile; fileRef = C87F3E6A293E26AD008523E8 /* Models.swift */; };
5961
C87F3E6D293E26AD008523E8 /* Models.swift in Sources */ = {isa = PBXBuildFile; fileRef = C87F3E6A293E26AD008523E8 /* Models.swift */; };
60-
C8B4C431293F2AE5001D0D17 /* LanguageServer in CopyFiles */ = {isa = PBXBuildFile; fileRef = C8B9DF40293F1C5600456423 /* LanguageServer */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
61-
C8B9DF41293F1C6100456423 /* LanguageServer in Copy LanguageServer for Dev */ = {isa = PBXBuildFile; fileRef = C8B9DF40293F1C5600456423 /* LanguageServer */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
6262
C8C04214293E4AE80083C454 /* Models.swift in Sources */ = {isa = PBXBuildFile; fileRef = C87F3E6A293E26AD008523E8 /* Models.swift */; };
6363
C8C04216293ECE230083C454 /* GetNextSuggestionTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8C04215293ECE230083C454 /* GetNextSuggestionTests.swift */; };
6464
C8C04218293ED0700083C454 /* GetPreviousSuggestionTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8C04217293ED0700083C454 /* GetPreviousSuggestionTests.swift */; };
@@ -139,7 +139,7 @@
139139
dstPath = "";
140140
dstSubfolderSpec = 7;
141141
files = (
142-
C8B4C431293F2AE5001D0D17 /* LanguageServer in CopyFiles */,
142+
C832A47D2940C74E000989F2 /* copilot in CopyFiles */,
143143
);
144144
runOnlyForDeploymentPostprocessing = 0;
145145
};
@@ -149,7 +149,7 @@
149149
dstPath = "";
150150
dstSubfolderSpec = 7;
151151
files = (
152-
C8B9DF41293F1C6100456423 /* LanguageServer in Copy LanguageServer for Dev */,
152+
C832A47C2940C73E000989F2 /* copilot in Copy LanguageServer for Dev */,
153153
);
154154
name = "Copy LanguageServer for Dev";
155155
runOnlyForDeploymentPostprocessing = 0;
@@ -176,6 +176,7 @@
176176
C8189B202938973000C9DCDA /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
177177
C8189B222938973000C9DCDA /* Copilot_for_Xcode.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Copilot_for_Xcode.entitlements; sourceTree = "<group>"; };
178178
C8189B282938979000C9DCDA /* Core */ = {isa = PBXFileReference; lastKnownFileType = wrapper; path = Core; sourceTree = "<group>"; };
179+
C832A47B2940C71D000989F2 /* copilot */ = {isa = PBXFileReference; lastKnownFileType = folder; name = copilot; path = copilot.vim/copilot; sourceTree = "<group>"; };
179180
C83B2B79293D9C8C00C5ACCD /* LaunchAgentManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LaunchAgentManager.swift; sourceTree = "<group>"; };
180181
C83B2B7B293D9FB400C5ACCD /* CopilotView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CopilotView.swift; sourceTree = "<group>"; };
181182
C83B2B7D293DA0CA00C5ACCD /* AppInfoView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppInfoView.swift; sourceTree = "<group>"; };
@@ -203,7 +204,6 @@
203204
C87F3E61293DD004008523E8 /* Styles.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Styles.swift; sourceTree = "<group>"; };
204205
C87F3E63293DE675008523E8 /* Environment.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Environment.swift; sourceTree = "<group>"; };
205206
C87F3E6A293E26AD008523E8 /* Models.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Models.swift; sourceTree = "<group>"; };
206-
C8B9DF40293F1C5600456423 /* LanguageServer */ = {isa = PBXFileReference; lastKnownFileType = folder; path = LanguageServer; sourceTree = "<group>"; };
207207
C8C04215293ECE230083C454 /* GetNextSuggestionTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GetNextSuggestionTests.swift; sourceTree = "<group>"; };
208208
C8C04217293ED0700083C454 /* GetPreviousSuggestionTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GetPreviousSuggestionTests.swift; sourceTree = "<group>"; };
209209
C8C04219293ED1EB0083C454 /* AcceptSuggestionTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AcceptSuggestionTests.swift; sourceTree = "<group>"; };
@@ -292,7 +292,7 @@
292292
C8189B0D2938972F00C9DCDA = {
293293
isa = PBXGroup;
294294
children = (
295-
C8B9DF40293F1C5600456423 /* LanguageServer */,
295+
C832A47B2940C71D000989F2 /* copilot */,
296296
C8520308293D805800460097 /* README.md */,
297297
C81458AD293A009600135263 /* Config.xcconfig */,
298298
C81458AE293A009800135263 /* Config.debug.xcconfig */,

0 commit comments

Comments
 (0)