mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-18 00:54:19 +00:00
Introjucer: minor internal changes.
This commit is contained in:
parent
7d4bbd114a
commit
54bdb48972
5 changed files with 47 additions and 15 deletions
|
|
@ -115,13 +115,6 @@ void Project::setMissingDefaultValues()
|
|||
moveOldPropertyFromProjectToAllExporters (Ids::bigIcon);
|
||||
moveOldPropertyFromProjectToAllExporters (Ids::smallIcon);
|
||||
|
||||
for (Project::ExporterIterator exporter (*this); exporter.next();)
|
||||
if (exporter->getNumConfigurations() == 0)
|
||||
exporter->createDefaultConfigs();
|
||||
|
||||
if (! projectRoot.getChildWithName (Tags::exporters).isValid())
|
||||
createDefaultExporters();
|
||||
|
||||
getProjectType().setMissingProjectProperties (*this);
|
||||
|
||||
if (! projectRoot.hasProperty (Ids::bundleIdentifier))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue