Skip to content

Commit 80828b0

Browse files
committed
Added Xcode config files for building dylib's that are embedded in open-ephys.app/Contents/Frameworks
1 parent ca279a2 commit 80828b0

3 files changed

Lines changed: 15 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#include "Base.xcconfig"
2+
3+
CONFIGURATION_BUILD_DIR = $(PROJECT_DIR)/../../../build/$(CONFIGURATION)/open-ephys.app/Contents/Frameworks
4+
DYLIB_COMPATIBILITY_VERSION = 1
5+
DYLIB_CURRENT_VERSION = 1
6+
EXECUTABLE_PREFIX = lib
7+
GCC_ENABLE_CPP_EXCEPTIONS = YES
8+
GCC_ENABLE_CPP_RTTI = YES
9+
HEADER_SEARCH_PATHS = ../../../../../JuceLibraryCode ../../../../../JuceLibraryCode/modules ../../../../../Source/Plugins/Headers $(inherited)
10+
INSTALL_PATH = @executable_path/../Frameworks
11+
WRAPPER_EXTENSION = dylib
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#include "Library.xcconfig"
2+
#include "Debug.xcconfig"
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#include "Library.xcconfig"
2+
#include "Release.xcconfig"

0 commit comments

Comments
 (0)