mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-03 03:30:06 +00:00
Introjucer: some preliminary AAX work.
This commit is contained in:
parent
d4deecb2f2
commit
a2845d8895
13 changed files with 113 additions and 40 deletions
|
|
@ -103,7 +103,7 @@ void Project::setMissingDefaultValues()
|
|||
getMainGroup().initialiseMissingProperties();
|
||||
|
||||
if (getDocumentTitle().isEmpty())
|
||||
setTitle ("Juce Project");
|
||||
setTitle ("JUCE Project");
|
||||
|
||||
if (! projectRoot.hasProperty (Ids::projectType))
|
||||
getProjectTypeValue() = ProjectType::getGUIAppTypeName();
|
||||
|
|
@ -117,9 +117,6 @@ void Project::setMissingDefaultValues()
|
|||
|
||||
getProjectType().setMissingProjectProperties (*this);
|
||||
|
||||
if (! projectRoot.hasProperty (Ids::bundleIdentifier))
|
||||
setBundleIdentifierToDefault();
|
||||
|
||||
if (! projectRoot.getChildWithName (Tags::modulesGroup).isValid())
|
||||
addDefaultModules (false);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue