|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | | - 277C42AE202CC33D00A9FFD6 /* libDspLib.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 277C42AF202CC33D00A9FFD6 /* libDspLib.dylib */; }; |
11 | 10 | E1F558C31C9B20070035F88B /* FilterEditor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E1F558AC1C9B20070035F88B /* FilterEditor.cpp */; }; |
12 | 11 | E1F558C41C9B20070035F88B /* FilterNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E1F558AE1C9B20070035F88B /* FilterNode.cpp */; }; |
13 | 12 | E1F558C61C9B20070035F88B /* OpenEphysLib.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E1F558B11C9B20070035F88B /* OpenEphysLib.cpp */; }; |
14 | 13 | /* End PBXBuildFile section */ |
15 | 14 |
|
16 | 15 | /* Begin PBXFileReference section */ |
17 | | - 277C42AF202CC33D00A9FFD6 /* libDspLib.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; path = libDspLib.dylib; sourceTree = BUILT_PRODUCTS_DIR; }; |
18 | 16 | E1F558751C9B1F920035F88B /* FilterNode.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = FilterNode.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; |
19 | 17 | E1F558781C9B1F920035F88B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
20 | 18 | E1F558801C9B1FDC0035F88B /* Plugin_Debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Plugin_Debug.xcconfig; sourceTree = "<group>"; }; |
|
31 | 29 | isa = PBXFrameworksBuildPhase; |
32 | 30 | buildActionMask = 2147483647; |
33 | 31 | files = ( |
34 | | - 277C42AE202CC33D00A9FFD6 /* libDspLib.dylib in Frameworks */, |
35 | 32 | ); |
36 | 33 | runOnlyForDeploymentPostprocessing = 0; |
37 | 34 | }; |
38 | 35 | /* End PBXFrameworksBuildPhase section */ |
39 | 36 |
|
40 | 37 | /* Begin PBXGroup section */ |
41 | | - 277C42AD202CC33D00A9FFD6 /* Frameworks */ = { |
42 | | - isa = PBXGroup; |
43 | | - children = ( |
44 | | - 277C42AF202CC33D00A9FFD6 /* libDspLib.dylib */, |
45 | | - ); |
46 | | - name = Frameworks; |
47 | | - sourceTree = "<group>"; |
48 | | - }; |
49 | 38 | E1F5586C1C9B1F920035F88B = { |
50 | 39 | isa = PBXGroup; |
51 | 40 | children = ( |
52 | 41 | E1F5587E1C9B1FDC0035F88B /* Config */, |
53 | 42 | E1F558771C9B1F920035F88B /* FilterNode */, |
54 | 43 | E1F558761C9B1F920035F88B /* Products */, |
55 | | - 277C42AD202CC33D00A9FFD6 /* Frameworks */, |
56 | 44 | ); |
57 | 45 | sourceTree = "<group>"; |
58 | 46 | }; |
|
189 | 177 | isa = XCBuildConfiguration; |
190 | 178 | buildSettings = { |
191 | 179 | INFOPLIST_FILE = FilterNode/Info.plist; |
192 | | - LIBRARY_SEARCH_PATHS = "$(CONFIGURATION_BUILD_DIR)/../Frameworks"; |
193 | 180 | PRODUCT_BUNDLE_IDENTIFIER = "org.open-ephys.gui.plugin.FilterNode"; |
194 | 181 | PRODUCT_NAME = "$(TARGET_NAME)"; |
195 | 182 | }; |
|
199 | 186 | isa = XCBuildConfiguration; |
200 | 187 | buildSettings = { |
201 | 188 | INFOPLIST_FILE = FilterNode/Info.plist; |
202 | | - LIBRARY_SEARCH_PATHS = "$(CONFIGURATION_BUILD_DIR)/../Frameworks"; |
203 | 189 | PRODUCT_BUNDLE_IDENTIFIER = "org.open-ephys.gui.plugin.FilterNode"; |
204 | 190 | PRODUCT_NAME = "$(TARGET_NAME)"; |
205 | 191 | }; |
|
0 commit comments