1
0
Fork 0
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:
tpoole 2017-10-06 09:54:32 +01:00
parent 598b791964
commit e85d3aaf1f
15 changed files with 75 additions and 75 deletions

View file

@ -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);