|
|
@@ -323,7 +323,7 @@ private: |
|
|
|
dependenciesValue { pipTree, Ids::dependencies_, nullptr, getModulesRequiredForComponent(), "," },
|
|
|
|
exportersValue { pipTree, Ids::exporters, nullptr,
|
|
|
|
StringArray (ProjectExporter::getValueTreeNameForExporter (ProjectExporter::getCurrentPlatformExporterName()).toLowerCase()), "," },
|
|
|
|
moduleFlagsValue { pipTree, Ids::moduleFlags, nullptr },
|
|
|
|
moduleFlagsValue { pipTree, Ids::moduleFlags, nullptr, "JUCE_STRICT_REFCOUNTEDPOINTER=1" },
|
|
|
|
definesValue { pipTree, Ids::defines, nullptr },
|
|
|
|
typeValue { pipTree, Ids::type, nullptr, "Component" },
|
|
|
|
mainClassValue { pipTree, Ids::mainClass, nullptr, "MyComponent" },
|
|
|
|