|
39 | 39 | C87B03AD293B2CF300C77EAE /* XcodeKit.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = C81458902939EFDC00135263 /* XcodeKit.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; |
40 | 40 | C882175C294187EF00A22FD3 /* Client in Frameworks */ = {isa = PBXBuildFile; productRef = C882175B294187EF00A22FD3 /* Client */; }; |
41 | 41 | 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 */; }; |
43 | 42 | C8C8B60929AFA35F00034BEE /* CopilotForXcodeExtensionService.app in Embed XPCService */ = {isa = PBXBuildFile; fileRef = C861E60E2994F6070056CB02 /* CopilotForXcodeExtensionService.app */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; |
44 | 43 | C8DCF00029CE11D500FDDDD7 /* ChatWithSelection.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8DCEFFF29CE11D500FDDDD7 /* ChatWithSelection.swift */; }; |
45 | 44 | /* End PBXBuildFile section */ |
|
151 | 150 | C8216B72298036EC00AD38C7 /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = "<group>"; }; |
152 | 151 | C8216B772980370100AD38C7 /* ReloadLaunchAgent.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReloadLaunchAgent.swift; sourceTree = "<group>"; }; |
153 | 152 | 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>"; }; |
154 | 155 | C8520300293C4D9000460097 /* Helpers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Helpers.swift; sourceTree = "<group>"; }; |
155 | 156 | C8520308293D805800460097 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; }; |
156 | 157 | C861A6A229E5503F005C41A3 /* PromptToCodeCommand.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PromptToCodeCommand.swift; sourceTree = "<group>"; }; |
|
168 | 169 | C87B03AA293B262E00C77EAE /* PreviousSuggestionCommand.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PreviousSuggestionCommand.swift; sourceTree = "<group>"; }; |
169 | 170 | C887BC832965D96000931567 /* DEVELOPMENT.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = DEVELOPMENT.md; sourceTree = "<group>"; }; |
170 | 171 | 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>"; }; |
175 | 172 | C8CD828229B88006008D044D /* TestPlan.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; path = TestPlan.xctestplan; sourceTree = "<group>"; }; |
176 | 173 | C8DCEFFF29CE11D500FDDDD7 /* ChatWithSelection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChatWithSelection.swift; sourceTree = "<group>"; }; |
177 | 174 | /* End PBXFileReference section */ |
|
252 | 249 | C887BC832965D96000931567 /* DEVELOPMENT.md */, |
253 | 250 | C8520308293D805800460097 /* README.md */, |
254 | 251 | C82E38492A1F025F00D4EADF /* LICENSE */, |
| 252 | + C83E5DED2A38CD8C0071506D /* Makefile */, |
255 | 253 | C81E867D296FE4420026E908 /* Version.xcconfig */, |
256 | 254 | C81458AD293A009600135263 /* Config.xcconfig */, |
257 | 255 | C81458AE293A009800135263 /* Config.debug.xcconfig */, |
258 | 256 | C8CD828229B88006008D044D /* TestPlan.xctestplan */, |
| 257 | + C83E3F3E2A38C66D0071506D /* Python */, |
259 | 258 | C81D181E2A1B509B006C1B70 /* Tool */, |
260 | 259 | C8189B282938979000C9DCDA /* Core */, |
261 | 260 | C8189B182938972F00C9DCDA /* Copilot for Xcode */, |
262 | 261 | C81458922939EFDC00135263 /* EditorExtension */, |
263 | 262 | C8216B71298036EC00AD38C7 /* Helper */, |
264 | 263 | C861E60F2994F6070056CB02 /* ExtensionService */, |
265 | | - C81BBF5A2A2CA0B8000B4F61 /* Python */, |
266 | 264 | C814588D2939EFDC00135263 /* Frameworks */, |
267 | 265 | C8189B172938972F00C9DCDA /* Products */, |
268 | 266 | ); |
|
299 | 297 | path = "Preview Content"; |
300 | 298 | sourceTree = "<group>"; |
301 | 299 | }; |
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 | | - }; |
312 | 300 | C8216B71298036EC00AD38C7 /* Helper */ = { |
313 | 301 | isa = PBXGroup; |
314 | 302 | children = ( |
|
325 | 313 | C861E61F2994F6390056CB02 /* ServiceDelegate.swift */, |
326 | 314 | C861E6102994F6070056CB02 /* AppDelegate.swift */, |
327 | 315 | C89E75C22A46FB32000DD64F /* AppDelegate+Menu.swift */, |
328 | | - C8A3AE582A2885A70046E809 /* InitializePython.swift */, |
329 | 316 | C81291D52994FE6900196E12 /* Main.storyboard */, |
330 | 317 | C861E6142994F6080056CB02 /* Assets.xcassets */, |
331 | 318 | C861E6192994F6080056CB02 /* ExtensionService.entitlements */, |
|
460 | 447 | mainGroup = C8189B0D2938972F00C9DCDA; |
461 | 448 | packageReferences = ( |
462 | 449 | C8216B792980373800AD38C7 /* XCRemoteSwiftPackageReference "swift-argument-parser" */, |
| 450 | + C80C91742A588DD800B5EADA /* XCRemoteSwiftPackageReference "usearch" */, |
463 | 451 | ); |
464 | 452 | productRefGroup = C8189B172938972F00C9DCDA /* Products */; |
465 | 453 | projectDirPath = ""; |
|
505 | 493 | C8A3AE572A28852D0046E809 /* Sign Python STD */ = { |
506 | 494 | isa = PBXShellScriptBuildPhase; |
507 | 495 | alwaysOutOfDate = 1; |
508 | | - buildActionMask = 2147483647; |
| 496 | + buildActionMask = 8; |
509 | 497 | files = ( |
510 | 498 | ); |
511 | 499 | inputFileListPaths = ( |
|
517 | 505 | ); |
518 | 506 | outputPaths = ( |
519 | 507 | ); |
520 | | - runOnlyForDeploymentPostprocessing = 0; |
| 508 | + runOnlyForDeploymentPostprocessing = 1; |
521 | 509 | shellPath = /bin/sh; |
522 | 510 | 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"; |
523 | 511 | }; |
524 | 512 | C8A3B1782A2894E10046E809 /* Sign Python Site Packages */ = { |
525 | 513 | isa = PBXShellScriptBuildPhase; |
526 | 514 | alwaysOutOfDate = 1; |
527 | | - buildActionMask = 2147483647; |
| 515 | + buildActionMask = 8; |
528 | 516 | files = ( |
529 | 517 | ); |
530 | 518 | inputFileListPaths = ( |
|
536 | 524 | ); |
537 | 525 | outputPaths = ( |
538 | 526 | ); |
539 | | - runOnlyForDeploymentPostprocessing = 0; |
| 527 | + runOnlyForDeploymentPostprocessing = 1; |
540 | 528 | shellPath = /bin/sh; |
541 | 529 | 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"; |
542 | 530 | }; |
|
585 | 573 | isa = PBXSourcesBuildPhase; |
586 | 574 | buildActionMask = 2147483647; |
587 | 575 | files = ( |
588 | | - C8A3AE592A2885A70046E809 /* InitializePython.swift in Sources */, |
589 | 576 | C89E75C32A46FB32000DD64F /* AppDelegate+Menu.swift in Sources */, |
590 | 577 | C861E6202994F63A0056CB02 /* ServiceDelegate.swift in Sources */, |
591 | 578 | C861E6112994F6070056CB02 /* AppDelegate.swift in Sources */, |
|
986 | 973 | /* End XCConfigurationList section */ |
987 | 974 |
|
988 | 975 | /* 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 | + }; |
989 | 984 | C8216B792980373800AD38C7 /* XCRemoteSwiftPackageReference "swift-argument-parser" */ = { |
990 | 985 | isa = XCRemoteSwiftPackageReference; |
991 | 986 | repositoryURL = "https://github.com/apple/swift-argument-parser.git"; |
|
0 commit comments