Files
andros 2989d746fa Fix unresponsive account deletion button (App Store 2.1a), bump to build 5
The account deletion button reset credentials synchronously, which
flipped isConfigured to false and tore down the view hosting the
settings sheet mid-dismissal, leaving the sheet stuck on screen so the
button appeared unresponsive.

Now the button shows a confirmation dialog and the credential reset is
deferred until the sheet finishes dismissing. Add a UI test covering the
full delete flow and bump the build number to 5 for resubmission.
2026-07-15 11:44:48 +02:00

117 lines
4.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1430"
version = "1.7">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES"
runPostActionsOnFailure = "NO">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "6632D2A74168C5F479F769BA"
BuildableName = "Dotdenote.app"
BlueprintName = "Dotdenote"
ReferencedContainer = "container:Dotdenote.xcodeproj">
</BuildableReference>
</BuildActionEntry>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "NO"
buildForProfiling = "NO"
buildForArchiving = "NO"
buildForAnalyzing = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "256B5BF9FFB2470B4CC72FAC"
BuildableName = "DotdenoteUITests.xctest"
BlueprintName = "DotdenoteUITests"
ReferencedContainer = "container:Dotdenote.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES"
onlyGenerateCoverageForSpecifiedTargets = "NO">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "6632D2A74168C5F479F769BA"
BuildableName = "Dotdenote.app"
BlueprintName = "Dotdenote"
ReferencedContainer = "container:Dotdenote.xcodeproj">
</BuildableReference>
</MacroExpansion>
<Testables>
<TestableReference
skipped = "NO"
parallelizable = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "256B5BF9FFB2470B4CC72FAC"
BuildableName = "DotdenoteUITests.xctest"
BlueprintName = "DotdenoteUITests"
ReferencedContainer = "container:Dotdenote.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
<CommandLineArguments>
</CommandLineArguments>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "6632D2A74168C5F479F769BA"
BuildableName = "Dotdenote.app"
BlueprintName = "Dotdenote"
ReferencedContainer = "container:Dotdenote.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "6632D2A74168C5F479F769BA"
BuildableName = "Dotdenote.app"
BlueprintName = "Dotdenote"
ReferencedContainer = "container:Dotdenote.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>