|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | | - E1F558B21C9B20070035F88B /* Bessel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E1F558841C9B20070035F88B /* Bessel.cpp */; }; |
11 | | - E1F558B31C9B20070035F88B /* Biquad.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E1F558861C9B20070035F88B /* Biquad.cpp */; }; |
12 | | - E1F558B41C9B20070035F88B /* Butterworth.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E1F558881C9B20070035F88B /* Butterworth.cpp */; }; |
13 | | - E1F558B51C9B20070035F88B /* Cascade.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E1F5588A1C9B20070035F88B /* Cascade.cpp */; }; |
14 | | - E1F558B61C9B20070035F88B /* ChebyshevI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E1F5588C1C9B20070035F88B /* ChebyshevI.cpp */; }; |
15 | | - E1F558B71C9B20070035F88B /* ChebyshevII.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E1F5588E1C9B20070035F88B /* ChebyshevII.cpp */; }; |
16 | | - E1F558B81C9B20070035F88B /* Custom.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E1F558911C9B20070035F88B /* Custom.cpp */; }; |
17 | | - E1F558B91C9B20070035F88B /* Design.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E1F558931C9B20070035F88B /* Design.cpp */; }; |
18 | | - E1F558BB1C9B20070035F88B /* Elliptic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E1F558971C9B20070035F88B /* Elliptic.cpp */; }; |
19 | | - E1F558BC1C9B20070035F88B /* Filter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E1F558991C9B20070035F88B /* Filter.cpp */; }; |
20 | | - E1F558BD1C9B20070035F88B /* Legendre.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E1F5589C1C9B20070035F88B /* Legendre.cpp */; }; |
21 | | - E1F558BE1C9B20070035F88B /* Param.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E1F5589F1C9B20070035F88B /* Param.cpp */; }; |
22 | | - E1F558BF1C9B20070035F88B /* PoleFilter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E1F558A11C9B20070035F88B /* PoleFilter.cpp */; }; |
23 | | - E1F558C01C9B20070035F88B /* RBJ.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E1F558A31C9B20070035F88B /* RBJ.cpp */; }; |
24 | | - E1F558C11C9B20070035F88B /* RootFinder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E1F558A51C9B20070035F88B /* RootFinder.cpp */; }; |
25 | | - E1F558C21C9B20070035F88B /* State.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E1F558A81C9B20070035F88B /* State.cpp */; }; |
26 | 10 | E1F558C31C9B20070035F88B /* FilterEditor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E1F558AC1C9B20070035F88B /* FilterEditor.cpp */; }; |
27 | 11 | E1F558C41C9B20070035F88B /* FilterNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E1F558AE1C9B20070035F88B /* FilterNode.cpp */; }; |
28 | 12 | E1F558C61C9B20070035F88B /* OpenEphysLib.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E1F558B11C9B20070035F88B /* OpenEphysLib.cpp */; }; |
|
33 | 17 | E1F558781C9B1F920035F88B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
34 | 18 | E1F558801C9B1FDC0035F88B /* Plugin_Debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Plugin_Debug.xcconfig; sourceTree = "<group>"; }; |
35 | 19 | E1F558811C9B1FDC0035F88B /* Plugin_Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Plugin_Release.xcconfig; sourceTree = "<group>"; }; |
36 | | - E1F558841C9B20070035F88B /* Bessel.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Bessel.cpp; sourceTree = "<group>"; }; |
37 | | - E1F558851C9B20070035F88B /* Bessel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Bessel.h; sourceTree = "<group>"; }; |
38 | | - E1F558861C9B20070035F88B /* Biquad.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Biquad.cpp; sourceTree = "<group>"; }; |
39 | | - E1F558871C9B20070035F88B /* Biquad.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Biquad.h; sourceTree = "<group>"; }; |
40 | | - E1F558881C9B20070035F88B /* Butterworth.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Butterworth.cpp; sourceTree = "<group>"; }; |
41 | | - E1F558891C9B20070035F88B /* Butterworth.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Butterworth.h; sourceTree = "<group>"; }; |
42 | | - E1F5588A1C9B20070035F88B /* Cascade.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Cascade.cpp; sourceTree = "<group>"; }; |
43 | | - E1F5588B1C9B20070035F88B /* Cascade.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Cascade.h; sourceTree = "<group>"; }; |
44 | | - E1F5588C1C9B20070035F88B /* ChebyshevI.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ChebyshevI.cpp; sourceTree = "<group>"; }; |
45 | | - E1F5588D1C9B20070035F88B /* ChebyshevI.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ChebyshevI.h; sourceTree = "<group>"; }; |
46 | | - E1F5588E1C9B20070035F88B /* ChebyshevII.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ChebyshevII.cpp; sourceTree = "<group>"; }; |
47 | | - E1F5588F1C9B20070035F88B /* ChebyshevII.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ChebyshevII.h; sourceTree = "<group>"; }; |
48 | | - E1F558901C9B20070035F88B /* Common.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Common.h; sourceTree = "<group>"; }; |
49 | | - E1F558911C9B20070035F88B /* Custom.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Custom.cpp; sourceTree = "<group>"; }; |
50 | | - E1F558921C9B20070035F88B /* Custom.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Custom.h; sourceTree = "<group>"; }; |
51 | | - E1F558931C9B20070035F88B /* Design.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Design.cpp; sourceTree = "<group>"; }; |
52 | | - E1F558941C9B20070035F88B /* Design.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Design.h; sourceTree = "<group>"; }; |
53 | | - E1F558961C9B20070035F88B /* Dsp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Dsp.h; sourceTree = "<group>"; }; |
54 | | - E1F558971C9B20070035F88B /* Elliptic.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Elliptic.cpp; sourceTree = "<group>"; }; |
55 | | - E1F558981C9B20070035F88B /* Elliptic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Elliptic.h; sourceTree = "<group>"; }; |
56 | | - E1F558991C9B20070035F88B /* Filter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Filter.cpp; sourceTree = "<group>"; }; |
57 | | - E1F5589A1C9B20070035F88B /* Filter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Filter.h; sourceTree = "<group>"; }; |
58 | | - E1F5589B1C9B20070035F88B /* Layout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Layout.h; sourceTree = "<group>"; }; |
59 | | - E1F5589C1C9B20070035F88B /* Legendre.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Legendre.cpp; sourceTree = "<group>"; }; |
60 | | - E1F5589D1C9B20070035F88B /* Legendre.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Legendre.h; sourceTree = "<group>"; }; |
61 | | - E1F5589E1C9B20070035F88B /* MathSupplement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MathSupplement.h; sourceTree = "<group>"; }; |
62 | | - E1F5589F1C9B20070035F88B /* Param.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Param.cpp; sourceTree = "<group>"; }; |
63 | | - E1F558A01C9B20070035F88B /* Params.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Params.h; sourceTree = "<group>"; }; |
64 | | - E1F558A11C9B20070035F88B /* PoleFilter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PoleFilter.cpp; sourceTree = "<group>"; }; |
65 | | - E1F558A21C9B20070035F88B /* PoleFilter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PoleFilter.h; sourceTree = "<group>"; }; |
66 | | - E1F558A31C9B20070035F88B /* RBJ.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RBJ.cpp; sourceTree = "<group>"; }; |
67 | | - E1F558A41C9B20070035F88B /* RBJ.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RBJ.h; sourceTree = "<group>"; }; |
68 | | - E1F558A51C9B20070035F88B /* RootFinder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RootFinder.cpp; sourceTree = "<group>"; }; |
69 | | - E1F558A61C9B20070035F88B /* RootFinder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RootFinder.h; sourceTree = "<group>"; }; |
70 | | - E1F558A71C9B20070035F88B /* SmoothedFilter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SmoothedFilter.h; sourceTree = "<group>"; }; |
71 | | - E1F558A81C9B20070035F88B /* State.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = State.cpp; sourceTree = "<group>"; }; |
72 | | - E1F558A91C9B20070035F88B /* State.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = State.h; sourceTree = "<group>"; }; |
73 | | - E1F558AA1C9B20070035F88B /* Types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Types.h; sourceTree = "<group>"; }; |
74 | | - E1F558AB1C9B20070035F88B /* Utilities.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Utilities.h; sourceTree = "<group>"; }; |
75 | 20 | E1F558AC1C9B20070035F88B /* FilterEditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = FilterEditor.cpp; sourceTree = "<group>"; }; |
76 | 21 | E1F558AD1C9B20070035F88B /* FilterEditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FilterEditor.h; sourceTree = "<group>"; }; |
77 | 22 | E1F558AE1C9B20070035F88B /* FilterNode.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = FilterNode.cpp; sourceTree = "<group>"; }; |
|
129 | 74 | E1F558821C9B20070035F88B /* Source */ = { |
130 | 75 | isa = PBXGroup; |
131 | 76 | children = ( |
132 | | - E1F558831C9B20070035F88B /* Dsp */, |
133 | 77 | E1F558AD1C9B20070035F88B /* FilterEditor.h */, |
134 | 78 | E1F558AC1C9B20070035F88B /* FilterEditor.cpp */, |
135 | 79 | E1F558AF1C9B20070035F88B /* FilterNode.h */, |
|
140 | 84 | path = ../../../../../Source/Plugins/FilterNode; |
141 | 85 | sourceTree = "<group>"; |
142 | 86 | }; |
143 | | - E1F558831C9B20070035F88B /* Dsp */ = { |
144 | | - isa = PBXGroup; |
145 | | - children = ( |
146 | | - E1F558851C9B20070035F88B /* Bessel.h */, |
147 | | - E1F558841C9B20070035F88B /* Bessel.cpp */, |
148 | | - E1F558871C9B20070035F88B /* Biquad.h */, |
149 | | - E1F558861C9B20070035F88B /* Biquad.cpp */, |
150 | | - E1F558891C9B20070035F88B /* Butterworth.h */, |
151 | | - E1F558881C9B20070035F88B /* Butterworth.cpp */, |
152 | | - E1F5588B1C9B20070035F88B /* Cascade.h */, |
153 | | - E1F5588A1C9B20070035F88B /* Cascade.cpp */, |
154 | | - E1F5588D1C9B20070035F88B /* ChebyshevI.h */, |
155 | | - E1F5588C1C9B20070035F88B /* ChebyshevI.cpp */, |
156 | | - E1F5588F1C9B20070035F88B /* ChebyshevII.h */, |
157 | | - E1F5588E1C9B20070035F88B /* ChebyshevII.cpp */, |
158 | | - E1F558901C9B20070035F88B /* Common.h */, |
159 | | - E1F558921C9B20070035F88B /* Custom.h */, |
160 | | - E1F558911C9B20070035F88B /* Custom.cpp */, |
161 | | - E1F558941C9B20070035F88B /* Design.h */, |
162 | | - E1F558931C9B20070035F88B /* Design.cpp */, |
163 | | - E1F558961C9B20070035F88B /* Dsp.h */, |
164 | | - E1F558981C9B20070035F88B /* Elliptic.h */, |
165 | | - E1F558971C9B20070035F88B /* Elliptic.cpp */, |
166 | | - E1F5589A1C9B20070035F88B /* Filter.h */, |
167 | | - E1F558991C9B20070035F88B /* Filter.cpp */, |
168 | | - E1F5589B1C9B20070035F88B /* Layout.h */, |
169 | | - E1F5589D1C9B20070035F88B /* Legendre.h */, |
170 | | - E1F5589C1C9B20070035F88B /* Legendre.cpp */, |
171 | | - E1F5589E1C9B20070035F88B /* MathSupplement.h */, |
172 | | - E1F558A01C9B20070035F88B /* Params.h */, |
173 | | - E1F5589F1C9B20070035F88B /* Param.cpp */, |
174 | | - E1F558A21C9B20070035F88B /* PoleFilter.h */, |
175 | | - E1F558A11C9B20070035F88B /* PoleFilter.cpp */, |
176 | | - E1F558A41C9B20070035F88B /* RBJ.h */, |
177 | | - E1F558A31C9B20070035F88B /* RBJ.cpp */, |
178 | | - E1F558A61C9B20070035F88B /* RootFinder.h */, |
179 | | - E1F558A51C9B20070035F88B /* RootFinder.cpp */, |
180 | | - E1F558A71C9B20070035F88B /* SmoothedFilter.h */, |
181 | | - E1F558A91C9B20070035F88B /* State.h */, |
182 | | - E1F558A81C9B20070035F88B /* State.cpp */, |
183 | | - E1F558AA1C9B20070035F88B /* Types.h */, |
184 | | - E1F558AB1C9B20070035F88B /* Utilities.h */, |
185 | | - ); |
186 | | - path = Dsp; |
187 | | - sourceTree = "<group>"; |
188 | | - }; |
189 | 87 | /* End PBXGroup section */ |
190 | 88 |
|
191 | 89 | /* Begin PBXNativeTarget section */ |
|
252 | 150 | isa = PBXSourcesBuildPhase; |
253 | 151 | buildActionMask = 2147483647; |
254 | 152 | files = ( |
255 | | - E1F558B51C9B20070035F88B /* Cascade.cpp in Sources */, |
256 | | - E1F558BE1C9B20070035F88B /* Param.cpp in Sources */, |
257 | 153 | E1F558C41C9B20070035F88B /* FilterNode.cpp in Sources */, |
258 | | - E1F558BB1C9B20070035F88B /* Elliptic.cpp in Sources */, |
259 | | - E1F558B41C9B20070035F88B /* Butterworth.cpp in Sources */, |
260 | | - E1F558BC1C9B20070035F88B /* Filter.cpp in Sources */, |
261 | | - E1F558B61C9B20070035F88B /* ChebyshevI.cpp in Sources */, |
262 | | - E1F558C01C9B20070035F88B /* RBJ.cpp in Sources */, |
263 | | - E1F558B81C9B20070035F88B /* Custom.cpp in Sources */, |
264 | | - E1F558B71C9B20070035F88B /* ChebyshevII.cpp in Sources */, |
265 | | - E1F558C21C9B20070035F88B /* State.cpp in Sources */, |
266 | 154 | E1F558C31C9B20070035F88B /* FilterEditor.cpp in Sources */, |
267 | | - E1F558BF1C9B20070035F88B /* PoleFilter.cpp in Sources */, |
268 | | - E1F558C11C9B20070035F88B /* RootFinder.cpp in Sources */, |
269 | | - E1F558B91C9B20070035F88B /* Design.cpp in Sources */, |
270 | | - E1F558B21C9B20070035F88B /* Bessel.cpp in Sources */, |
271 | 155 | E1F558C61C9B20070035F88B /* OpenEphysLib.cpp in Sources */, |
272 | | - E1F558B31C9B20070035F88B /* Biquad.cpp in Sources */, |
273 | | - E1F558BD1C9B20070035F88B /* Legendre.cpp in Sources */, |
274 | 156 | ); |
275 | 157 | runOnlyForDeploymentPostprocessing = 0; |
276 | 158 | }; |
|
0 commit comments