Skip to content

Commit 9f13be3

Browse files
committed
Merge branch 'release/change-license'
2 parents db434c1 + 6bd1f9f commit 9f13be3

64 files changed

Lines changed: 1039 additions & 200 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
[submodule "copilot.vim"]
2-
path = copilot.vim
3-
url = git@github.com:github/copilot.vim.git

AppIcon.png

-6.54 KB
Loading

Copilot for Xcode.xcodeproj/project.pbxproj

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
C8009BFF2941C551007AA7E8 /* ToggleRealtimeSuggestionsCommand.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8009BFE2941C551007AA7E8 /* ToggleRealtimeSuggestionsCommand.swift */; };
1111
C8009C032941C576007AA7E8 /* RealtimeSuggestionCommand.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8009C022941C576007AA7E8 /* RealtimeSuggestionCommand.swift */; };
1212
C800DBB1294C624D00B04CAC /* PrefetchSuggestionsCommand.swift in Sources */ = {isa = PBXBuildFile; fileRef = C800DBB0294C624D00B04CAC /* PrefetchSuggestionsCommand.swift */; };
13-
C81291AE2994F8A000196E12 /* copilot in Copy CopilotLSP */ = {isa = PBXBuildFile; fileRef = C832A47B2940C71D000989F2 /* copilot */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
1413
C81291D72994FE6900196E12 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = C81291D52994FE6900196E12 /* Main.storyboard */; };
1514
C814588F2939EFDC00135263 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C814588E2939EFDC00135263 /* Cocoa.framework */; };
1615
C81458942939EFDC00135263 /* SourceEditorExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = C81458932939EFDC00135263 /* SourceEditorExtension.swift */; };
@@ -68,17 +67,6 @@
6867
/* End PBXContainerItemProxy section */
6968

7069
/* Begin PBXCopyFilesBuildPhase section */
71-
C81291AD2994F88D00196E12 /* Copy CopilotLSP */ = {
72-
isa = PBXCopyFilesBuildPhase;
73-
buildActionMask = 2147483647;
74-
dstPath = "";
75-
dstSubfolderSpec = 7;
76-
files = (
77-
C81291AE2994F8A000196E12 /* copilot in Copy CopilotLSP */,
78-
);
79-
name = "Copy CopilotLSP";
80-
runOnlyForDeploymentPostprocessing = 0;
81-
};
8270
C814589F2939EFDC00135263 /* Embed Foundation Extensions */ = {
8371
isa = PBXCopyFilesBuildPhase;
8472
buildActionMask = 2147483647;
@@ -159,7 +147,7 @@
159147
C8216B70298036EC00AD38C7 /* Helper */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = Helper; sourceTree = BUILT_PRODUCTS_DIR; };
160148
C8216B72298036EC00AD38C7 /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = "<group>"; };
161149
C8216B772980370100AD38C7 /* ReloadLaunchAgent.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReloadLaunchAgent.swift; sourceTree = "<group>"; };
162-
C832A47B2940C71D000989F2 /* copilot */ = {isa = PBXFileReference; lastKnownFileType = folder; name = copilot; path = copilot.vim/copilot; sourceTree = "<group>"; };
150+
C82E38492A1F025F00D4EADF /* LICENSE */ = {isa = PBXFileReference; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; };
163151
C8520300293C4D9000460097 /* Helpers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Helpers.swift; sourceTree = "<group>"; };
164152
C8520308293D805800460097 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
165153
C861A6A229E5503F005C41A3 /* PromptToCodeCommand.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PromptToCodeCommand.swift; sourceTree = "<group>"; };
@@ -255,11 +243,11 @@
255243
children = (
256244
C887BC832965D96000931567 /* DEVELOPMENT.md */,
257245
C8520308293D805800460097 /* README.md */,
246+
C82E38492A1F025F00D4EADF /* LICENSE */,
258247
C81E867D296FE4420026E908 /* Version.xcconfig */,
259248
C81458AD293A009600135263 /* Config.xcconfig */,
260249
C81458AE293A009800135263 /* Config.debug.xcconfig */,
261250
C8CD828229B88006008D044D /* TestPlan.xctestplan */,
262-
C832A47B2940C71D000989F2 /* copilot */,
263251
C8189B282938979000C9DCDA /* Core */,
264252
C8189B182938972F00C9DCDA /* Copilot for Xcode */,
265253
C81458922939EFDC00135263 /* EditorExtension */,
@@ -400,7 +388,6 @@
400388
C861E60A2994F6070056CB02 /* Sources */,
401389
C861E60B2994F6070056CB02 /* Frameworks */,
402390
C861E60C2994F6070056CB02 /* Resources */,
403-
C81291AD2994F88D00196E12 /* Copy CopilotLSP */,
404391
);
405392
buildRules = (
406393
);

Copilot for Xcode.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 0 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
780 KB
Loading
23.3 KB
Loading
934 Bytes
Loading
73.9 KB
Loading
73.9 KB
Loading
2.45 KB
Loading

0 commit comments

Comments
 (0)