From ead04aa9f2e3b200be4110f48421c5e737d15fe0 Mon Sep 17 00:00:00 2001 From: ed Date: Tue, 12 Mar 2019 11:46:12 +0000 Subject: [PATCH] Projucer: Ensure that custom Xcode schemes are fully removed when the "Keep Custom Xcode Schemes" setting is disabled --- extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_Xcode.h | 1 + 1 file changed, 1 insertion(+) diff --git a/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_Xcode.h b/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_Xcode.h index 9c813e2d25..868686a617 100644 --- a/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_Xcode.h +++ b/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_Xcode.h @@ -3280,6 +3280,7 @@ private: if (! xcuserdataMatchesTargets (xcuserdata)) { xcuserdata.deleteRecursively(); + getProjectBundle().getChildFile ("xcshareddata").getChildFile ("xcschemes").deleteRecursively(); getProjectBundle().getChildFile ("project.xcworkspace").deleteRecursively(); } }