Skip to content

Commit b75cbcf

Browse files
committed
Update
1 parent acd7965 commit b75cbcf

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

Copilot for Xcode.xcodeproj/xcshareddata/xcschemes/Copilot for Xcode.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
buildConfiguration = "Debug">
7777
</AnalyzeAction>
7878
<ArchiveAction
79-
buildConfiguration = "Debug"
79+
buildConfiguration = "Release"
8080
revealArchiveInOrganizer = "YES">
8181
</ArchiveAction>
8282
</Scheme>

Core/Sources/SuggestionWidget/FeatureReducers/PanelFeature.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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)):

Version.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
APP_VERSION = 0.22.2
2-
APP_BUILD = 232
2+
APP_BUILD = 233

0 commit comments

Comments
 (0)