|
38 | 38 | C87B03AC293B2CF300C77EAE /* XcodeKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C81458902939EFDC00135263 /* XcodeKit.framework */; }; |
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 | + C8A3AE522A2884DA0046E809 /* Python.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = C8A3AE512A2883430046E809 /* Python.xcframework */; }; |
| 42 | + C8A3AE592A2885A70046E809 /* InitializePython.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8A3AE582A2885A70046E809 /* InitializePython.swift */; }; |
| 43 | + C8A3AE5B2A288AF90046E809 /* site-packages in Resources */ = {isa = PBXBuildFile; fileRef = C8A3AE5A2A288AF90046E809 /* site-packages */; }; |
| 44 | + C8A3B1772A288FA90046E809 /* python-stdlib in Resources */ = {isa = PBXBuildFile; fileRef = C8A3B1762A288FA90046E809 /* python-stdlib */; }; |
41 | 45 | C8C8B60929AFA35F00034BEE /* CopilotForXcodeExtensionService.app in Embed XPCService */ = {isa = PBXBuildFile; fileRef = C861E60E2994F6070056CB02 /* CopilotForXcodeExtensionService.app */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; |
42 | 46 | C8DCF00029CE11D500FDDDD7 /* ChatWithSelection.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8DCEFFF29CE11D500FDDDD7 /* ChatWithSelection.swift */; }; |
43 | 47 | /* End PBXBuildFile section */ |
|
165 | 169 | C87B03A8293B262600C77EAE /* NextSuggestionCommand.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NextSuggestionCommand.swift; sourceTree = "<group>"; }; |
166 | 170 | C87B03AA293B262E00C77EAE /* PreviousSuggestionCommand.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PreviousSuggestionCommand.swift; sourceTree = "<group>"; }; |
167 | 171 | C887BC832965D96000931567 /* DEVELOPMENT.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = DEVELOPMENT.md; sourceTree = "<group>"; }; |
| 172 | + C8A3AE512A2883430046E809 /* Python.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; path = Python.xcframework; sourceTree = "<group>"; }; |
| 173 | + C8A3AE582A2885A70046E809 /* InitializePython.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InitializePython.swift; sourceTree = "<group>"; }; |
| 174 | + C8A3AE5A2A288AF90046E809 /* site-packages */ = {isa = PBXFileReference; lastKnownFileType = folder; path = "site-packages"; sourceTree = "<group>"; }; |
| 175 | + C8A3B1762A288FA90046E809 /* python-stdlib */ = {isa = PBXFileReference; lastKnownFileType = folder; path = "python-stdlib"; sourceTree = "<group>"; }; |
168 | 176 | C8CD828229B88006008D044D /* TestPlan.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; path = TestPlan.xctestplan; sourceTree = "<group>"; }; |
169 | 177 | C8DCEFFF29CE11D500FDDDD7 /* ChatWithSelection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChatWithSelection.swift; sourceTree = "<group>"; }; |
170 | 178 | /* End PBXFileReference section */ |
|
201 | 209 | buildActionMask = 2147483647; |
202 | 210 | files = ( |
203 | 211 | C861E61E2994F6150056CB02 /* Service in Frameworks */, |
| 212 | + C8A3AE522A2884DA0046E809 /* Python.xcframework in Frameworks */, |
204 | 213 | ); |
205 | 214 | runOnlyForDeploymentPostprocessing = 0; |
206 | 215 | }; |
|
255 | 264 | C81458922939EFDC00135263 /* EditorExtension */, |
256 | 265 | C8216B71298036EC00AD38C7 /* Helper */, |
257 | 266 | C861E60F2994F6070056CB02 /* ExtensionService */, |
| 267 | + C8A3AE512A2883430046E809 /* Python.xcframework */, |
| 268 | + C8A3B1762A288FA90046E809 /* python-stdlib */, |
| 269 | + C8A3AE5A2A288AF90046E809 /* site-packages */, |
258 | 270 | C814588D2939EFDC00135263 /* Frameworks */, |
259 | 271 | C8189B172938972F00C9DCDA /* Products */, |
260 | 272 | ); |
|
306 | 318 | C81291D92994FE7900196E12 /* Info.plist */, |
307 | 319 | C861E61F2994F6390056CB02 /* ServiceDelegate.swift */, |
308 | 320 | C861E6102994F6070056CB02 /* AppDelegate.swift */, |
| 321 | + C8A3AE582A2885A70046E809 /* InitializePython.swift */, |
309 | 322 | C81291D52994FE6900196E12 /* Main.storyboard */, |
310 | 323 | C861E6142994F6080056CB02 /* Assets.xcassets */, |
311 | 324 | C861E6192994F6080056CB02 /* ExtensionService.entitlements */, |
|
390 | 403 | C861E60A2994F6070056CB02 /* Sources */, |
391 | 404 | C861E60B2994F6070056CB02 /* Frameworks */, |
392 | 405 | C861E60C2994F6070056CB02 /* Resources */, |
| 406 | + C8A3AE572A28852D0046E809 /* Sign Python STD */, |
| 407 | + C8A3B1782A2894E10046E809 /* Sign Python Site Packages */, |
393 | 408 | ); |
394 | 409 | buildRules = ( |
395 | 410 | ); |
|
474 | 489 | files = ( |
475 | 490 | C861E6152994F6080056CB02 /* Assets.xcassets in Resources */, |
476 | 491 | C81291D72994FE6900196E12 /* Main.storyboard in Resources */, |
| 492 | + C8A3B1772A288FA90046E809 /* python-stdlib in Resources */, |
| 493 | + C8A3AE5B2A288AF90046E809 /* site-packages in Resources */, |
477 | 494 | ); |
478 | 495 | runOnlyForDeploymentPostprocessing = 0; |
479 | 496 | }; |
480 | 497 | /* End PBXResourcesBuildPhase section */ |
481 | 498 |
|
| 499 | +/* Begin PBXShellScriptBuildPhase section */ |
| 500 | + C8A3AE572A28852D0046E809 /* Sign Python STD */ = { |
| 501 | + isa = PBXShellScriptBuildPhase; |
| 502 | + buildActionMask = 2147483647; |
| 503 | + files = ( |
| 504 | + ); |
| 505 | + inputFileListPaths = ( |
| 506 | + ); |
| 507 | + inputPaths = ( |
| 508 | + ); |
| 509 | + name = "Sign Python STD"; |
| 510 | + outputFileListPaths = ( |
| 511 | + ); |
| 512 | + outputPaths = ( |
| 513 | + ); |
| 514 | + runOnlyForDeploymentPostprocessing = 0; |
| 515 | + shellPath = /bin/sh; |
| 516 | + shellScript = "set -e\necho \"Signing as $EXPANDED_CODE_SIGN_IDENTITY_NAME ($EXPANDED_CODE_SIGN_IDENTITY)\"\nfind \"$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"; |
| 517 | + }; |
| 518 | + C8A3B1782A2894E10046E809 /* Sign Python Site Packages */ = { |
| 519 | + isa = PBXShellScriptBuildPhase; |
| 520 | + buildActionMask = 2147483647; |
| 521 | + files = ( |
| 522 | + ); |
| 523 | + inputFileListPaths = ( |
| 524 | + ); |
| 525 | + inputPaths = ( |
| 526 | + ); |
| 527 | + name = "Sign Python Site Packages"; |
| 528 | + outputFileListPaths = ( |
| 529 | + ); |
| 530 | + outputPaths = ( |
| 531 | + ); |
| 532 | + runOnlyForDeploymentPostprocessing = 0; |
| 533 | + shellPath = /bin/sh; |
| 534 | + shellScript = "set -e\necho \"Signing as $EXPANDED_CODE_SIGN_IDENTITY_NAME ($EXPANDED_CODE_SIGN_IDENTITY)\"\nfind \"$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"; |
| 535 | + }; |
| 536 | +/* End PBXShellScriptBuildPhase section */ |
| 537 | + |
482 | 538 | /* Begin PBXSourcesBuildPhase section */ |
483 | 539 | C81458882939EFDC00135263 /* Sources */ = { |
484 | 540 | isa = PBXSourcesBuildPhase; |
|
522 | 578 | isa = PBXSourcesBuildPhase; |
523 | 579 | buildActionMask = 2147483647; |
524 | 580 | files = ( |
| 581 | + C8A3AE592A2885A70046E809 /* InitializePython.swift in Sources */, |
525 | 582 | C861E6202994F63A0056CB02 /* ServiceDelegate.swift in Sources */, |
526 | 583 | C861E6112994F6070056CB02 /* AppDelegate.swift in Sources */, |
527 | 584 | ); |
|
0 commit comments