mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-08 04:20:09 +00:00
Fix for copying NamedValueSets, removed some win32 DC warnings. Removed the obj-C suffix setting from the jucer's global settings. Updated the Jucer to generate correct iPhone/iPad apps for iOS4. Renamed some of the demo build folders from "iPhone" to "iOS".
This commit is contained in:
parent
e7f4dac9f9
commit
e17dfb559f
46 changed files with 194 additions and 157 deletions
|
|
@ -237,7 +237,6 @@ public:
|
|||
File editorHFile = editorCppFile.withFileExtension (".h");
|
||||
|
||||
project.getProjectType() = Project::audioPlugin;
|
||||
project.getObjectiveCClassSuffix() = project.getProjectUID();
|
||||
|
||||
Project::Item group (project.createNewGroup());
|
||||
project.getMainGroup().addChild (group, 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue