|
22 | 22 | C8216B782980370100AD38C7 /* ReloadLaunchAgent.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8216B772980370100AD38C7 /* ReloadLaunchAgent.swift */; }; |
23 | 23 | C8216B7D2980374300AD38C7 /* ArgumentParser in Frameworks */ = {isa = PBXBuildFile; productRef = C8216B7C2980374300AD38C7 /* ArgumentParser */; }; |
24 | 24 | C8216B802980378300AD38C7 /* Helper in Embed XPCService */ = {isa = PBXBuildFile; fileRef = C8216B70298036EC00AD38C7 /* Helper */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; |
| 25 | + C83E5DEB2A38CD000071506D /* site-packages in Resources */ = {isa = PBXBuildFile; fileRef = C83E5DE92A38CD000071506D /* site-packages */; }; |
| 26 | + C83E5DEC2A38CD000071506D /* python-stdlib in Resources */ = {isa = PBXBuildFile; fileRef = C83E5DEA2A38CD000071506D /* python-stdlib */; }; |
25 | 27 | C8520301293C4D9000460097 /* Helpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8520300293C4D9000460097 /* Helpers.swift */; }; |
26 | 28 | C861A6A329E5503F005C41A3 /* PromptToCodeCommand.swift in Sources */ = {isa = PBXBuildFile; fileRef = C861A6A229E5503F005C41A3 /* PromptToCodeCommand.swift */; }; |
27 | 29 | C861E6112994F6070056CB02 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = C861E6102994F6070056CB02 /* AppDelegate.swift */; }; |
|
38 | 40 | C87B03AC293B2CF300C77EAE /* XcodeKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C81458902939EFDC00135263 /* XcodeKit.framework */; }; |
39 | 41 | C87B03AD293B2CF300C77EAE /* XcodeKit.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = C81458902939EFDC00135263 /* XcodeKit.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; |
40 | 42 | C882175C294187EF00A22FD3 /* Client in Frameworks */ = {isa = PBXBuildFile; productRef = C882175B294187EF00A22FD3 /* Client */; }; |
41 | | - C8A3AE592A2885A70046E809 /* InitializePython.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8A3AE582A2885A70046E809 /* InitializePython.swift */; }; |
42 | 43 | C8C8B60929AFA35F00034BEE /* CopilotForXcodeExtensionService.app in Embed XPCService */ = {isa = PBXBuildFile; fileRef = C861E60E2994F6070056CB02 /* CopilotForXcodeExtensionService.app */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; |
43 | 44 | C8DCF00029CE11D500FDDDD7 /* ChatWithSelection.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8DCEFFF29CE11D500FDDDD7 /* ChatWithSelection.swift */; }; |
44 | 45 | /* End PBXBuildFile section */ |
|
150 | 151 | C8216B72298036EC00AD38C7 /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = "<group>"; }; |
151 | 152 | C8216B772980370100AD38C7 /* ReloadLaunchAgent.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReloadLaunchAgent.swift; sourceTree = "<group>"; }; |
152 | 153 | C82E38492A1F025F00D4EADF /* LICENSE */ = {isa = PBXFileReference; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; }; |
| 154 | + C83E3F3E2A38C66D0071506D /* Python */ = {isa = PBXFileReference; lastKnownFileType = wrapper; path = Python; sourceTree = "<group>"; }; |
| 155 | + C83E5DE92A38CD000071506D /* site-packages */ = {isa = PBXFileReference; lastKnownFileType = folder; name = "site-packages"; path = "Python/site-packages"; sourceTree = "<group>"; }; |
| 156 | + C83E5DEA2A38CD000071506D /* python-stdlib */ = {isa = PBXFileReference; lastKnownFileType = folder; name = "python-stdlib"; path = "Python/python-stdlib"; sourceTree = "<group>"; }; |
| 157 | + C83E5DED2A38CD8C0071506D /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; }; |
153 | 158 | C8520300293C4D9000460097 /* Helpers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Helpers.swift; sourceTree = "<group>"; }; |
154 | 159 | C8520308293D805800460097 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; }; |
155 | 160 | C861A6A229E5503F005C41A3 /* PromptToCodeCommand.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PromptToCodeCommand.swift; sourceTree = "<group>"; }; |
|
166 | 171 | C87B03A8293B262600C77EAE /* NextSuggestionCommand.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NextSuggestionCommand.swift; sourceTree = "<group>"; }; |
167 | 172 | C87B03AA293B262E00C77EAE /* PreviousSuggestionCommand.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PreviousSuggestionCommand.swift; sourceTree = "<group>"; }; |
168 | 173 | 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>"; }; |
173 | 174 | C8CD828229B88006008D044D /* TestPlan.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; path = TestPlan.xctestplan; sourceTree = "<group>"; }; |
174 | 175 | C8DCEFFF29CE11D500FDDDD7 /* ChatWithSelection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChatWithSelection.swift; sourceTree = "<group>"; }; |
175 | 176 | /* End PBXFileReference section */ |
|
250 | 251 | C887BC832965D96000931567 /* DEVELOPMENT.md */, |
251 | 252 | C8520308293D805800460097 /* README.md */, |
252 | 253 | C82E38492A1F025F00D4EADF /* LICENSE */, |
| 254 | + C83E5DED2A38CD8C0071506D /* Makefile */, |
253 | 255 | C81E867D296FE4420026E908 /* Version.xcconfig */, |
254 | 256 | C81458AD293A009600135263 /* Config.xcconfig */, |
255 | 257 | C81458AE293A009800135263 /* Config.debug.xcconfig */, |
256 | 258 | C8CD828229B88006008D044D /* TestPlan.xctestplan */, |
| 259 | + C83E3F3E2A38C66D0071506D /* Python */, |
257 | 260 | C81D181E2A1B509B006C1B70 /* Tool */, |
258 | 261 | C8189B282938979000C9DCDA /* Core */, |
259 | 262 | C8189B182938972F00C9DCDA /* Copilot for Xcode */, |
260 | 263 | C81458922939EFDC00135263 /* EditorExtension */, |
261 | 264 | C8216B71298036EC00AD38C7 /* Helper */, |
262 | 265 | C861E60F2994F6070056CB02 /* ExtensionService */, |
263 | | - C81BBF5A2A2CA0B8000B4F61 /* Python */, |
| 266 | + C83E5DEA2A38CD000071506D /* python-stdlib */, |
| 267 | + C83E5DE92A38CD000071506D /* site-packages */, |
264 | 268 | C814588D2939EFDC00135263 /* Frameworks */, |
265 | 269 | C8189B172938972F00C9DCDA /* Products */, |
266 | 270 | ); |
|
297 | 301 | path = "Preview Content"; |
298 | 302 | sourceTree = "<group>"; |
299 | 303 | }; |
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 | | - }; |
310 | 304 | C8216B71298036EC00AD38C7 /* Helper */ = { |
311 | 305 | isa = PBXGroup; |
312 | 306 | children = ( |
|
322 | 316 | C81291D92994FE7900196E12 /* Info.plist */, |
323 | 317 | C861E61F2994F6390056CB02 /* ServiceDelegate.swift */, |
324 | 318 | C861E6102994F6070056CB02 /* AppDelegate.swift */, |
325 | | - C8A3AE582A2885A70046E809 /* InitializePython.swift */, |
326 | 319 | C81291D52994FE6900196E12 /* Main.storyboard */, |
327 | 320 | C861E6142994F6080056CB02 /* Assets.xcassets */, |
328 | 321 | C861E6192994F6080056CB02 /* ExtensionService.entitlements */, |
|
493 | 486 | files = ( |
494 | 487 | C861E6152994F6080056CB02 /* Assets.xcassets in Resources */, |
495 | 488 | C81291D72994FE6900196E12 /* Main.storyboard in Resources */, |
| 489 | + C83E5DEB2A38CD000071506D /* site-packages in Resources */, |
| 490 | + C83E5DEC2A38CD000071506D /* python-stdlib in Resources */, |
496 | 491 | ); |
497 | 492 | runOnlyForDeploymentPostprocessing = 0; |
498 | 493 | }; |
|
516 | 511 | ); |
517 | 512 | runOnlyForDeploymentPostprocessing = 0; |
518 | 513 | 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"; |
| 514 | + 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"; |
520 | 515 | }; |
521 | 516 | C8A3B1782A2894E10046E809 /* Sign Python Site Packages */ = { |
522 | 517 | isa = PBXShellScriptBuildPhase; |
|
535 | 530 | ); |
536 | 531 | runOnlyForDeploymentPostprocessing = 0; |
537 | 532 | 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"; |
| 533 | + 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"; |
539 | 534 | }; |
540 | 535 | /* End PBXShellScriptBuildPhase section */ |
541 | 536 |
|
|
582 | 577 | isa = PBXSourcesBuildPhase; |
583 | 578 | buildActionMask = 2147483647; |
584 | 579 | files = ( |
585 | | - C8A3AE592A2885A70046E809 /* InitializePython.swift in Sources */, |
586 | 580 | C861E6202994F63A0056CB02 /* ServiceDelegate.swift in Sources */, |
587 | 581 | C861E6112994F6070056CB02 /* AppDelegate.swift in Sources */, |
588 | 582 | ); |
|
0 commit comments