1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-17 00:44:19 +00:00

Fix description of exporter setting Duplicate Resources Folder For App Extension in jucer_ProjectExporter_Xcode.h

This commit is contained in:
Noah Dayan 2017-12-21 10:42:34 +00:00
parent 0366ac043f
commit 5dfa8bc707

View file

@ -202,8 +202,8 @@ public:
{
if (getProject().getProjectType().isAudioPlugin())
props.add (new BooleanPropertyComponent (getDuplicateResourcesFolderForAppExtensionValue(),
"Don't add resources folder to app extension", "Enabled"),
"Enable this to prevent the Projucer from creating a resources folder for AUv3 app extensions.");
"Add resources folder to app extension", "Enabled"),
"Enable this to create a resources folder for AUv3 app extensions.");
static const char* deviceFamilies[] = { "iPhone", "iPad", "Universal", nullptr};
static const char* deviceFamilyValues[] = { "1", "2", "1,2" };