comparison unit-tests/BTrack Tests.xcodeproj/project.pbxproj @ 51:68d01fea1e8d

Added a unit testing project, and did some commenting. Also moved python-module into a modules-and-plug-ins folder
author Adam Stark <adamstark@users.noreply.github.com>
date Tue, 21 Jan 2014 10:24:33 +0000
parents
children 88c8d3862eee
comparison
equal deleted inserted replaced
50:bb3803edaa17 51:68d01fea1e8d
1 // !$*UTF8*$!
2 {
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 46;
7 objects = {
8
9 /* Begin PBXBuildFile section */
10 E38214F0188E7AED00DDD7C8 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E38214EF188E7AED00DDD7C8 /* main.cpp */; };
11 E38214F2188E7AED00DDD7C8 /* BTrack_Tests.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = E38214F1188E7AED00DDD7C8 /* BTrack_Tests.1 */; };
12 E3A45DB9188E7BCD00B48CE4 /* BTrack.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E3A45DB5188E7BCD00B48CE4 /* BTrack.cpp */; };
13 E3A45DBA188E7BCD00B48CE4 /* OnsetDetectionFunction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E3A45DB7188E7BCD00B48CE4 /* OnsetDetectionFunction.cpp */; };
14 /* End PBXBuildFile section */
15
16 /* Begin PBXCopyFilesBuildPhase section */
17 E38214EA188E7AED00DDD7C8 /* CopyFiles */ = {
18 isa = PBXCopyFilesBuildPhase;
19 buildActionMask = 2147483647;
20 dstPath = /usr/share/man/man1/;
21 dstSubfolderSpec = 0;
22 files = (
23 E38214F2188E7AED00DDD7C8 /* BTrack_Tests.1 in CopyFiles */,
24 );
25 runOnlyForDeploymentPostprocessing = 1;
26 };
27 /* End PBXCopyFilesBuildPhase section */
28
29 /* Begin PBXFileReference section */
30 E38214EC188E7AED00DDD7C8 /* BTrack Tests */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "BTrack Tests"; sourceTree = BUILT_PRODUCTS_DIR; };
31 E38214EF188E7AED00DDD7C8 /* main.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
32 E38214F1188E7AED00DDD7C8 /* BTrack_Tests.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = BTrack_Tests.1; sourceTree = "<group>"; };
33 E3A45DB5188E7BCD00B48CE4 /* BTrack.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = BTrack.cpp; sourceTree = "<group>"; };
34 E3A45DB6188E7BCD00B48CE4 /* BTrack.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BTrack.h; sourceTree = "<group>"; };
35 E3A45DB7188E7BCD00B48CE4 /* OnsetDetectionFunction.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OnsetDetectionFunction.cpp; sourceTree = "<group>"; };
36 E3A45DB8188E7BCD00B48CE4 /* OnsetDetectionFunction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OnsetDetectionFunction.h; sourceTree = "<group>"; };
37 /* End PBXFileReference section */
38
39 /* Begin PBXFrameworksBuildPhase section */
40 E38214E9188E7AED00DDD7C8 /* Frameworks */ = {
41 isa = PBXFrameworksBuildPhase;
42 buildActionMask = 2147483647;
43 files = (
44 );
45 runOnlyForDeploymentPostprocessing = 0;
46 };
47 /* End PBXFrameworksBuildPhase section */
48
49 /* Begin PBXGroup section */
50 E38214E3188E7AED00DDD7C8 = {
51 isa = PBXGroup;
52 children = (
53 E38214EE188E7AED00DDD7C8 /* BTrack Tests */,
54 E38214ED188E7AED00DDD7C8 /* Products */,
55 );
56 sourceTree = "<group>";
57 };
58 E38214ED188E7AED00DDD7C8 /* Products */ = {
59 isa = PBXGroup;
60 children = (
61 E38214EC188E7AED00DDD7C8 /* BTrack Tests */,
62 );
63 name = Products;
64 sourceTree = "<group>";
65 };
66 E38214EE188E7AED00DDD7C8 /* BTrack Tests */ = {
67 isa = PBXGroup;
68 children = (
69 E38214EF188E7AED00DDD7C8 /* main.cpp */,
70 E3A45DB4188E7BCD00B48CE4 /* src */,
71 E38214F1188E7AED00DDD7C8 /* BTrack_Tests.1 */,
72 );
73 path = "BTrack Tests";
74 sourceTree = "<group>";
75 };
76 E3A45DB4188E7BCD00B48CE4 /* src */ = {
77 isa = PBXGroup;
78 children = (
79 E3A45DB5188E7BCD00B48CE4 /* BTrack.cpp */,
80 E3A45DB6188E7BCD00B48CE4 /* BTrack.h */,
81 E3A45DB7188E7BCD00B48CE4 /* OnsetDetectionFunction.cpp */,
82 E3A45DB8188E7BCD00B48CE4 /* OnsetDetectionFunction.h */,
83 );
84 name = src;
85 path = ../../src;
86 sourceTree = "<group>";
87 };
88 /* End PBXGroup section */
89
90 /* Begin PBXNativeTarget section */
91 E38214EB188E7AED00DDD7C8 /* BTrack Tests */ = {
92 isa = PBXNativeTarget;
93 buildConfigurationList = E38214F5188E7AED00DDD7C8 /* Build configuration list for PBXNativeTarget "BTrack Tests" */;
94 buildPhases = (
95 E38214E8188E7AED00DDD7C8 /* Sources */,
96 E38214E9188E7AED00DDD7C8 /* Frameworks */,
97 E38214EA188E7AED00DDD7C8 /* CopyFiles */,
98 );
99 buildRules = (
100 );
101 dependencies = (
102 );
103 name = "BTrack Tests";
104 productName = "BTrack Tests";
105 productReference = E38214EC188E7AED00DDD7C8 /* BTrack Tests */;
106 productType = "com.apple.product-type.tool";
107 };
108 /* End PBXNativeTarget section */
109
110 /* Begin PBXProject section */
111 E38214E4188E7AED00DDD7C8 /* Project object */ = {
112 isa = PBXProject;
113 attributes = {
114 LastUpgradeCheck = 0500;
115 ORGANIZATIONNAME = "Adam Stark";
116 };
117 buildConfigurationList = E38214E7188E7AED00DDD7C8 /* Build configuration list for PBXProject "BTrack Tests" */;
118 compatibilityVersion = "Xcode 3.2";
119 developmentRegion = English;
120 hasScannedForEncodings = 0;
121 knownRegions = (
122 en,
123 );
124 mainGroup = E38214E3188E7AED00DDD7C8;
125 productRefGroup = E38214ED188E7AED00DDD7C8 /* Products */;
126 projectDirPath = "";
127 projectRoot = "";
128 targets = (
129 E38214EB188E7AED00DDD7C8 /* BTrack Tests */,
130 );
131 };
132 /* End PBXProject section */
133
134 /* Begin PBXSourcesBuildPhase section */
135 E38214E8188E7AED00DDD7C8 /* Sources */ = {
136 isa = PBXSourcesBuildPhase;
137 buildActionMask = 2147483647;
138 files = (
139 E3A45DBA188E7BCD00B48CE4 /* OnsetDetectionFunction.cpp in Sources */,
140 E3A45DB9188E7BCD00B48CE4 /* BTrack.cpp in Sources */,
141 E38214F0188E7AED00DDD7C8 /* main.cpp in Sources */,
142 );
143 runOnlyForDeploymentPostprocessing = 0;
144 };
145 /* End PBXSourcesBuildPhase section */
146
147 /* Begin XCBuildConfiguration section */
148 E38214F3188E7AED00DDD7C8 /* Debug */ = {
149 isa = XCBuildConfiguration;
150 buildSettings = {
151 ALWAYS_SEARCH_USER_PATHS = NO;
152 CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
153 CLANG_CXX_LIBRARY = "libc++";
154 CLANG_ENABLE_OBJC_ARC = YES;
155 CLANG_WARN_BOOL_CONVERSION = YES;
156 CLANG_WARN_CONSTANT_CONVERSION = YES;
157 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
158 CLANG_WARN_EMPTY_BODY = YES;
159 CLANG_WARN_ENUM_CONVERSION = YES;
160 CLANG_WARN_INT_CONVERSION = YES;
161 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
162 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
163 COPY_PHASE_STRIP = NO;
164 GCC_C_LANGUAGE_STANDARD = gnu99;
165 GCC_DYNAMIC_NO_PIC = NO;
166 GCC_ENABLE_OBJC_EXCEPTIONS = YES;
167 GCC_OPTIMIZATION_LEVEL = 0;
168 GCC_PREPROCESSOR_DEFINITIONS = (
169 "DEBUG=1",
170 "$(inherited)",
171 );
172 GCC_SYMBOLS_PRIVATE_EXTERN = NO;
173 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
174 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
175 GCC_WARN_UNDECLARED_SELECTOR = YES;
176 GCC_WARN_UNINITIALIZED_AUTOS = YES;
177 GCC_WARN_UNUSED_FUNCTION = YES;
178 GCC_WARN_UNUSED_VARIABLE = YES;
179 MACOSX_DEPLOYMENT_TARGET = 10.9;
180 ONLY_ACTIVE_ARCH = YES;
181 SDKROOT = macosx;
182 };
183 name = Debug;
184 };
185 E38214F4188E7AED00DDD7C8 /* Release */ = {
186 isa = XCBuildConfiguration;
187 buildSettings = {
188 ALWAYS_SEARCH_USER_PATHS = NO;
189 CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
190 CLANG_CXX_LIBRARY = "libc++";
191 CLANG_ENABLE_OBJC_ARC = YES;
192 CLANG_WARN_BOOL_CONVERSION = YES;
193 CLANG_WARN_CONSTANT_CONVERSION = YES;
194 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
195 CLANG_WARN_EMPTY_BODY = YES;
196 CLANG_WARN_ENUM_CONVERSION = YES;
197 CLANG_WARN_INT_CONVERSION = YES;
198 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
199 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
200 COPY_PHASE_STRIP = YES;
201 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
202 ENABLE_NS_ASSERTIONS = NO;
203 GCC_C_LANGUAGE_STANDARD = gnu99;
204 GCC_ENABLE_OBJC_EXCEPTIONS = YES;
205 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
206 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
207 GCC_WARN_UNDECLARED_SELECTOR = YES;
208 GCC_WARN_UNINITIALIZED_AUTOS = YES;
209 GCC_WARN_UNUSED_FUNCTION = YES;
210 GCC_WARN_UNUSED_VARIABLE = YES;
211 MACOSX_DEPLOYMENT_TARGET = 10.9;
212 SDKROOT = macosx;
213 };
214 name = Release;
215 };
216 E38214F6188E7AED00DDD7C8 /* Debug */ = {
217 isa = XCBuildConfiguration;
218 buildSettings = {
219 PRODUCT_NAME = "$(TARGET_NAME)";
220 };
221 name = Debug;
222 };
223 E38214F7188E7AED00DDD7C8 /* Release */ = {
224 isa = XCBuildConfiguration;
225 buildSettings = {
226 PRODUCT_NAME = "$(TARGET_NAME)";
227 };
228 name = Release;
229 };
230 /* End XCBuildConfiguration section */
231
232 /* Begin XCConfigurationList section */
233 E38214E7188E7AED00DDD7C8 /* Build configuration list for PBXProject "BTrack Tests" */ = {
234 isa = XCConfigurationList;
235 buildConfigurations = (
236 E38214F3188E7AED00DDD7C8 /* Debug */,
237 E38214F4188E7AED00DDD7C8 /* Release */,
238 );
239 defaultConfigurationIsVisible = 0;
240 defaultConfigurationName = Release;
241 };
242 E38214F5188E7AED00DDD7C8 /* Build configuration list for PBXNativeTarget "BTrack Tests" */ = {
243 isa = XCConfigurationList;
244 buildConfigurations = (
245 E38214F6188E7AED00DDD7C8 /* Debug */,
246 E38214F7188E7AED00DDD7C8 /* Release */,
247 );
248 defaultConfigurationIsVisible = 0;
249 defaultConfigurationName = Release;
250 };
251 /* End XCConfigurationList section */
252 };
253 rootObject = E38214E4188E7AED00DDD7C8 /* Project object */;
254 }