|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + C8009BFF2941C551007AA7E8 /* TurnOnRealtimeSuggestionsCommand.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8009BFE2941C551007AA7E8 /* TurnOnRealtimeSuggestionsCommand.swift */; }; |
| 11 | + C8009C012941C56C007AA7E8 /* TurnOffRealtimeSuggestionsCommand.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8009C002941C56C007AA7E8 /* TurnOffRealtimeSuggestionsCommand.swift */; }; |
| 12 | + C8009C032941C576007AA7E8 /* RealtimeSuggestionCommand.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8009C022941C576007AA7E8 /* RealtimeSuggestionCommand.swift */; }; |
10 | 13 | C814588F2939EFDC00135263 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C814588E2939EFDC00135263 /* Cocoa.framework */; }; |
11 | 14 | C81458942939EFDC00135263 /* SourceEditorExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = C81458932939EFDC00135263 /* SourceEditorExtension.swift */; }; |
12 | 15 | C81458962939EFDC00135263 /* GetSuggestionsCommand.swift in Sources */ = {isa = PBXBuildFile; fileRef = C81458952939EFDC00135263 /* GetSuggestionsCommand.swift */; }; |
|
123 | 126 | /* End PBXCopyFilesBuildPhase section */ |
124 | 127 |
|
125 | 128 | /* Begin PBXFileReference section */ |
| 129 | + C8009BFE2941C551007AA7E8 /* TurnOnRealtimeSuggestionsCommand.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TurnOnRealtimeSuggestionsCommand.swift; sourceTree = "<group>"; }; |
| 130 | + C8009C002941C56C007AA7E8 /* TurnOffRealtimeSuggestionsCommand.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TurnOffRealtimeSuggestionsCommand.swift; sourceTree = "<group>"; }; |
| 131 | + C8009C022941C576007AA7E8 /* RealtimeSuggestionCommand.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RealtimeSuggestionCommand.swift; sourceTree = "<group>"; }; |
126 | 132 | C814588C2939EFDC00135263 /* Copilot.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = Copilot.appex; sourceTree = BUILT_PRODUCTS_DIR; }; |
127 | 133 | C814588E2939EFDC00135263 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; }; |
128 | 134 | C81458902939EFDC00135263 /* XcodeKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XcodeKit.framework; path = Library/Frameworks/XcodeKit.framework; sourceTree = DEVELOPER_DIR; }; |
|
210 | 216 | C87B03A6293B261900C77EAE /* RejectSuggestionCommand.swift */, |
211 | 217 | C87B03A8293B262600C77EAE /* NextSuggestionCommand.swift */, |
212 | 218 | C87B03AA293B262E00C77EAE /* PreviousSuggestionCommand.swift */, |
| 219 | + C8009BFE2941C551007AA7E8 /* TurnOnRealtimeSuggestionsCommand.swift */, |
| 220 | + C8009C002941C56C007AA7E8 /* TurnOffRealtimeSuggestionsCommand.swift */, |
| 221 | + C8009C022941C576007AA7E8 /* RealtimeSuggestionCommand.swift */, |
213 | 222 | C81458972939EFDC00135263 /* Info.plist */, |
214 | 223 | C81458982939EFDC00135263 /* EditorExtension.entitlements */, |
215 | 224 | ); |
|
416 | 425 | isa = PBXSourcesBuildPhase; |
417 | 426 | buildActionMask = 2147483647; |
418 | 427 | files = ( |
| 428 | + C8009C012941C56C007AA7E8 /* TurnOffRealtimeSuggestionsCommand.swift in Sources */, |
419 | 429 | C81458942939EFDC00135263 /* SourceEditorExtension.swift in Sources */, |
420 | 430 | C8520301293C4D9000460097 /* Helpers.swift in Sources */, |
| 431 | + C8009BFF2941C551007AA7E8 /* TurnOnRealtimeSuggestionsCommand.swift in Sources */, |
421 | 432 | C87B03A5293B261200C77EAE /* AcceptSuggestionCommand.swift in Sources */, |
422 | 433 | C87B03A9293B262600C77EAE /* NextSuggestionCommand.swift in Sources */, |
423 | 434 | C87B03AB293B262E00C77EAE /* PreviousSuggestionCommand.swift in Sources */, |
424 | 435 | C87B03A7293B261900C77EAE /* RejectSuggestionCommand.swift in Sources */, |
| 436 | + C8009C032941C576007AA7E8 /* RealtimeSuggestionCommand.swift in Sources */, |
425 | 437 | C81458962939EFDC00135263 /* GetSuggestionsCommand.swift in Sources */, |
426 | 438 | ); |
427 | 439 | runOnlyForDeploymentPostprocessing = 0; |
|
476 | 488 | CURRENT_PROJECT_VERSION = 1; |
477 | 489 | DEVELOPMENT_TEAM = 5YKZ4Y3DAW; |
478 | 490 | ENABLE_HARDENED_RUNTIME = YES; |
479 | | - GENERATE_INFOPLIST_FILE = YES; |
480 | 491 | INFOPLIST_FILE = EditorExtension/Info.plist; |
481 | | - INFOPLIST_KEY_CFBundleDisplayName = "Copilot Dev"; |
| 492 | + INFOPLIST_KEY_CFBundleDisplayName = "$(EXTESNION_BUNDLE_NAME)"; |
482 | 493 | INFOPLIST_KEY_NSHumanReadableCopyright = ""; |
483 | 494 | LD_RUNPATH_SEARCH_PATHS = ( |
484 | 495 | "$(inherited)", |
|
504 | 515 | CURRENT_PROJECT_VERSION = 1; |
505 | 516 | DEVELOPMENT_TEAM = 5YKZ4Y3DAW; |
506 | 517 | ENABLE_HARDENED_RUNTIME = YES; |
507 | | - GENERATE_INFOPLIST_FILE = YES; |
508 | 518 | INFOPLIST_FILE = EditorExtension/Info.plist; |
509 | | - INFOPLIST_KEY_CFBundleDisplayName = Copilot; |
| 519 | + INFOPLIST_KEY_CFBundleDisplayName = "$(EXTESNION_BUNDLE_NAME)"; |
510 | 520 | INFOPLIST_KEY_NSHumanReadableCopyright = ""; |
511 | 521 | LD_RUNPATH_SEARCH_PATHS = ( |
512 | 522 | "$(inherited)", |
|
692 | 702 | ENABLE_PREVIEWS = YES; |
693 | 703 | GENERATE_INFOPLIST_FILE = YES; |
694 | 704 | INFOPLIST_FILE = "Copilot-for-Xcode-Info.plist"; |
| 705 | + INFOPLIST_KEY_LSApplicationCategoryType = ""; |
695 | 706 | INFOPLIST_KEY_NSHumanReadableCopyright = ""; |
696 | 707 | LD_RUNPATH_SEARCH_PATHS = ( |
697 | 708 | "$(inherited)", |
|
723 | 734 | ENABLE_PREVIEWS = YES; |
724 | 735 | GENERATE_INFOPLIST_FILE = YES; |
725 | 736 | INFOPLIST_FILE = "Copilot-for-Xcode-Info.plist"; |
| 737 | + INFOPLIST_KEY_LSApplicationCategoryType = ""; |
726 | 738 | INFOPLIST_KEY_NSHumanReadableCopyright = ""; |
727 | 739 | LD_RUNPATH_SEARCH_PATHS = ( |
728 | 740 | "$(inherited)", |
|
0 commit comments