mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-18 00:54:19 +00:00
Renamed XCode to Xcode in multiple places
This commit is contained in:
parent
598b791964
commit
e85d3aaf1f
15 changed files with 75 additions and 75 deletions
|
|
@ -27,7 +27,7 @@
|
|||
#include "../Application/jucer_Headers.h"
|
||||
#include "jucer_Module.h"
|
||||
#include "../ProjectSaving/jucer_ProjectSaver.h"
|
||||
#include "../ProjectSaving/jucer_ProjectExport_XCode.h"
|
||||
#include "../ProjectSaving/jucer_ProjectExport_Xcode.h"
|
||||
|
||||
//==============================================================================
|
||||
static String trimCommentCharsFromStartOfLine (const String& line)
|
||||
|
|
@ -394,7 +394,7 @@ void LibraryModule::addSettingsForModuleToExporter (ProjectExporter& exporter, P
|
|||
|
||||
if (exporter.isXcode())
|
||||
{
|
||||
auto& xcodeExporter = dynamic_cast<XCodeProjectExporter&> (exporter);
|
||||
auto& xcodeExporter = dynamic_cast<XcodeProjectExporter&> (exporter);
|
||||
|
||||
if (project.isAUPluginHost())
|
||||
xcodeExporter.xcodeFrameworks.addTokens (xcodeExporter.isOSX() ? "AudioUnit CoreAudioKit" : "CoreAudioKit", false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue