Skip to content

Commit fa57697

Browse files
committed
Pre-release 0.24.78
1 parent b883593 commit fa57697

File tree

12 files changed

+703
-483
lines changed

12 files changed

+703
-483
lines changed

Copilot for Xcode.xcodeproj/project.pbxproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
424ACA212CA4697200FA20F2 /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = 424ACA202CA4697200FA20F2 /* Credits.rtf */; };
1515
427C63282C6E868B000E557C /* OpenSettingsCommand.swift in Sources */ = {isa = PBXBuildFile; fileRef = 427C63272C6E868B000E557C /* OpenSettingsCommand.swift */; };
1616
42888D512C66B10100DEF835 /* AuthStatusChecker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 42888D502C66B10100DEF835 /* AuthStatusChecker.swift */; };
17+
5EC511E32C90CE7400632BAB /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C8189B1D2938973000C9DCDA /* Assets.xcassets */; };
18+
5EC511E42C90CE9800632BAB /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C8189B1D2938973000C9DCDA /* Assets.xcassets */; };
19+
5EC511E52C90CFD600632BAB /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C861E6142994F6080056CB02 /* Assets.xcassets */; };
20+
5EC511E62C90CFD700632BAB /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C861E6142994F6080056CB02 /* Assets.xcassets */; };
1721
C8009BFF2941C551007AA7E8 /* ToggleRealtimeSuggestionsCommand.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8009BFE2941C551007AA7E8 /* ToggleRealtimeSuggestionsCommand.swift */; };
1822
C8009C032941C576007AA7E8 /* SyncTextSettingsCommand.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8009C022941C576007AA7E8 /* SyncTextSettingsCommand.swift */; };
1923
C800DBB1294C624D00B04CAC /* PrefetchSuggestionsCommand.swift in Sources */ = {isa = PBXBuildFile; fileRef = C800DBB0294C624D00B04CAC /* PrefetchSuggestionsCommand.swift */; };
@@ -651,6 +655,8 @@
651655
isa = PBXResourcesBuildPhase;
652656
buildActionMask = 2147483647;
653657
files = (
658+
5EC511E52C90CFD600632BAB /* Assets.xcassets in Resources */,
659+
5EC511E32C90CE7400632BAB /* Assets.xcassets in Resources */,
654660
);
655661
runOnlyForDeploymentPostprocessing = 0;
656662
};
@@ -663,6 +669,7 @@
663669
C8189B1E2938973000C9DCDA /* Assets.xcassets in Resources */,
664670
3ABBEA292C8B9FE100C61D61 /* copilot-language-server in Resources */,
665671
3ABBEA2B2C8BA00300C61D61 /* copilot-language-server-arm64 in Resources */,
672+
5EC511E62C90CFD700632BAB /* Assets.xcassets in Resources */,
666673
);
667674
runOnlyForDeploymentPostprocessing = 0;
668675
};
@@ -674,6 +681,7 @@
674681
C861E6152994F6080056CB02 /* Assets.xcassets in Resources */,
675682
3ABBEA2D2C8BA00B00C61D61 /* copilot-language-server in Resources */,
676683
C81291D72994FE6900196E12 /* Main.storyboard in Resources */,
684+
5EC511E42C90CE9800632BAB /* Assets.xcassets in Resources */,
677685
);
678686
runOnlyForDeploymentPostprocessing = 0;
679687
};
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"images" : [
3+
{
4+
"filename" : "CopilotforXcode-Icon@256w_1x.png",
5+
"idiom" : "universal"
6+
}
7+
],
8+
"info" : {
9+
"author" : "xcode",
10+
"version" : 1
11+
}
12+
}
Loading

Core/Sources/HostApp/AccountSettings/GitHubCopilotView.swift

Lines changed: 0 additions & 267 deletions
This file was deleted.

0 commit comments

Comments
 (0)