Skip to content
Snippets Groups Projects
Commit acbebec9 authored by Aaron Cuevas Lopez's avatar Aaron Cuevas Lopez
Browse files

Fix OSX build issues

parent 280cb856
No related branches found
No related tags found
No related merge requests found
......@@ -35,9 +35,6 @@
<FileRef
location = "group:FilterNode/FilterNode.xcodeproj">
</FileRef>
<FileRef
location = "group:JuliaProcessor/JuliaProcessor.xcodeproj">
</FileRef>
<FileRef
location = "group:KWIKFormat/KWIKFormat.xcodeproj">
</FileRef>
......@@ -68,9 +65,6 @@
<FileRef
location = "group:SerialInput/SerialInput.xcodeproj">
</FileRef>
<FileRef
location = "group:SpikeRaster/SpikeRaster.xcodeproj">
</FileRef>
<FileRef
location = "group:SpikeSorter/SpikeSorter.xcodeproj">
</FileRef>
......
......@@ -5,6 +5,8 @@ MAC_PACKAGE_DIR = /opt/local
// Pull in machine-specific settings from git-ignored file, if it exists.
#include "Env.xcconfig"
#include "Base.xcconfig"
CONFIGURATION_BUILD_DIR = $(PROJECT_DIR)/../../build/$(CONFIGURATION)/open-ephys.app/Contents/PlugIns
COPY_PHASE_STRIP = NO
DEBUG_INFORMATION_FORMAT = dwarf
......
......@@ -239,6 +239,7 @@
E1F91DEC1DBE670500FF13EA /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment