Browse Source

Projucer: Ensure that custom Xcode schemes are fully removed when the "Keep Custom Xcode Schemes" setting is disabled

tags/2021-05-28
ed 6 years ago
parent
commit
ead04aa9f2
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_Xcode.h

+ 1
- 0
extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_Xcode.h View File

@@ -3280,6 +3280,7 @@ private:
if (! xcuserdataMatchesTargets (xcuserdata))
{
xcuserdata.deleteRecursively();
getProjectBundle().getChildFile ("xcshareddata").getChildFile ("xcschemes").deleteRecursively();
getProjectBundle().getChildFile ("project.xcworkspace").deleteRecursively();
}
}


Loading…
Cancel
Save