|
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 | + C8A3AE592A2885A70046E809 /* InitializePython.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8A3AE582A2885A70046E809 /* InitializePython.swift */; }; |
41 | 42 | C8C8B60929AFA35F00034BEE /* CopilotForXcodeExtensionService.app in Embed XPCService */ = {isa = PBXBuildFile; fileRef = C861E60E2994F6070056CB02 /* CopilotForXcodeExtensionService.app */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; |
42 | 43 | C8DCF00029CE11D500FDDDD7 /* ChatWithSelection.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8DCEFFF29CE11D500FDDDD7 /* ChatWithSelection.swift */; }; |
43 | 44 | /* End PBXBuildFile section */ |
|
143 | 144 | C8189B202938973000C9DCDA /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; }; |
144 | 145 | C8189B222938973000C9DCDA /* Copilot_for_Xcode.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Copilot_for_Xcode.entitlements; sourceTree = "<group>"; }; |
145 | 146 | C8189B282938979000C9DCDA /* Core */ = {isa = PBXFileReference; lastKnownFileType = wrapper; path = Core; sourceTree = "<group>"; }; |
| 147 | + C81D181E2A1B509B006C1B70 /* Tool */ = {isa = PBXFileReference; lastKnownFileType = wrapper; path = Tool; sourceTree = "<group>"; }; |
146 | 148 | C81E867D296FE4420026E908 /* Version.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Version.xcconfig; sourceTree = "<group>"; }; |
147 | 149 | C8216B70298036EC00AD38C7 /* Helper */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = Helper; sourceTree = BUILT_PRODUCTS_DIR; }; |
148 | 150 | C8216B72298036EC00AD38C7 /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = "<group>"; }; |
|
164 | 166 | C87B03A8293B262600C77EAE /* NextSuggestionCommand.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NextSuggestionCommand.swift; sourceTree = "<group>"; }; |
165 | 167 | C87B03AA293B262E00C77EAE /* PreviousSuggestionCommand.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PreviousSuggestionCommand.swift; sourceTree = "<group>"; }; |
166 | 168 | C887BC832965D96000931567 /* DEVELOPMENT.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = DEVELOPMENT.md; sourceTree = "<group>"; }; |
| 169 | + C8A3AE512A2883430046E809 /* Python.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; path = Python.xcframework; sourceTree = "<group>"; }; |
| 170 | + C8A3AE582A2885A70046E809 /* InitializePython.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InitializePython.swift; sourceTree = "<group>"; }; |
| 171 | + C8A3AE5A2A288AF90046E809 /* site-packages */ = {isa = PBXFileReference; lastKnownFileType = folder; path = "site-packages"; sourceTree = "<group>"; }; |
| 172 | + C8A3B1762A288FA90046E809 /* python-stdlib */ = {isa = PBXFileReference; lastKnownFileType = folder; path = "python-stdlib"; sourceTree = "<group>"; }; |
167 | 173 | C8CD828229B88006008D044D /* TestPlan.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; path = TestPlan.xctestplan; sourceTree = "<group>"; }; |
168 | 174 | C8DCEFFF29CE11D500FDDDD7 /* ChatWithSelection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChatWithSelection.swift; sourceTree = "<group>"; }; |
169 | 175 | /* End PBXFileReference section */ |
|
248 | 254 | C81458AD293A009600135263 /* Config.xcconfig */, |
249 | 255 | C81458AE293A009800135263 /* Config.debug.xcconfig */, |
250 | 256 | C8CD828229B88006008D044D /* TestPlan.xctestplan */, |
| 257 | + C81D181E2A1B509B006C1B70 /* Tool */, |
251 | 258 | C8189B282938979000C9DCDA /* Core */, |
252 | 259 | C8189B182938972F00C9DCDA /* Copilot for Xcode */, |
253 | 260 | C81458922939EFDC00135263 /* EditorExtension */, |
254 | 261 | C8216B71298036EC00AD38C7 /* Helper */, |
255 | 262 | C861E60F2994F6070056CB02 /* ExtensionService */, |
| 263 | + C81BBF5A2A2CA0B8000B4F61 /* Python */, |
256 | 264 | C814588D2939EFDC00135263 /* Frameworks */, |
257 | 265 | C8189B172938972F00C9DCDA /* Products */, |
258 | 266 | ); |
|
289 | 297 | path = "Preview Content"; |
290 | 298 | sourceTree = "<group>"; |
291 | 299 | }; |
| 300 | + C81BBF5A2A2CA0B8000B4F61 /* Python */ = { |
| 301 | + isa = PBXGroup; |
| 302 | + children = ( |
| 303 | + C8A3AE512A2883430046E809 /* Python.xcframework */, |
| 304 | + C8A3B1762A288FA90046E809 /* python-stdlib */, |
| 305 | + C8A3AE5A2A288AF90046E809 /* site-packages */, |
| 306 | + ); |
| 307 | + path = Python; |
| 308 | + sourceTree = "<group>"; |
| 309 | + }; |
292 | 310 | C8216B71298036EC00AD38C7 /* Helper */ = { |
293 | 311 | isa = PBXGroup; |
294 | 312 | children = ( |
|
304 | 322 | C81291D92994FE7900196E12 /* Info.plist */, |
305 | 323 | C861E61F2994F6390056CB02 /* ServiceDelegate.swift */, |
306 | 324 | C861E6102994F6070056CB02 /* AppDelegate.swift */, |
| 325 | + C8A3AE582A2885A70046E809 /* InitializePython.swift */, |
307 | 326 | C81291D52994FE6900196E12 /* Main.storyboard */, |
308 | 327 | C861E6142994F6080056CB02 /* Assets.xcassets */, |
309 | 328 | C861E6192994F6080056CB02 /* ExtensionService.entitlements */, |
|
388 | 407 | C861E60A2994F6070056CB02 /* Sources */, |
389 | 408 | C861E60B2994F6070056CB02 /* Frameworks */, |
390 | 409 | C861E60C2994F6070056CB02 /* Resources */, |
| 410 | + C8A3AE572A28852D0046E809 /* Sign Python STD */, |
| 411 | + C8A3B1782A2894E10046E809 /* Sign Python Site Packages */, |
391 | 412 | ); |
392 | 413 | buildRules = ( |
393 | 414 | ); |
|
477 | 498 | }; |
478 | 499 | /* End PBXResourcesBuildPhase section */ |
479 | 500 |
|
| 501 | +/* Begin PBXShellScriptBuildPhase section */ |
| 502 | + C8A3AE572A28852D0046E809 /* Sign Python STD */ = { |
| 503 | + isa = PBXShellScriptBuildPhase; |
| 504 | + alwaysOutOfDate = 1; |
| 505 | + buildActionMask = 2147483647; |
| 506 | + files = ( |
| 507 | + ); |
| 508 | + inputFileListPaths = ( |
| 509 | + ); |
| 510 | + inputPaths = ( |
| 511 | + ); |
| 512 | + name = "Sign Python STD"; |
| 513 | + outputFileListPaths = ( |
| 514 | + ); |
| 515 | + outputPaths = ( |
| 516 | + ); |
| 517 | + runOnlyForDeploymentPostprocessing = 0; |
| 518 | + shellPath = /bin/sh; |
| 519 | + 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"; |
| 520 | + }; |
| 521 | + C8A3B1782A2894E10046E809 /* Sign Python Site Packages */ = { |
| 522 | + isa = PBXShellScriptBuildPhase; |
| 523 | + alwaysOutOfDate = 1; |
| 524 | + buildActionMask = 2147483647; |
| 525 | + files = ( |
| 526 | + ); |
| 527 | + inputFileListPaths = ( |
| 528 | + ); |
| 529 | + inputPaths = ( |
| 530 | + ); |
| 531 | + name = "Sign Python Site Packages"; |
| 532 | + outputFileListPaths = ( |
| 533 | + ); |
| 534 | + outputPaths = ( |
| 535 | + ); |
| 536 | + runOnlyForDeploymentPostprocessing = 0; |
| 537 | + shellPath = /bin/sh; |
| 538 | + 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"; |
| 539 | + }; |
| 540 | +/* End PBXShellScriptBuildPhase section */ |
| 541 | + |
480 | 542 | /* Begin PBXSourcesBuildPhase section */ |
481 | 543 | C81458882939EFDC00135263 /* Sources */ = { |
482 | 544 | isa = PBXSourcesBuildPhase; |
|
520 | 582 | isa = PBXSourcesBuildPhase; |
521 | 583 | buildActionMask = 2147483647; |
522 | 584 | files = ( |
| 585 | + C8A3AE592A2885A70046E809 /* InitializePython.swift in Sources */, |
523 | 586 | C861E6202994F63A0056CB02 /* ServiceDelegate.swift in Sources */, |
524 | 587 | C861E6112994F6070056CB02 /* AppDelegate.swift in Sources */, |
525 | 588 | ); |
|
0 commit comments