|
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; }; |
|
165 | 167 | C87B03B3293B393100C77EAE /* ServiceDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServiceDelegate.swift; sourceTree = "<group>"; }; |
166 | 168 | C87F3E5F293DC600008523E8 /* Section.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Section.swift; sourceTree = "<group>"; }; |
167 | 169 | C87F3E61293DD004008523E8 /* Styles.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Styles.swift; sourceTree = "<group>"; }; |
| 170 | + C887BC832965D96000931567 /* DEVELOPMENT.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = DEVELOPMENT.md; sourceTree = "<group>"; }; |
168 | 171 | /* End PBXFileReference section */ |
169 | 172 |
|
170 | 173 | /* Begin PBXFrameworksBuildPhase section */ |
|
219 | 222 | C8009BFE2941C551007AA7E8 /* TurnOnRealtimeSuggestionsCommand.swift */, |
220 | 223 | C8009C002941C56C007AA7E8 /* TurnOffRealtimeSuggestionsCommand.swift */, |
221 | 224 | C8009C022941C576007AA7E8 /* RealtimeSuggestionCommand.swift */, |
| 225 | + C800DBB0294C624D00B04CAC /* PrefetchSuggestionsCommand.swift */, |
222 | 226 | C81458972939EFDC00135263 /* Info.plist */, |
223 | 227 | C81458982939EFDC00135263 /* EditorExtension.entitlements */, |
224 | 228 | ); |
|
241 | 245 | children = ( |
242 | 246 | C832A47B2940C71D000989F2 /* copilot */, |
243 | 247 | C8520308293D805800460097 /* README.md */, |
| 248 | + C887BC832965D96000931567 /* DEVELOPMENT.md */, |
244 | 249 | C81458AD293A009600135263 /* Config.xcconfig */, |
245 | 250 | C81458AE293A009800135263 /* Config.debug.xcconfig */, |
246 | 251 | C8189B282938979000C9DCDA /* Core */, |
|
434 | 439 | C87B03AB293B262E00C77EAE /* PreviousSuggestionCommand.swift in Sources */, |
435 | 440 | C87B03A7293B261900C77EAE /* RejectSuggestionCommand.swift in Sources */, |
436 | 441 | C8009C032941C576007AA7E8 /* RealtimeSuggestionCommand.swift in Sources */, |
| 442 | + C800DBB1294C624D00B04CAC /* PrefetchSuggestionsCommand.swift in Sources */, |
437 | 443 | C81458962939EFDC00135263 /* GetSuggestionsCommand.swift in Sources */, |
438 | 444 | ); |
439 | 445 | runOnlyForDeploymentPostprocessing = 0; |
|
0 commit comments