Skip to content

Commit 746e6d5

Browse files
committed
Merge branch 'release/0.20.0'
2 parents fc7403e + a615719 commit 746e6d5

File tree

181 files changed

+112860
-2634
lines changed

Some content is hidden

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

181 files changed

+112860
-2634
lines changed

Copilot for Xcode.xcodeproj/project.pbxproj

Lines changed: 17 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
C87B03AD293B2CF300C77EAE /* XcodeKit.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = C81458902939EFDC00135263 /* XcodeKit.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
4040
C882175C294187EF00A22FD3 /* Client in Frameworks */ = {isa = PBXBuildFile; productRef = C882175B294187EF00A22FD3 /* Client */; };
4141
C89E75C32A46FB32000DD64F /* AppDelegate+Menu.swift in Sources */ = {isa = PBXBuildFile; fileRef = C89E75C22A46FB32000DD64F /* AppDelegate+Menu.swift */; };
42-
C8A3AE592A2885A70046E809 /* InitializePython.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8A3AE582A2885A70046E809 /* InitializePython.swift */; };
4342
C8C8B60929AFA35F00034BEE /* CopilotForXcodeExtensionService.app in Embed XPCService */ = {isa = PBXBuildFile; fileRef = C861E60E2994F6070056CB02 /* CopilotForXcodeExtensionService.app */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
4443
C8DCF00029CE11D500FDDDD7 /* ChatWithSelection.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8DCEFFF29CE11D500FDDDD7 /* ChatWithSelection.swift */; };
4544
/* End PBXBuildFile section */
@@ -151,6 +150,8 @@
151150
C8216B72298036EC00AD38C7 /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = "<group>"; };
152151
C8216B772980370100AD38C7 /* ReloadLaunchAgent.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReloadLaunchAgent.swift; sourceTree = "<group>"; };
153152
C82E38492A1F025F00D4EADF /* LICENSE */ = {isa = PBXFileReference; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; };
153+
C83E3F3E2A38C66D0071506D /* Python */ = {isa = PBXFileReference; lastKnownFileType = wrapper; path = Python; sourceTree = "<group>"; };
154+
C83E5DED2A38CD8C0071506D /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
154155
C8520300293C4D9000460097 /* Helpers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Helpers.swift; sourceTree = "<group>"; };
155156
C8520308293D805800460097 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
156157
C861A6A229E5503F005C41A3 /* PromptToCodeCommand.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PromptToCodeCommand.swift; sourceTree = "<group>"; };
@@ -168,10 +169,6 @@
168169
C87B03AA293B262E00C77EAE /* PreviousSuggestionCommand.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PreviousSuggestionCommand.swift; sourceTree = "<group>"; };
169170
C887BC832965D96000931567 /* DEVELOPMENT.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = DEVELOPMENT.md; sourceTree = "<group>"; };
170171
C89E75C22A46FB32000DD64F /* AppDelegate+Menu.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "AppDelegate+Menu.swift"; sourceTree = "<group>"; };
171-
C8A3AE512A2883430046E809 /* Python.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; path = Python.xcframework; sourceTree = "<group>"; };
172-
C8A3AE582A2885A70046E809 /* InitializePython.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InitializePython.swift; sourceTree = "<group>"; };
173-
C8A3AE5A2A288AF90046E809 /* site-packages */ = {isa = PBXFileReference; lastKnownFileType = folder; path = "site-packages"; sourceTree = "<group>"; };
174-
C8A3B1762A288FA90046E809 /* python-stdlib */ = {isa = PBXFileReference; lastKnownFileType = folder; path = "python-stdlib"; sourceTree = "<group>"; };
175172
C8CD828229B88006008D044D /* TestPlan.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; path = TestPlan.xctestplan; sourceTree = "<group>"; };
176173
C8DCEFFF29CE11D500FDDDD7 /* ChatWithSelection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChatWithSelection.swift; sourceTree = "<group>"; };
177174
/* End PBXFileReference section */
@@ -252,17 +249,18 @@
252249
C887BC832965D96000931567 /* DEVELOPMENT.md */,
253250
C8520308293D805800460097 /* README.md */,
254251
C82E38492A1F025F00D4EADF /* LICENSE */,
252+
C83E5DED2A38CD8C0071506D /* Makefile */,
255253
C81E867D296FE4420026E908 /* Version.xcconfig */,
256254
C81458AD293A009600135263 /* Config.xcconfig */,
257255
C81458AE293A009800135263 /* Config.debug.xcconfig */,
258256
C8CD828229B88006008D044D /* TestPlan.xctestplan */,
257+
C83E3F3E2A38C66D0071506D /* Python */,
259258
C81D181E2A1B509B006C1B70 /* Tool */,
260259
C8189B282938979000C9DCDA /* Core */,
261260
C8189B182938972F00C9DCDA /* Copilot for Xcode */,
262261
C81458922939EFDC00135263 /* EditorExtension */,
263262
C8216B71298036EC00AD38C7 /* Helper */,
264263
C861E60F2994F6070056CB02 /* ExtensionService */,
265-
C81BBF5A2A2CA0B8000B4F61 /* Python */,
266264
C814588D2939EFDC00135263 /* Frameworks */,
267265
C8189B172938972F00C9DCDA /* Products */,
268266
);
@@ -299,16 +297,6 @@
299297
path = "Preview Content";
300298
sourceTree = "<group>";
301299
};
302-
C81BBF5A2A2CA0B8000B4F61 /* Python */ = {
303-
isa = PBXGroup;
304-
children = (
305-
C8A3AE512A2883430046E809 /* Python.xcframework */,
306-
C8A3B1762A288FA90046E809 /* python-stdlib */,
307-
C8A3AE5A2A288AF90046E809 /* site-packages */,
308-
);
309-
path = Python;
310-
sourceTree = "<group>";
311-
};
312300
C8216B71298036EC00AD38C7 /* Helper */ = {
313301
isa = PBXGroup;
314302
children = (
@@ -325,7 +313,6 @@
325313
C861E61F2994F6390056CB02 /* ServiceDelegate.swift */,
326314
C861E6102994F6070056CB02 /* AppDelegate.swift */,
327315
C89E75C22A46FB32000DD64F /* AppDelegate+Menu.swift */,
328-
C8A3AE582A2885A70046E809 /* InitializePython.swift */,
329316
C81291D52994FE6900196E12 /* Main.storyboard */,
330317
C861E6142994F6080056CB02 /* Assets.xcassets */,
331318
C861E6192994F6080056CB02 /* ExtensionService.entitlements */,
@@ -460,6 +447,7 @@
460447
mainGroup = C8189B0D2938972F00C9DCDA;
461448
packageReferences = (
462449
C8216B792980373800AD38C7 /* XCRemoteSwiftPackageReference "swift-argument-parser" */,
450+
C80C91742A588DD800B5EADA /* XCRemoteSwiftPackageReference "usearch" */,
463451
);
464452
productRefGroup = C8189B172938972F00C9DCDA /* Products */;
465453
projectDirPath = "";
@@ -505,7 +493,7 @@
505493
C8A3AE572A28852D0046E809 /* Sign Python STD */ = {
506494
isa = PBXShellScriptBuildPhase;
507495
alwaysOutOfDate = 1;
508-
buildActionMask = 2147483647;
496+
buildActionMask = 8;
509497
files = (
510498
);
511499
inputFileListPaths = (
@@ -517,14 +505,14 @@
517505
);
518506
outputPaths = (
519507
);
520-
runOnlyForDeploymentPostprocessing = 0;
508+
runOnlyForDeploymentPostprocessing = 1;
521509
shellPath = /bin/sh;
522510
shellScript = "#set -e\n#echo \"Signing as $EXPANDED_CODE_SIGN_IDENTITY_NAME ($EXPANDED_CODE_SIGN_IDENTITY)\"\n#find \"$CODESIGNING_FOLDER_PATH/Contents/Resources/python-stdlib/lib-dynload\" -name \"*.so\" -exec /usr/bin/codesign --force --sign \"$EXPANDED_CODE_SIGN_IDENTITY\" -o runtime --timestamp=none --preserve-metadata=identifier,entitlements,flags --generate-entitlement-der {} \\;\n";
523511
};
524512
C8A3B1782A2894E10046E809 /* Sign Python Site Packages */ = {
525513
isa = PBXShellScriptBuildPhase;
526514
alwaysOutOfDate = 1;
527-
buildActionMask = 2147483647;
515+
buildActionMask = 8;
528516
files = (
529517
);
530518
inputFileListPaths = (
@@ -536,7 +524,7 @@
536524
);
537525
outputPaths = (
538526
);
539-
runOnlyForDeploymentPostprocessing = 0;
527+
runOnlyForDeploymentPostprocessing = 1;
540528
shellPath = /bin/sh;
541529
shellScript = "#set -e\n#echo \"Signing as $EXPANDED_CODE_SIGN_IDENTITY_NAME ($EXPANDED_CODE_SIGN_IDENTITY)\"\n#find \"$CODESIGNING_FOLDER_PATH/Contents/Resources/site-packages\" -type f \\( -name \"*.so\" -o -name \"*.dylib\" \\) -exec /usr/bin/codesign --force --sign \"$EXPANDED_CODE_SIGN_IDENTITY\" -o runtime --timestamp=none --preserve-metadata=identifier,entitlements,flags --generate-entitlement-der {} \\;\n";
542530
};
@@ -585,7 +573,6 @@
585573
isa = PBXSourcesBuildPhase;
586574
buildActionMask = 2147483647;
587575
files = (
588-
C8A3AE592A2885A70046E809 /* InitializePython.swift in Sources */,
589576
C89E75C32A46FB32000DD64F /* AppDelegate+Menu.swift in Sources */,
590577
C861E6202994F63A0056CB02 /* ServiceDelegate.swift in Sources */,
591578
C861E6112994F6070056CB02 /* AppDelegate.swift in Sources */,
@@ -986,6 +973,14 @@
986973
/* End XCConfigurationList section */
987974

988975
/* Begin XCRemoteSwiftPackageReference section */
976+
C80C91742A588DD800B5EADA /* XCRemoteSwiftPackageReference "usearch" */ = {
977+
isa = XCRemoteSwiftPackageReference;
978+
repositoryURL = "https://github.com/unum-cloud/usearch";
979+
requirement = {
980+
kind = upToNextMajorVersion;
981+
minimumVersion = 0.19.1;
982+
};
983+
};
989984
C8216B792980373800AD38C7 /* XCRemoteSwiftPackageReference "swift-argument-parser" */ = {
990985
isa = XCRemoteSwiftPackageReference;
991986
repositoryURL = "https://github.com/apple/swift-argument-parser.git";

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

Lines changed: 90 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Copilot for Xcode.xcodeproj/xcshareddata/xcschemes/ExtensionService.xcscheme

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,20 @@
2020
ReferencedContainer = "container:Copilot for Xcode.xcodeproj">
2121
</BuildableReference>
2222
</BuildActionEntry>
23+
<BuildActionEntry
24+
buildForTesting = "YES"
25+
buildForRunning = "YES"
26+
buildForProfiling = "YES"
27+
buildForArchiving = "YES"
28+
buildForAnalyzing = "YES">
29+
<BuildableReference
30+
BuildableIdentifier = "primary"
31+
BlueprintIdentifier = "Service"
32+
BuildableName = "Service"
33+
BlueprintName = "Service"
34+
ReferencedContainer = "container:Core">
35+
</BuildableReference>
36+
</BuildActionEntry>
2337
</BuildActionEntries>
2438
</BuildAction>
2539
<TestAction

Copilot for Xcode.xcworkspace/contents.xcworkspacedata

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>

0 commit comments

Comments
 (0)