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:
parent
0366ac043f
commit
5dfa8bc707
1 changed files with 2 additions and 2 deletions
|
|
@ -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" };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue