Skip to content

Commit d4dca03

Browse files
committed
Merge branch 'feature/finishing-query-web' into develop
2 parents 250ea2f + c844b1b commit d4dca03

File tree

42 files changed

+1603
-482
lines changed

Some content is hidden

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

42 files changed

+1603
-482
lines changed

Copilot for Xcode.xcodeproj/project.pbxproj

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,6 @@
151151
C8216B772980370100AD38C7 /* ReloadLaunchAgent.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReloadLaunchAgent.swift; sourceTree = "<group>"; };
152152
C82E38492A1F025F00D4EADF /* LICENSE */ = {isa = PBXFileReference; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; };
153153
C83E3F3E2A38C66D0071506D /* Python */ = {isa = PBXFileReference; lastKnownFileType = wrapper; path = Python; sourceTree = "<group>"; };
154-
C83E5DE92A38CD000071506D /* site-packages */ = {isa = PBXFileReference; lastKnownFileType = folder; name = "site-packages"; path = "Python/site-packages"; sourceTree = "<group>"; };
155-
C83E5DEA2A38CD000071506D /* python-stdlib */ = {isa = PBXFileReference; lastKnownFileType = folder; name = "python-stdlib"; path = "Python/python-stdlib"; sourceTree = "<group>"; };
156154
C83E5DED2A38CD8C0071506D /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
157155
C8520300293C4D9000460097 /* Helpers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Helpers.swift; sourceTree = "<group>"; };
158156
C8520308293D805800460097 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
@@ -263,8 +261,6 @@
263261
C81458922939EFDC00135263 /* EditorExtension */,
264262
C8216B71298036EC00AD38C7 /* Helper */,
265263
C861E60F2994F6070056CB02 /* ExtensionService */,
266-
C83E5DEA2A38CD000071506D /* python-stdlib */,
267-
C83E5DE92A38CD000071506D /* site-packages */,
268264
C814588D2939EFDC00135263 /* Frameworks */,
269265
C8189B172938972F00C9DCDA /* Products */,
270266
);
@@ -451,6 +447,7 @@
451447
mainGroup = C8189B0D2938972F00C9DCDA;
452448
packageReferences = (
453449
C8216B792980373800AD38C7 /* XCRemoteSwiftPackageReference "swift-argument-parser" */,
450+
C80C91742A588DD800B5EADA /* XCRemoteSwiftPackageReference "usearch" */,
454451
);
455452
productRefGroup = C8189B172938972F00C9DCDA /* Products */;
456453
projectDirPath = "";
@@ -976,6 +973,14 @@
976973
/* End XCConfigurationList section */
977974

978975
/* 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+
};
979984
C8216B792980373800AD38C7 /* XCRemoteSwiftPackageReference "swift-argument-parser" */ = {
980985
isa = XCRemoteSwiftPackageReference;
981986
repositoryURL = "https://github.com/apple/swift-argument-parser.git";

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

Lines changed: 9 additions & 0 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>

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

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

0 commit comments

Comments
 (0)