|
10 | 10 | C8009BFF2941C551007AA7E8 /* TurnOnRealtimeSuggestionsCommand.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8009BFE2941C551007AA7E8 /* TurnOnRealtimeSuggestionsCommand.swift */; }; |
11 | 11 | C8009C012941C56C007AA7E8 /* TurnOffRealtimeSuggestionsCommand.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8009C002941C56C007AA7E8 /* TurnOffRealtimeSuggestionsCommand.swift */; }; |
12 | 12 | C8009C032941C576007AA7E8 /* RealtimeSuggestionCommand.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8009C022941C576007AA7E8 /* RealtimeSuggestionCommand.swift */; }; |
| 13 | + C800DBB1294C624D00B04CAC /* PrefetchSuggestionsCommand.swift in Sources */ = {isa = PBXBuildFile; fileRef = C800DBB0294C624D00B04CAC /* PrefetchSuggestionsCommand.swift */; }; |
13 | 14 | C814588F2939EFDC00135263 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C814588E2939EFDC00135263 /* Cocoa.framework */; }; |
14 | 15 | C81458942939EFDC00135263 /* SourceEditorExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = C81458932939EFDC00135263 /* SourceEditorExtension.swift */; }; |
15 | 16 | C81458962939EFDC00135263 /* GetSuggestionsCommand.swift in Sources */ = {isa = PBXBuildFile; fileRef = C81458952939EFDC00135263 /* GetSuggestionsCommand.swift */; }; |
|
129 | 130 | C8009BFE2941C551007AA7E8 /* TurnOnRealtimeSuggestionsCommand.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TurnOnRealtimeSuggestionsCommand.swift; sourceTree = "<group>"; }; |
130 | 131 | C8009C002941C56C007AA7E8 /* TurnOffRealtimeSuggestionsCommand.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TurnOffRealtimeSuggestionsCommand.swift; sourceTree = "<group>"; }; |
131 | 132 | C8009C022941C576007AA7E8 /* RealtimeSuggestionCommand.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RealtimeSuggestionCommand.swift; sourceTree = "<group>"; }; |
| 133 | + C800DBB0294C624D00B04CAC /* PrefetchSuggestionsCommand.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PrefetchSuggestionsCommand.swift; sourceTree = "<group>"; }; |
132 | 134 | C814588C2939EFDC00135263 /* Copilot.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = Copilot.appex; sourceTree = BUILT_PRODUCTS_DIR; }; |
133 | 135 | C814588E2939EFDC00135263 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; }; |
134 | 136 | C81458902939EFDC00135263 /* XcodeKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XcodeKit.framework; path = Library/Frameworks/XcodeKit.framework; sourceTree = DEVELOPER_DIR; }; |
|
219 | 221 | C8009BFE2941C551007AA7E8 /* TurnOnRealtimeSuggestionsCommand.swift */, |
220 | 222 | C8009C002941C56C007AA7E8 /* TurnOffRealtimeSuggestionsCommand.swift */, |
221 | 223 | C8009C022941C576007AA7E8 /* RealtimeSuggestionCommand.swift */, |
| 224 | + C800DBB0294C624D00B04CAC /* PrefetchSuggestionsCommand.swift */, |
222 | 225 | C81458972939EFDC00135263 /* Info.plist */, |
223 | 226 | C81458982939EFDC00135263 /* EditorExtension.entitlements */, |
224 | 227 | ); |
|
434 | 437 | C87B03AB293B262E00C77EAE /* PreviousSuggestionCommand.swift in Sources */, |
435 | 438 | C87B03A7293B261900C77EAE /* RejectSuggestionCommand.swift in Sources */, |
436 | 439 | C8009C032941C576007AA7E8 /* RealtimeSuggestionCommand.swift in Sources */, |
| 440 | + C800DBB1294C624D00B04CAC /* PrefetchSuggestionsCommand.swift in Sources */, |
437 | 441 | C81458962939EFDC00135263 /* GetSuggestionsCommand.swift in Sources */, |
438 | 442 | ); |
439 | 443 | runOnlyForDeploymentPostprocessing = 0; |
|
0 commit comments