Skip to content

Commit 8417c91

Browse files
committed
Add Xcode files for EvntTrigAvg
1 parent 0a88c0d commit 8417c91

4 files changed

Lines changed: 250 additions & 22 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.

Builds/MacOSX/OpenEphys.xcworkspace/xcshareddata/xcschemes/All.xcscheme

Lines changed: 10 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,10 @@
131131
buildForAnalyzing = "YES">
132132
<BuildableReference
133133
BuildableIdentifier = "primary"
134-
BlueprintIdentifier = "E1F558741C9B1F920035F88B"
135-
BuildableName = "FilterNode.bundle"
136-
BlueprintName = "FilterNode"
137-
ReferencedContainer = "container:Plugins/FilterNode/FilterNode.xcodeproj">
134+
BlueprintIdentifier = "038981D21FA2EFB500D25D7A"
135+
BuildableName = "EvntTrigAvg.bundle"
136+
BlueprintName = "EvntTrigAvg"
137+
ReferencedContainer = "container:Plugins/EvntTrigAvg/EvntTrigAvg.xcodeproj">
138138
</BuildableReference>
139139
</BuildActionEntry>
140140
<BuildActionEntry
@@ -145,10 +145,10 @@
145145
buildForAnalyzing = "YES">
146146
<BuildableReference
147147
BuildableIdentifier = "primary"
148-
BlueprintIdentifier = "E14A22111DA80A9700134197"
149-
BuildableName = "JuliaProcessor.bundle"
150-
BlueprintName = "JuliaProcessor"
151-
ReferencedContainer = "container:Plugins/JuliaProcessor/JuliaProcessor.xcodeproj">
148+
BlueprintIdentifier = "E1F558741C9B1F920035F88B"
149+
BuildableName = "FilterNode.bundle"
150+
BlueprintName = "FilterNode"
151+
ReferencedContainer = "container:Plugins/FilterNode/FilterNode.xcodeproj">
152152
</BuildableReference>
153153
</BuildActionEntry>
154154
<BuildActionEntry
@@ -305,20 +305,6 @@
305305
ReferencedContainer = "container:Plugins/SerialInput/SerialInput.xcodeproj">
306306
</BuildableReference>
307307
</BuildActionEntry>
308-
<BuildActionEntry
309-
buildForTesting = "YES"
310-
buildForRunning = "YES"
311-
buildForProfiling = "YES"
312-
buildForArchiving = "YES"
313-
buildForAnalyzing = "YES">
314-
<BuildableReference
315-
BuildableIdentifier = "primary"
316-
BlueprintIdentifier = "0363EF941CF9D6F90077C530"
317-
BuildableName = "SpikeRaster.bundle"
318-
BlueprintName = "SpikeRaster"
319-
ReferencedContainer = "container:Plugins/SpikeRaster/SpikeRaster.xcodeproj">
320-
</BuildableReference>
321-
</BuildActionEntry>
322308
<BuildActionEntry
323309
buildForTesting = "YES"
324310
buildForRunning = "YES"
@@ -339,6 +325,7 @@
339325
buildConfiguration = "Debug"
340326
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
341327
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
328+
language = ""
342329
shouldUseLaunchSchemeArgsEnv = "YES">
343330
<Testables>
344331
</Testables>
@@ -358,6 +345,7 @@
358345
buildConfiguration = "Debug"
359346
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
360347
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
348+
language = ""
361349
launchStyle = "0"
362350
useCustomWorkingDirectory = "NO"
363351
ignoresPersistentStateOnLaunch = "NO"
Lines changed: 211 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,211 @@
1+
// !$*UTF8*$!
2+
{
3+
archiveVersion = 1;
4+
classes = {
5+
};
6+
objectVersion = 48;
7+
objects = {
8+
9+
/* Begin PBXFileReference section */
10+
038981D31FA2EFB500D25D7A /* EvntTrigAvg.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = EvntTrigAvg.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
11+
038981D61FA2EFB500D25D7A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
12+
038981DD1FA2F00200D25D7A /* EvntTrigAvg.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = EvntTrigAvg.h; path = ../../../../../../Source/Plugins/EvntTrigAvg/EvntTrigAvg.h; sourceTree = "<group>"; };
13+
038981DE1FA2F00200D25D7A /* EvntTrigAvg.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = EvntTrigAvg.cpp; path = ../../../../../../Source/Plugins/EvntTrigAvg/EvntTrigAvg.cpp; sourceTree = "<group>"; };
14+
038981DF1FA2F00200D25D7A /* EvntTrigAvgCanvas.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = EvntTrigAvgCanvas.h; path = ../../../../../../Source/Plugins/EvntTrigAvg/EvntTrigAvgCanvas.h; sourceTree = "<group>"; };
15+
038981E01FA2F00200D25D7A /* EvntTrigAvgEditor.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = EvntTrigAvgEditor.h; path = ../../../../../../Source/Plugins/EvntTrigAvg/EvntTrigAvgEditor.h; sourceTree = "<group>"; };
16+
038981E11FA2F00200D25D7A /* OpenEphysLib.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = OpenEphysLib.cpp; path = ../../../../../../Source/Plugins/EvntTrigAvg/OpenEphysLib.cpp; sourceTree = "<group>"; };
17+
038981E21FA2F00200D25D7A /* EvntTrigAvgEditor.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = EvntTrigAvgEditor.cpp; path = ../../../../../../Source/Plugins/EvntTrigAvg/EvntTrigAvgEditor.cpp; sourceTree = "<group>"; };
18+
038981E31FA2F00300D25D7A /* EvntTrigAvgCanvas.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = EvntTrigAvgCanvas.cpp; path = ../../../../../../Source/Plugins/EvntTrigAvg/EvntTrigAvgCanvas.cpp; sourceTree = "<group>"; };
19+
038981E51FA2F04100D25D7A /* Plugin_Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Plugin_Release.xcconfig; path = ../../Config/Plugin_Release.xcconfig; sourceTree = "<group>"; };
20+
038981E61FA2F04100D25D7A /* Plugin_Debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Plugin_Debug.xcconfig; path = ../../Config/Plugin_Debug.xcconfig; sourceTree = "<group>"; };
21+
/* End PBXFileReference section */
22+
23+
/* Begin PBXFrameworksBuildPhase section */
24+
038981D01FA2EFB500D25D7A /* Frameworks */ = {
25+
isa = PBXFrameworksBuildPhase;
26+
buildActionMask = 2147483647;
27+
files = (
28+
);
29+
runOnlyForDeploymentPostprocessing = 0;
30+
};
31+
/* End PBXFrameworksBuildPhase section */
32+
33+
/* Begin PBXGroup section */
34+
038981CA1FA2EFB500D25D7A = {
35+
isa = PBXGroup;
36+
children = (
37+
038981E41FA2F02500D25D7A /* Config */,
38+
038981D51FA2EFB500D25D7A /* EvntTrigAvg */,
39+
038981D41FA2EFB500D25D7A /* Products */,
40+
);
41+
sourceTree = "<group>";
42+
};
43+
038981D41FA2EFB500D25D7A /* Products */ = {
44+
isa = PBXGroup;
45+
children = (
46+
038981D31FA2EFB500D25D7A /* EvntTrigAvg.bundle */,
47+
);
48+
name = Products;
49+
sourceTree = "<group>";
50+
};
51+
038981D51FA2EFB500D25D7A /* EvntTrigAvg */ = {
52+
isa = PBXGroup;
53+
children = (
54+
038981DC1FA2EFDA00D25D7A /* Source */,
55+
038981D61FA2EFB500D25D7A /* Info.plist */,
56+
);
57+
path = EvntTrigAvg;
58+
sourceTree = "<group>";
59+
};
60+
038981DC1FA2EFDA00D25D7A /* Source */ = {
61+
isa = PBXGroup;
62+
children = (
63+
038981DE1FA2F00200D25D7A /* EvntTrigAvg.cpp */,
64+
038981DD1FA2F00200D25D7A /* EvntTrigAvg.h */,
65+
038981E31FA2F00300D25D7A /* EvntTrigAvgCanvas.cpp */,
66+
038981DF1FA2F00200D25D7A /* EvntTrigAvgCanvas.h */,
67+
038981E21FA2F00200D25D7A /* EvntTrigAvgEditor.cpp */,
68+
038981E01FA2F00200D25D7A /* EvntTrigAvgEditor.h */,
69+
038981E11FA2F00200D25D7A /* OpenEphysLib.cpp */,
70+
);
71+
path = Source;
72+
sourceTree = "<group>";
73+
};
74+
038981E41FA2F02500D25D7A /* Config */ = {
75+
isa = PBXGroup;
76+
children = (
77+
038981E61FA2F04100D25D7A /* Plugin_Debug.xcconfig */,
78+
038981E51FA2F04100D25D7A /* Plugin_Release.xcconfig */,
79+
);
80+
path = Config;
81+
sourceTree = "<group>";
82+
};
83+
/* End PBXGroup section */
84+
85+
/* Begin PBXNativeTarget section */
86+
038981D21FA2EFB500D25D7A /* EvntTrigAvg */ = {
87+
isa = PBXNativeTarget;
88+
buildConfigurationList = 038981D91FA2EFB500D25D7A /* Build configuration list for PBXNativeTarget "EvntTrigAvg" */;
89+
buildPhases = (
90+
038981CF1FA2EFB500D25D7A /* Sources */,
91+
038981D01FA2EFB500D25D7A /* Frameworks */,
92+
038981D11FA2EFB500D25D7A /* Resources */,
93+
);
94+
buildRules = (
95+
);
96+
dependencies = (
97+
);
98+
name = EvntTrigAvg;
99+
productName = EvntTrigAvg;
100+
productReference = 038981D31FA2EFB500D25D7A /* EvntTrigAvg.bundle */;
101+
productType = "com.apple.product-type.bundle";
102+
};
103+
/* End PBXNativeTarget section */
104+
105+
/* Begin PBXProject section */
106+
038981CB1FA2EFB500D25D7A /* Project object */ = {
107+
isa = PBXProject;
108+
attributes = {
109+
LastUpgradeCheck = 0900;
110+
ORGANIZATIONNAME = "Open Ephys";
111+
TargetAttributes = {
112+
038981D21FA2EFB500D25D7A = {
113+
CreatedOnToolsVersion = 9.0.1;
114+
};
115+
};
116+
};
117+
buildConfigurationList = 038981CE1FA2EFB500D25D7A /* Build configuration list for PBXProject "EvntTrigAvg" */;
118+
compatibilityVersion = "Xcode 8.0";
119+
developmentRegion = en;
120+
hasScannedForEncodings = 0;
121+
knownRegions = (
122+
en,
123+
);
124+
mainGroup = 038981CA1FA2EFB500D25D7A;
125+
productRefGroup = 038981D41FA2EFB500D25D7A /* Products */;
126+
projectDirPath = "";
127+
projectRoot = "";
128+
targets = (
129+
038981D21FA2EFB500D25D7A /* EvntTrigAvg */,
130+
);
131+
};
132+
/* End PBXProject section */
133+
134+
/* Begin PBXResourcesBuildPhase section */
135+
038981D11FA2EFB500D25D7A /* Resources */ = {
136+
isa = PBXResourcesBuildPhase;
137+
buildActionMask = 2147483647;
138+
files = (
139+
);
140+
runOnlyForDeploymentPostprocessing = 0;
141+
};
142+
/* End PBXResourcesBuildPhase section */
143+
144+
/* Begin PBXSourcesBuildPhase section */
145+
038981CF1FA2EFB500D25D7A /* Sources */ = {
146+
isa = PBXSourcesBuildPhase;
147+
buildActionMask = 2147483647;
148+
files = (
149+
);
150+
runOnlyForDeploymentPostprocessing = 0;
151+
};
152+
/* End PBXSourcesBuildPhase section */
153+
154+
/* Begin XCBuildConfiguration section */
155+
038981D71FA2EFB500D25D7A /* Debug */ = {
156+
isa = XCBuildConfiguration;
157+
baseConfigurationReference = 038981E61FA2F04100D25D7A /* Plugin_Debug.xcconfig */;
158+
buildSettings = {
159+
};
160+
name = Debug;
161+
};
162+
038981D81FA2EFB500D25D7A /* Release */ = {
163+
isa = XCBuildConfiguration;
164+
baseConfigurationReference = 038981E51FA2F04100D25D7A /* Plugin_Release.xcconfig */;
165+
buildSettings = {
166+
};
167+
name = Release;
168+
};
169+
038981DA1FA2EFB500D25D7A /* Debug */ = {
170+
isa = XCBuildConfiguration;
171+
buildSettings = {
172+
INFOPLIST_FILE = EvntTrigAvg/Info.plist;
173+
PRODUCT_BUNDLE_IDENTIFIER = "open-ephys.EvntTrigAvg";
174+
PRODUCT_NAME = "$(TARGET_NAME)";
175+
};
176+
name = Debug;
177+
};
178+
038981DB1FA2EFB500D25D7A /* Release */ = {
179+
isa = XCBuildConfiguration;
180+
buildSettings = {
181+
INFOPLIST_FILE = EvntTrigAvg/Info.plist;
182+
PRODUCT_BUNDLE_IDENTIFIER = "open-ephys.EvntTrigAvg";
183+
PRODUCT_NAME = "$(TARGET_NAME)";
184+
};
185+
name = Release;
186+
};
187+
/* End XCBuildConfiguration section */
188+
189+
/* Begin XCConfigurationList section */
190+
038981CE1FA2EFB500D25D7A /* Build configuration list for PBXProject "EvntTrigAvg" */ = {
191+
isa = XCConfigurationList;
192+
buildConfigurations = (
193+
038981D71FA2EFB500D25D7A /* Debug */,
194+
038981D81FA2EFB500D25D7A /* Release */,
195+
);
196+
defaultConfigurationIsVisible = 0;
197+
defaultConfigurationName = Release;
198+
};
199+
038981D91FA2EFB500D25D7A /* Build configuration list for PBXNativeTarget "EvntTrigAvg" */ = {
200+
isa = XCConfigurationList;
201+
buildConfigurations = (
202+
038981DA1FA2EFB500D25D7A /* Debug */,
203+
038981DB1FA2EFB500D25D7A /* Release */,
204+
);
205+
defaultConfigurationIsVisible = 0;
206+
defaultConfigurationName = Release;
207+
};
208+
/* End XCConfigurationList section */
209+
};
210+
rootObject = 038981CB1FA2EFB500D25D7A /* Project object */;
211+
}
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>CFBundleDevelopmentRegion</key>
6+
<string>$(DEVELOPMENT_LANGUAGE)</string>
7+
<key>CFBundleExecutable</key>
8+
<string>$(EXECUTABLE_NAME)</string>
9+
<key>CFBundleIdentifier</key>
10+
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
11+
<key>CFBundleInfoDictionaryVersion</key>
12+
<string>6.0</string>
13+
<key>CFBundleName</key>
14+
<string>$(PRODUCT_NAME)</string>
15+
<key>CFBundlePackageType</key>
16+
<string>BNDL</string>
17+
<key>CFBundleShortVersionString</key>
18+
<string>1.0</string>
19+
<key>CFBundleVersion</key>
20+
<string>1</string>
21+
<key>NSHumanReadableCopyright</key>
22+
<string>Copyright © 2017 Open Ephys. All rights reserved.</string>
23+
<key>NSPrincipalClass</key>
24+
<string></string>
25+
</dict>
26+
</plist>

0 commit comments

Comments
 (0)