Skip to content

Commit a5b8588

Browse files
committed
Add Mac build files for lfp viewer beta
1 parent 38175d9 commit a5b8588

2 files changed

Lines changed: 226 additions & 0 deletions

File tree

Builds/MacOSX/OpenEphys.xcworkspace/contents.xcworkspacedata

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 223 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,223 @@
1+
// !$*UTF8*$!
2+
{
3+
archiveVersion = 1;
4+
classes = {
5+
};
6+
objectVersion = 46;
7+
objects = {
8+
9+
/* Begin PBXBuildFile section */
10+
D3E60EF61CD198D2003FDF5C /* LfpDisplayCanvas.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D3E60EEF1CD198D2003FDF5C /* LfpDisplayCanvas.cpp */; };
11+
D3E60EF71CD198D2003FDF5C /* LfpDisplayEditor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D3E60EF11CD198D2003FDF5C /* LfpDisplayEditor.cpp */; };
12+
D3E60EF81CD198D2003FDF5C /* LfpDisplayNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D3E60EF31CD198D2003FDF5C /* LfpDisplayNode.cpp */; };
13+
D3E60EF91CD198D2003FDF5C /* OpenEphysLib.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D3E60EF51CD198D2003FDF5C /* OpenEphysLib.cpp */; };
14+
/* End PBXBuildFile section */
15+
16+
/* Begin PBXFileReference section */
17+
D3E60EE51CD19893003FDF5C /* LfpDisplayNodeBeta.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = LfpDisplayNodeBeta.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
18+
D3E60EE81CD19893003FDF5C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
19+
D3E60EEF1CD198D2003FDF5C /* LfpDisplayCanvas.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = LfpDisplayCanvas.cpp; path = ../../../../Source/Plugins/LfpDisplayNodeBeta/LfpDisplayCanvas.cpp; sourceTree = "<group>"; };
20+
D3E60EF01CD198D2003FDF5C /* LfpDisplayCanvas.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = LfpDisplayCanvas.h; path = ../../../../Source/Plugins/LfpDisplayNodeBeta/LfpDisplayCanvas.h; sourceTree = "<group>"; };
21+
D3E60EF11CD198D2003FDF5C /* LfpDisplayEditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = LfpDisplayEditor.cpp; path = ../../../../Source/Plugins/LfpDisplayNodeBeta/LfpDisplayEditor.cpp; sourceTree = "<group>"; };
22+
D3E60EF21CD198D2003FDF5C /* LfpDisplayEditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = LfpDisplayEditor.h; path = ../../../../Source/Plugins/LfpDisplayNodeBeta/LfpDisplayEditor.h; sourceTree = "<group>"; };
23+
D3E60EF31CD198D2003FDF5C /* LfpDisplayNode.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = LfpDisplayNode.cpp; path = ../../../../Source/Plugins/LfpDisplayNodeBeta/LfpDisplayNode.cpp; sourceTree = "<group>"; };
24+
D3E60EF41CD198D2003FDF5C /* LfpDisplayNode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = LfpDisplayNode.h; path = ../../../../Source/Plugins/LfpDisplayNodeBeta/LfpDisplayNode.h; sourceTree = "<group>"; };
25+
D3E60EF51CD198D2003FDF5C /* OpenEphysLib.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = OpenEphysLib.cpp; path = ../../../../Source/Plugins/LfpDisplayNodeBeta/OpenEphysLib.cpp; sourceTree = "<group>"; };
26+
D3E60EFA1CD198E6003FDF5C /* Plugin_Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Plugin_Debug.xcconfig; path = ../Config/Plugin_Debug.xcconfig; sourceTree = "<group>"; };
27+
D3E60EFB1CD198E6003FDF5C /* Plugin_Release.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Plugin_Release.xcconfig; path = ../Config/Plugin_Release.xcconfig; sourceTree = "<group>"; };
28+
/* End PBXFileReference section */
29+
30+
/* Begin PBXFrameworksBuildPhase section */
31+
D3E60EE21CD19893003FDF5C /* Frameworks */ = {
32+
isa = PBXFrameworksBuildPhase;
33+
buildActionMask = 2147483647;
34+
files = (
35+
);
36+
runOnlyForDeploymentPostprocessing = 0;
37+
};
38+
/* End PBXFrameworksBuildPhase section */
39+
40+
/* Begin PBXGroup section */
41+
D3E60EDC1CD19893003FDF5C = {
42+
isa = PBXGroup;
43+
children = (
44+
D3E60F001CD198E9003FDF5C /* Config */,
45+
D3E60EE71CD19893003FDF5C /* LfpDisplayNodeBeta */,
46+
D3E60EE61CD19893003FDF5C /* Products */,
47+
);
48+
sourceTree = "<group>";
49+
};
50+
D3E60EE61CD19893003FDF5C /* Products */ = {
51+
isa = PBXGroup;
52+
children = (
53+
D3E60EE51CD19893003FDF5C /* LfpDisplayNodeBeta.bundle */,
54+
);
55+
name = Products;
56+
sourceTree = "<group>";
57+
};
58+
D3E60EE71CD19893003FDF5C /* LfpDisplayNodeBeta */ = {
59+
isa = PBXGroup;
60+
children = (
61+
D3E60EEE1CD19899003FDF5C /* Source */,
62+
D3E60EE81CD19893003FDF5C /* Info.plist */,
63+
);
64+
path = LfpDisplayNodeBeta;
65+
sourceTree = "<group>";
66+
};
67+
D3E60EEE1CD19899003FDF5C /* Source */ = {
68+
isa = PBXGroup;
69+
children = (
70+
D3E60EEF1CD198D2003FDF5C /* LfpDisplayCanvas.cpp */,
71+
D3E60EF01CD198D2003FDF5C /* LfpDisplayCanvas.h */,
72+
D3E60EF11CD198D2003FDF5C /* LfpDisplayEditor.cpp */,
73+
D3E60EF21CD198D2003FDF5C /* LfpDisplayEditor.h */,
74+
D3E60EF31CD198D2003FDF5C /* LfpDisplayNode.cpp */,
75+
D3E60EF41CD198D2003FDF5C /* LfpDisplayNode.h */,
76+
D3E60EF51CD198D2003FDF5C /* OpenEphysLib.cpp */,
77+
);
78+
name = Source;
79+
path = ..;
80+
sourceTree = "<group>";
81+
};
82+
D3E60F001CD198E9003FDF5C /* Config */ = {
83+
isa = PBXGroup;
84+
children = (
85+
D3E60EFA1CD198E6003FDF5C /* Plugin_Debug.xcconfig */,
86+
D3E60EFB1CD198E6003FDF5C /* Plugin_Release.xcconfig */,
87+
);
88+
name = Config;
89+
sourceTree = "<group>";
90+
};
91+
/* End PBXGroup section */
92+
93+
/* Begin PBXNativeTarget section */
94+
D3E60EE41CD19893003FDF5C /* LfpDisplayNodeBeta */ = {
95+
isa = PBXNativeTarget;
96+
buildConfigurationList = D3E60EEB1CD19893003FDF5C /* Build configuration list for PBXNativeTarget "LfpDisplayNodeBeta" */;
97+
buildPhases = (
98+
D3E60EE11CD19893003FDF5C /* Sources */,
99+
D3E60EE21CD19893003FDF5C /* Frameworks */,
100+
D3E60EE31CD19893003FDF5C /* Resources */,
101+
);
102+
buildRules = (
103+
);
104+
dependencies = (
105+
);
106+
name = LfpDisplayNodeBeta;
107+
productName = LfpDisplayNodeBeta;
108+
productReference = D3E60EE51CD19893003FDF5C /* LfpDisplayNodeBeta.bundle */;
109+
productType = "com.apple.product-type.bundle";
110+
};
111+
/* End PBXNativeTarget section */
112+
113+
/* Begin PBXProject section */
114+
D3E60EDD1CD19893003FDF5C /* Project object */ = {
115+
isa = PBXProject;
116+
attributes = {
117+
LastUpgradeCheck = 0730;
118+
ORGANIZATIONNAME = "open-ephys";
119+
TargetAttributes = {
120+
D3E60EE41CD19893003FDF5C = {
121+
CreatedOnToolsVersion = 7.0;
122+
};
123+
};
124+
};
125+
buildConfigurationList = D3E60EE01CD19893003FDF5C /* Build configuration list for PBXProject "LfpDisplayNodeBeta" */;
126+
compatibilityVersion = "Xcode 3.2";
127+
developmentRegion = English;
128+
hasScannedForEncodings = 0;
129+
knownRegions = (
130+
en,
131+
);
132+
mainGroup = D3E60EDC1CD19893003FDF5C;
133+
productRefGroup = D3E60EE61CD19893003FDF5C /* Products */;
134+
projectDirPath = "";
135+
projectRoot = "";
136+
targets = (
137+
D3E60EE41CD19893003FDF5C /* LfpDisplayNodeBeta */,
138+
);
139+
};
140+
/* End PBXProject section */
141+
142+
/* Begin PBXResourcesBuildPhase section */
143+
D3E60EE31CD19893003FDF5C /* Resources */ = {
144+
isa = PBXResourcesBuildPhase;
145+
buildActionMask = 2147483647;
146+
files = (
147+
);
148+
runOnlyForDeploymentPostprocessing = 0;
149+
};
150+
/* End PBXResourcesBuildPhase section */
151+
152+
/* Begin PBXSourcesBuildPhase section */
153+
D3E60EE11CD19893003FDF5C /* Sources */ = {
154+
isa = PBXSourcesBuildPhase;
155+
buildActionMask = 2147483647;
156+
files = (
157+
D3E60EF71CD198D2003FDF5C /* LfpDisplayEditor.cpp in Sources */,
158+
D3E60EF61CD198D2003FDF5C /* LfpDisplayCanvas.cpp in Sources */,
159+
D3E60EF81CD198D2003FDF5C /* LfpDisplayNode.cpp in Sources */,
160+
D3E60EF91CD198D2003FDF5C /* OpenEphysLib.cpp in Sources */,
161+
);
162+
runOnlyForDeploymentPostprocessing = 0;
163+
};
164+
/* End PBXSourcesBuildPhase section */
165+
166+
/* Begin XCBuildConfiguration section */
167+
D3E60EE91CD19893003FDF5C /* Debug */ = {
168+
isa = XCBuildConfiguration;
169+
baseConfigurationReference = D3E60EFA1CD198E6003FDF5C /* Plugin_Debug.xcconfig */;
170+
buildSettings = {
171+
};
172+
name = Debug;
173+
};
174+
D3E60EEA1CD19893003FDF5C /* Release */ = {
175+
isa = XCBuildConfiguration;
176+
baseConfigurationReference = D3E60EFB1CD198E6003FDF5C /* Plugin_Release.xcconfig */;
177+
buildSettings = {
178+
};
179+
name = Release;
180+
};
181+
D3E60EEC1CD19893003FDF5C /* Debug */ = {
182+
isa = XCBuildConfiguration;
183+
buildSettings = {
184+
INFOPLIST_FILE = LfpDisplayNodeBeta/Info.plist;
185+
PRODUCT_BUNDLE_IDENTIFIER = "open-ephys.LfpDisplayNodeBeta";
186+
PRODUCT_NAME = "$(TARGET_NAME)";
187+
};
188+
name = Debug;
189+
};
190+
D3E60EED1CD19893003FDF5C /* Release */ = {
191+
isa = XCBuildConfiguration;
192+
buildSettings = {
193+
INFOPLIST_FILE = LfpDisplayNodeBeta/Info.plist;
194+
PRODUCT_BUNDLE_IDENTIFIER = "open-ephys.LfpDisplayNodeBeta";
195+
PRODUCT_NAME = "$(TARGET_NAME)";
196+
};
197+
name = Release;
198+
};
199+
/* End XCBuildConfiguration section */
200+
201+
/* Begin XCConfigurationList section */
202+
D3E60EE01CD19893003FDF5C /* Build configuration list for PBXProject "LfpDisplayNodeBeta" */ = {
203+
isa = XCConfigurationList;
204+
buildConfigurations = (
205+
D3E60EE91CD19893003FDF5C /* Debug */,
206+
D3E60EEA1CD19893003FDF5C /* Release */,
207+
);
208+
defaultConfigurationIsVisible = 0;
209+
defaultConfigurationName = Release;
210+
};
211+
D3E60EEB1CD19893003FDF5C /* Build configuration list for PBXNativeTarget "LfpDisplayNodeBeta" */ = {
212+
isa = XCConfigurationList;
213+
buildConfigurations = (
214+
D3E60EEC1CD19893003FDF5C /* Debug */,
215+
D3E60EED1CD19893003FDF5C /* Release */,
216+
);
217+
defaultConfigurationIsVisible = 0;
218+
defaultConfigurationName = Release;
219+
};
220+
/* End XCConfigurationList section */
221+
};
222+
rootObject = D3E60EDD1CD19893003FDF5C /* Project object */;
223+
}

0 commit comments

Comments
 (0)