comparison Unit Testing/SoundFieldUnitTest/SoundFieldUnitTest.xcodeproj/project.pbxproj @ 0:2fa9c10568d1

Initial setup.
author martinm_home <martin.morrell@eecs.qmul.ac.uk>
date Tue, 14 Aug 2012 09:34:15 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:2fa9c10568d1
1 // !$*UTF8*$!
2 {
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 45;
7 objects = {
8
9 /* Begin PBXBuildFile section */
10 3E84430B1592427F00A08F7F /* Decoder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3E8443091592427F00A08F7F /* Decoder.cpp */; };
11 8DD76F650486A84900D96B5E /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 08FB7796FE84155DC02AAC07 /* main.cpp */; settings = {ATTRIBUTES = (); }; };
12 8DD76F6A0486A84900D96B5E /* SoundFieldUnitTest.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = C6859E8B029090EE04C91782 /* SoundFieldUnitTest.1 */; };
13 /* End PBXBuildFile section */
14
15 /* Begin PBXCopyFilesBuildPhase section */
16 8DD76F690486A84900D96B5E /* CopyFiles */ = {
17 isa = PBXCopyFilesBuildPhase;
18 buildActionMask = 8;
19 dstPath = /usr/share/man/man1/;
20 dstSubfolderSpec = 0;
21 files = (
22 8DD76F6A0486A84900D96B5E /* SoundFieldUnitTest.1 in CopyFiles */,
23 );
24 runOnlyForDeploymentPostprocessing = 1;
25 };
26 /* End PBXCopyFilesBuildPhase section */
27
28 /* Begin PBXFileReference section */
29 08FB7796FE84155DC02AAC07 /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
30 3E8443091592427F00A08F7F /* Decoder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Decoder.cpp; path = ../../Source/Decoder.cpp; sourceTree = SOURCE_ROOT; };
31 3E84430A1592427F00A08F7F /* Decoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Decoder.h; path = ../../Source/Decoder.h; sourceTree = SOURCE_ROOT; };
32 8DD76F6C0486A84900D96B5E /* SoundFieldUnitTest */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = SoundFieldUnitTest; sourceTree = BUILT_PRODUCTS_DIR; };
33 C6859E8B029090EE04C91782 /* SoundFieldUnitTest.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = SoundFieldUnitTest.1; sourceTree = "<group>"; };
34 /* End PBXFileReference section */
35
36 /* Begin PBXFrameworksBuildPhase section */
37 8DD76F660486A84900D96B5E /* Frameworks */ = {
38 isa = PBXFrameworksBuildPhase;
39 buildActionMask = 2147483647;
40 files = (
41 );
42 runOnlyForDeploymentPostprocessing = 0;
43 };
44 /* End PBXFrameworksBuildPhase section */
45
46 /* Begin PBXGroup section */
47 08FB7794FE84155DC02AAC07 /* SoundFieldUnitTest */ = {
48 isa = PBXGroup;
49 children = (
50 3E8443061592426200A08F7F /* SoundField */,
51 08FB7795FE84155DC02AAC07 /* Source */,
52 C6859E8C029090F304C91782 /* Documentation */,
53 1AB674ADFE9D54B511CA2CBB /* Products */,
54 );
55 name = SoundFieldUnitTest;
56 sourceTree = "<group>";
57 };
58 08FB7795FE84155DC02AAC07 /* Source */ = {
59 isa = PBXGroup;
60 children = (
61 08FB7796FE84155DC02AAC07 /* main.cpp */,
62 );
63 name = Source;
64 sourceTree = "<group>";
65 };
66 1AB674ADFE9D54B511CA2CBB /* Products */ = {
67 isa = PBXGroup;
68 children = (
69 8DD76F6C0486A84900D96B5E /* SoundFieldUnitTest */,
70 );
71 name = Products;
72 sourceTree = "<group>";
73 };
74 3E8443061592426200A08F7F /* SoundField */ = {
75 isa = PBXGroup;
76 children = (
77 3E8443091592427F00A08F7F /* Decoder.cpp */,
78 3E84430A1592427F00A08F7F /* Decoder.h */,
79 );
80 name = SoundField;
81 sourceTree = "<group>";
82 };
83 C6859E8C029090F304C91782 /* Documentation */ = {
84 isa = PBXGroup;
85 children = (
86 C6859E8B029090EE04C91782 /* SoundFieldUnitTest.1 */,
87 );
88 name = Documentation;
89 sourceTree = "<group>";
90 };
91 /* End PBXGroup section */
92
93 /* Begin PBXNativeTarget section */
94 8DD76F620486A84900D96B5E /* SoundFieldUnitTest */ = {
95 isa = PBXNativeTarget;
96 buildConfigurationList = 1DEB923108733DC60010E9CD /* Build configuration list for PBXNativeTarget "SoundFieldUnitTest" */;
97 buildPhases = (
98 8DD76F640486A84900D96B5E /* Sources */,
99 8DD76F660486A84900D96B5E /* Frameworks */,
100 8DD76F690486A84900D96B5E /* CopyFiles */,
101 );
102 buildRules = (
103 );
104 dependencies = (
105 );
106 name = SoundFieldUnitTest;
107 productInstallPath = "$(HOME)/bin";
108 productName = SoundFieldUnitTest;
109 productReference = 8DD76F6C0486A84900D96B5E /* SoundFieldUnitTest */;
110 productType = "com.apple.product-type.tool";
111 };
112 /* End PBXNativeTarget section */
113
114 /* Begin PBXProject section */
115 08FB7793FE84155DC02AAC07 /* Project object */ = {
116 isa = PBXProject;
117 buildConfigurationList = 1DEB923508733DC60010E9CD /* Build configuration list for PBXProject "SoundFieldUnitTest" */;
118 compatibilityVersion = "Xcode 3.1";
119 developmentRegion = English;
120 hasScannedForEncodings = 1;
121 knownRegions = (
122 English,
123 Japanese,
124 French,
125 German,
126 );
127 mainGroup = 08FB7794FE84155DC02AAC07 /* SoundFieldUnitTest */;
128 projectDirPath = "";
129 projectRoot = "";
130 targets = (
131 8DD76F620486A84900D96B5E /* SoundFieldUnitTest */,
132 );
133 };
134 /* End PBXProject section */
135
136 /* Begin PBXSourcesBuildPhase section */
137 8DD76F640486A84900D96B5E /* Sources */ = {
138 isa = PBXSourcesBuildPhase;
139 buildActionMask = 2147483647;
140 files = (
141 8DD76F650486A84900D96B5E /* main.cpp in Sources */,
142 3E84430B1592427F00A08F7F /* Decoder.cpp in Sources */,
143 );
144 runOnlyForDeploymentPostprocessing = 0;
145 };
146 /* End PBXSourcesBuildPhase section */
147
148 /* Begin XCBuildConfiguration section */
149 1DEB923208733DC60010E9CD /* Debug */ = {
150 isa = XCBuildConfiguration;
151 buildSettings = {
152 ALWAYS_SEARCH_USER_PATHS = NO;
153 COPY_PHASE_STRIP = NO;
154 GCC_DYNAMIC_NO_PIC = NO;
155 GCC_ENABLE_FIX_AND_CONTINUE = YES;
156 GCC_MODEL_TUNING = G5;
157 GCC_OPTIMIZATION_LEVEL = 0;
158 INSTALL_PATH = /usr/local/bin;
159 PRODUCT_NAME = SoundFieldUnitTest;
160 };
161 name = Debug;
162 };
163 1DEB923308733DC60010E9CD /* Release */ = {
164 isa = XCBuildConfiguration;
165 buildSettings = {
166 ALWAYS_SEARCH_USER_PATHS = NO;
167 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
168 GCC_MODEL_TUNING = G5;
169 INSTALL_PATH = /usr/local/bin;
170 PRODUCT_NAME = SoundFieldUnitTest;
171 };
172 name = Release;
173 };
174 1DEB923608733DC60010E9CD /* Debug */ = {
175 isa = XCBuildConfiguration;
176 buildSettings = {
177 ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
178 GCC_C_LANGUAGE_STANDARD = gnu99;
179 GCC_OPTIMIZATION_LEVEL = 0;
180 GCC_WARN_ABOUT_RETURN_TYPE = YES;
181 GCC_WARN_UNUSED_VARIABLE = YES;
182 ONLY_ACTIVE_ARCH = YES;
183 PREBINDING = NO;
184 SDKROOT = macosx10.6;
185 };
186 name = Debug;
187 };
188 1DEB923708733DC60010E9CD /* Release */ = {
189 isa = XCBuildConfiguration;
190 buildSettings = {
191 ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
192 GCC_C_LANGUAGE_STANDARD = gnu99;
193 GCC_WARN_ABOUT_RETURN_TYPE = YES;
194 GCC_WARN_UNUSED_VARIABLE = YES;
195 PREBINDING = NO;
196 SDKROOT = macosx10.6;
197 };
198 name = Release;
199 };
200 /* End XCBuildConfiguration section */
201
202 /* Begin XCConfigurationList section */
203 1DEB923108733DC60010E9CD /* Build configuration list for PBXNativeTarget "SoundFieldUnitTest" */ = {
204 isa = XCConfigurationList;
205 buildConfigurations = (
206 1DEB923208733DC60010E9CD /* Debug */,
207 1DEB923308733DC60010E9CD /* Release */,
208 );
209 defaultConfigurationIsVisible = 0;
210 defaultConfigurationName = Release;
211 };
212 1DEB923508733DC60010E9CD /* Build configuration list for PBXProject "SoundFieldUnitTest" */ = {
213 isa = XCConfigurationList;
214 buildConfigurations = (
215 1DEB923608733DC60010E9CD /* Debug */,
216 1DEB923708733DC60010E9CD /* Release */,
217 );
218 defaultConfigurationIsVisible = 0;
219 defaultConfigurationName = Release;
220 };
221 /* End XCConfigurationList section */
222 };
223 rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
224 }