Skip to content

Commit 2250e8e

Browse files
committed
Replace osx frontpanel lib
1 parent cc129c3 commit 2250e8e

4 files changed

Lines changed: 303 additions & 0 deletions

File tree

Lines changed: 277 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,277 @@
1+
// !$*UTF8*$!
2+
{
3+
archiveVersion = 1;
4+
classes = {
5+
};
6+
objectVersion = 48;
7+
objects = {
8+
9+
/* Begin PBXFileReference section */
10+
2749684D2003F902008E0E8D /* RhythmNode.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RhythmNode.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
11+
274968502003F902008E0E8D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
12+
/* End PBXFileReference section */
13+
14+
/* Begin PBXFrameworksBuildPhase section */
15+
2749684A2003F902008E0E8D /* Frameworks */ = {
16+
isa = PBXFrameworksBuildPhase;
17+
buildActionMask = 2147483647;
18+
files = (
19+
);
20+
runOnlyForDeploymentPostprocessing = 0;
21+
};
22+
/* End PBXFrameworksBuildPhase section */
23+
24+
/* Begin PBXGroup section */
25+
274968442003F901008E0E8D = {
26+
isa = PBXGroup;
27+
children = (
28+
2749684F2003F902008E0E8D /* RhythmNode */,
29+
2749684E2003F902008E0E8D /* Products */,
30+
);
31+
sourceTree = "<group>";
32+
};
33+
2749684E2003F902008E0E8D /* Products */ = {
34+
isa = PBXGroup;
35+
children = (
36+
2749684D2003F902008E0E8D /* RhythmNode.bundle */,
37+
);
38+
name = Products;
39+
sourceTree = "<group>";
40+
};
41+
2749684F2003F902008E0E8D /* RhythmNode */ = {
42+
isa = PBXGroup;
43+
children = (
44+
274968502003F902008E0E8D /* Info.plist */,
45+
);
46+
path = RhythmNode;
47+
sourceTree = "<group>";
48+
};
49+
/* End PBXGroup section */
50+
51+
/* Begin PBXNativeTarget section */
52+
2749684C2003F902008E0E8D /* RhythmNode */ = {
53+
isa = PBXNativeTarget;
54+
buildConfigurationList = 274968532003F902008E0E8D /* Build configuration list for PBXNativeTarget "RhythmNode" */;
55+
buildPhases = (
56+
274968492003F902008E0E8D /* Sources */,
57+
2749684A2003F902008E0E8D /* Frameworks */,
58+
2749684B2003F902008E0E8D /* Resources */,
59+
);
60+
buildRules = (
61+
);
62+
dependencies = (
63+
);
64+
name = RhythmNode;
65+
productName = RhythmNode;
66+
productReference = 2749684D2003F902008E0E8D /* RhythmNode.bundle */;
67+
productType = "com.apple.product-type.bundle";
68+
};
69+
/* End PBXNativeTarget section */
70+
71+
/* Begin PBXProject section */
72+
274968452003F901008E0E8D /* Project object */ = {
73+
isa = PBXProject;
74+
attributes = {
75+
LastUpgradeCheck = 0920;
76+
ORGANIZATIONNAME = "Open Ephys";
77+
TargetAttributes = {
78+
2749684C2003F902008E0E8D = {
79+
CreatedOnToolsVersion = 9.2;
80+
ProvisioningStyle = Automatic;
81+
};
82+
};
83+
};
84+
buildConfigurationList = 274968482003F902008E0E8D /* Build configuration list for PBXProject "RhythmNode" */;
85+
compatibilityVersion = "Xcode 8.0";
86+
developmentRegion = en;
87+
hasScannedForEncodings = 0;
88+
knownRegions = (
89+
en,
90+
);
91+
mainGroup = 274968442003F901008E0E8D;
92+
productRefGroup = 2749684E2003F902008E0E8D /* Products */;
93+
projectDirPath = "";
94+
projectRoot = "";
95+
targets = (
96+
2749684C2003F902008E0E8D /* RhythmNode */,
97+
);
98+
};
99+
/* End PBXProject section */
100+
101+
/* Begin PBXResourcesBuildPhase section */
102+
2749684B2003F902008E0E8D /* Resources */ = {
103+
isa = PBXResourcesBuildPhase;
104+
buildActionMask = 2147483647;
105+
files = (
106+
);
107+
runOnlyForDeploymentPostprocessing = 0;
108+
};
109+
/* End PBXResourcesBuildPhase section */
110+
111+
/* Begin PBXSourcesBuildPhase section */
112+
274968492003F902008E0E8D /* Sources */ = {
113+
isa = PBXSourcesBuildPhase;
114+
buildActionMask = 2147483647;
115+
files = (
116+
);
117+
runOnlyForDeploymentPostprocessing = 0;
118+
};
119+
/* End PBXSourcesBuildPhase section */
120+
121+
/* Begin XCBuildConfiguration section */
122+
274968512003F902008E0E8D /* Debug */ = {
123+
isa = XCBuildConfiguration;
124+
buildSettings = {
125+
ALWAYS_SEARCH_USER_PATHS = NO;
126+
CLANG_ANALYZER_NONNULL = YES;
127+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
128+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
129+
CLANG_CXX_LIBRARY = "libc++";
130+
CLANG_ENABLE_MODULES = YES;
131+
CLANG_ENABLE_OBJC_ARC = YES;
132+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
133+
CLANG_WARN_BOOL_CONVERSION = YES;
134+
CLANG_WARN_COMMA = YES;
135+
CLANG_WARN_CONSTANT_CONVERSION = YES;
136+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
137+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
138+
CLANG_WARN_EMPTY_BODY = YES;
139+
CLANG_WARN_ENUM_CONVERSION = YES;
140+
CLANG_WARN_INFINITE_RECURSION = YES;
141+
CLANG_WARN_INT_CONVERSION = YES;
142+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
143+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
144+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
145+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
146+
CLANG_WARN_STRICT_PROTOTYPES = YES;
147+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
148+
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
149+
CLANG_WARN_UNREACHABLE_CODE = YES;
150+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
151+
CODE_SIGN_IDENTITY = "-";
152+
COPY_PHASE_STRIP = NO;
153+
DEBUG_INFORMATION_FORMAT = dwarf;
154+
ENABLE_STRICT_OBJC_MSGSEND = YES;
155+
ENABLE_TESTABILITY = YES;
156+
GCC_C_LANGUAGE_STANDARD = gnu11;
157+
GCC_DYNAMIC_NO_PIC = NO;
158+
GCC_NO_COMMON_BLOCKS = YES;
159+
GCC_OPTIMIZATION_LEVEL = 0;
160+
GCC_PREPROCESSOR_DEFINITIONS = (
161+
"DEBUG=1",
162+
"$(inherited)",
163+
);
164+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
165+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
166+
GCC_WARN_UNDECLARED_SELECTOR = YES;
167+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
168+
GCC_WARN_UNUSED_FUNCTION = YES;
169+
GCC_WARN_UNUSED_VARIABLE = YES;
170+
MACOSX_DEPLOYMENT_TARGET = 10.13;
171+
MTL_ENABLE_DEBUG_INFO = YES;
172+
ONLY_ACTIVE_ARCH = YES;
173+
SDKROOT = macosx;
174+
};
175+
name = Debug;
176+
};
177+
274968522003F902008E0E8D /* Release */ = {
178+
isa = XCBuildConfiguration;
179+
buildSettings = {
180+
ALWAYS_SEARCH_USER_PATHS = NO;
181+
CLANG_ANALYZER_NONNULL = YES;
182+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
183+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
184+
CLANG_CXX_LIBRARY = "libc++";
185+
CLANG_ENABLE_MODULES = YES;
186+
CLANG_ENABLE_OBJC_ARC = YES;
187+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
188+
CLANG_WARN_BOOL_CONVERSION = YES;
189+
CLANG_WARN_COMMA = YES;
190+
CLANG_WARN_CONSTANT_CONVERSION = YES;
191+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
192+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
193+
CLANG_WARN_EMPTY_BODY = YES;
194+
CLANG_WARN_ENUM_CONVERSION = YES;
195+
CLANG_WARN_INFINITE_RECURSION = YES;
196+
CLANG_WARN_INT_CONVERSION = YES;
197+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
198+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
199+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
200+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
201+
CLANG_WARN_STRICT_PROTOTYPES = YES;
202+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
203+
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
204+
CLANG_WARN_UNREACHABLE_CODE = YES;
205+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
206+
CODE_SIGN_IDENTITY = "-";
207+
COPY_PHASE_STRIP = NO;
208+
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
209+
ENABLE_NS_ASSERTIONS = NO;
210+
ENABLE_STRICT_OBJC_MSGSEND = YES;
211+
GCC_C_LANGUAGE_STANDARD = gnu11;
212+
GCC_NO_COMMON_BLOCKS = YES;
213+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
214+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
215+
GCC_WARN_UNDECLARED_SELECTOR = YES;
216+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
217+
GCC_WARN_UNUSED_FUNCTION = YES;
218+
GCC_WARN_UNUSED_VARIABLE = YES;
219+
MACOSX_DEPLOYMENT_TARGET = 10.13;
220+
MTL_ENABLE_DEBUG_INFO = NO;
221+
SDKROOT = macosx;
222+
};
223+
name = Release;
224+
};
225+
274968542003F902008E0E8D /* Debug */ = {
226+
isa = XCBuildConfiguration;
227+
buildSettings = {
228+
CODE_SIGN_STYLE = Automatic;
229+
COMBINE_HIDPI_IMAGES = YES;
230+
INFOPLIST_FILE = RhythmNode/Info.plist;
231+
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
232+
PRODUCT_BUNDLE_IDENTIFIER = com.openephys.RhythmNode;
233+
PRODUCT_NAME = "$(TARGET_NAME)";
234+
SKIP_INSTALL = YES;
235+
WRAPPER_EXTENSION = bundle;
236+
};
237+
name = Debug;
238+
};
239+
274968552003F902008E0E8D /* Release */ = {
240+
isa = XCBuildConfiguration;
241+
buildSettings = {
242+
CODE_SIGN_STYLE = Automatic;
243+
COMBINE_HIDPI_IMAGES = YES;
244+
INFOPLIST_FILE = RhythmNode/Info.plist;
245+
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
246+
PRODUCT_BUNDLE_IDENTIFIER = com.openephys.RhythmNode;
247+
PRODUCT_NAME = "$(TARGET_NAME)";
248+
SKIP_INSTALL = YES;
249+
WRAPPER_EXTENSION = bundle;
250+
};
251+
name = Release;
252+
};
253+
/* End XCBuildConfiguration section */
254+
255+
/* Begin XCConfigurationList section */
256+
274968482003F902008E0E8D /* Build configuration list for PBXProject "RhythmNode" */ = {
257+
isa = XCConfigurationList;
258+
buildConfigurations = (
259+
274968512003F902008E0E8D /* Debug */,
260+
274968522003F902008E0E8D /* Release */,
261+
);
262+
defaultConfigurationIsVisible = 0;
263+
defaultConfigurationName = Release;
264+
};
265+
274968532003F902008E0E8D /* Build configuration list for PBXNativeTarget "RhythmNode" */ = {
266+
isa = XCConfigurationList;
267+
buildConfigurations = (
268+
274968542003F902008E0E8D /* Debug */,
269+
274968552003F902008E0E8D /* Release */,
270+
);
271+
defaultConfigurationIsVisible = 0;
272+
defaultConfigurationName = Release;
273+
};
274+
/* End XCConfigurationList section */
275+
};
276+
rootObject = 274968452003F901008E0E8D /* Project object */;
277+
}
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 © 2018 Open Ephys. All rights reserved.</string>
23+
<key>NSPrincipalClass</key>
24+
<string></string>
25+
</dict>
26+
</plist>
545 KB
Binary file not shown.
-117 KB
Binary file not shown.

0 commit comments

Comments
 (0)