diff --git a/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_Xcode.h b/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_Xcode.h index 827cc82777..8ce01ff2f2 100644 --- a/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_Xcode.h +++ b/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_Xcode.h @@ -2220,7 +2220,7 @@ private: && project.getEnabledModules().isModuleEnabled ("juce_audio_plugin_client")) { const auto path = rebaseFromProjectFolderToBuildTarget (getLV2HelperProgramSource()); - addFile (FileOptions().withRelativePath ({ expandPath (path.toUnixStyle()), path.getRoot() }) + addFile (FileOptions().withRelativePath ({ path.toUnixStyle(), path.getRoot() }) .withSkipPCHEnabled (true) .withCompilationEnabled (true) .withInhibitWarningsEnabled (true) @@ -2232,7 +2232,7 @@ private: && project.getEnabledModules().isModuleEnabled ("juce_audio_plugin_client")) { const auto path = rebaseFromProjectFolderToBuildTarget (getVST3HelperProgramSource()); - addFile (FileOptions().withRelativePath ({ expandPath (path.toUnixStyle()), path.getRoot() }) + addFile (FileOptions().withRelativePath ({ path.toUnixStyle(), path.getRoot() }) .withSkipPCHEnabled (true) .withCompilationEnabled (true) .withInhibitWarningsEnabled (true)