Skip to content

Commit 3d29036

Browse files
committed
Fix Windows/Mac compatibility issues
1 parent e25499d commit 3d29036

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

PluginGenerator/Source/Project Saving/jucer_ProjectExport_MSVC.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class MSVCProjectExporterBase : public ProjectExporter
3131
public:
3232
MSVCProjectExporterBase (Project& p, const ValueTree& t, const char* const folderName)
3333
: ProjectExporter (p, t),
34-
openEphysProjectLocation(project.getProjectRoot(), Ids::msvcOpenEphysProjectLocation, nullptr, "../../../plugin-gui")
34+
openEphysProjectLocation(settings, Ids::msvcOpenEphysProjectLocation, nullptr, "../../../plugin-gui")
3535
{
3636
msvcFolderName = folderName; // Open-Ephys
3737
msvcFolderName += "\\";

PluginGenerator/Source/Project Saving/jucer_ProjectExport_XCode.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@ class XCodeProjectExporter : public ProjectExporter
718718
xcodeFileType = "wrapper.cfbundle";
719719
xcodeBundleExtension = ".bundle";
720720
xcodeProductType = "com.apple.product-type.bundle";
721-
xcodeCopyToProductInstallPathAfterBuild = false;
721+
xcodeCopyToProductInstallPathAfterBuild = true;
722722
break;
723723

724724
default:

0 commit comments

Comments
 (0)