File tree Expand file tree Collapse file tree
Copilot for Xcode.xcodeproj/xcshareddata/xcschemes
Core/Sources/SuggestionWidget/FeatureReducers Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7676 buildConfiguration = " Debug" >
7777 </AnalyzeAction >
7878 <ArchiveAction
79- buildConfiguration = " Debug "
79+ buildConfiguration = " Release "
8080 revealArchiveInOrganizer = " YES" >
8181 </ArchiveAction >
8282</Scheme >
Original file line number Diff line number Diff line change @@ -109,7 +109,9 @@ public struct PanelFeature: ReducerProtocol {
109109 }
110110
111111 case . removeDisplayedContent:
112- // state.content = nil
112+ state. content. error = nil
113+ state. content. promptToCodeGroup. activePromptToCode = nil
114+ state. content. suggestion = nil
113115 return . none
114116
115117 case . sharedPanel( . promptToCodeGroup( . createPromptToCode) ) :
Original file line number Diff line number Diff line change 11APP_VERSION = 0.22.2
2- APP_BUILD = 232
2+ APP_BUILD = 233
You can’t perform that action at this time.
0 commit comments