Move the sources to trunk
[opencv] / samples / MacOSX / FaceTracker / FaceTracker.xcodeproj / project.pbxproj
1 // !$*UTF8*$!
2 {
3         archiveVersion = 1;
4         classes = {
5         };
6         objectVersion = 42;
7         objects = {
8
9 /* Begin PBXBuildFile section */
10                 4D7DBE8E0C04A90C00D8835D /* FaceTracker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 08FB7796FE84155DC02AAC07 /* FaceTracker.cpp */; };
11                 4D95C9BE0C0577B200983E4D /* OpenCV.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4D06E1E00C039982004AF23F /* OpenCV.framework */; };
12                 4D95C9D80C0577BD00983E4D /* OpenCV.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 4D06E1E00C039982004AF23F /* OpenCV.framework */; };
13                 4DBF87310C05731500880673 /* haarcascade_frontalface_alt2.xml in Resources */ = {isa = PBXBuildFile; fileRef = 4DBF87300C05731500880673 /* haarcascade_frontalface_alt2.xml */; };
14 /* End PBXBuildFile section */
15
16 /* Begin PBXCopyFilesBuildPhase section */
17                 4D7DBE8F0C04A93300D8835D /* CopyFiles */ = {
18                         isa = PBXCopyFilesBuildPhase;
19                         buildActionMask = 2147483647;
20                         dstPath = "";
21                         dstSubfolderSpec = 10;
22                         files = (
23                                 4D95C9D80C0577BD00983E4D /* OpenCV.framework in CopyFiles */,
24                         );
25                         runOnlyForDeploymentPostprocessing = 0;
26                 };
27 /* End PBXCopyFilesBuildPhase section */
28
29 /* Begin PBXFileReference section */
30                 08FB7796FE84155DC02AAC07 /* FaceTracker.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = FaceTracker.cpp; sourceTree = "<group>"; };
31                 4D06E1E00C039982004AF23F /* OpenCV.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenCV.framework; path = ../../../OpenCV.framework; sourceTree = SOURCE_ROOT; };
32                 4D4CDBCC0C0630060001A8A2 /* README.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.txt; sourceTree = "<group>"; };
33                 4D7DBE570C04A8FF00D8835D /* FaceTracker.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = FaceTracker.app; sourceTree = BUILT_PRODUCTS_DIR; };
34                 4D7DBE590C04A8FF00D8835D /* FaceTracker-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = "FaceTracker-Info.plist"; sourceTree = "<group>"; };
35                 4DBF87300C05731500880673 /* haarcascade_frontalface_alt2.xml */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.xml; name = haarcascade_frontalface_alt2.xml; path = ../../../data/haarcascades/haarcascade_frontalface_alt2.xml; sourceTree = SOURCE_ROOT; };
36 /* End PBXFileReference section */
37
38 /* Begin PBXFrameworksBuildPhase section */
39                 4D7DBE550C04A8FF00D8835D /* Frameworks */ = {
40                         isa = PBXFrameworksBuildPhase;
41                         buildActionMask = 2147483647;
42                         files = (
43                                 4D95C9BE0C0577B200983E4D /* OpenCV.framework in Frameworks */,
44                         );
45                         runOnlyForDeploymentPostprocessing = 0;
46                 };
47 /* End PBXFrameworksBuildPhase section */
48
49 /* Begin PBXGroup section */
50                 08FB7794FE84155DC02AAC07 /* FrameworkTest */ = {
51                         isa = PBXGroup;
52                         children = (
53                                 4D4CDBCC0C0630060001A8A2 /* README.txt */,
54                                 08FB7795FE84155DC02AAC07 /* Source */,
55                                 4DBF872C0C0572BC00880673 /* Resources */,
56                                 4D9D40B00C04AC1600EEFFD0 /* Frameworks */,
57                                 1AB674ADFE9D54B511CA2CBB /* Products */,
58                         );
59                         name = FrameworkTest;
60                         sourceTree = "<group>";
61                 };
62                 08FB7795FE84155DC02AAC07 /* Source */ = {
63                         isa = PBXGroup;
64                         children = (
65                                 08FB7796FE84155DC02AAC07 /* FaceTracker.cpp */,
66                         );
67                         name = Source;
68                         sourceTree = "<group>";
69                 };
70                 1AB674ADFE9D54B511CA2CBB /* Products */ = {
71                         isa = PBXGroup;
72                         children = (
73                                 4D7DBE570C04A8FF00D8835D /* FaceTracker.app */,
74                         );
75                         name = Products;
76                         sourceTree = "<group>";
77                 };
78                 4D9D40B00C04AC1600EEFFD0 /* Frameworks */ = {
79                         isa = PBXGroup;
80                         children = (
81                                 4D06E1E00C039982004AF23F /* OpenCV.framework */,
82                         );
83                         name = Frameworks;
84                         sourceTree = "<group>";
85                 };
86                 4DBF872C0C0572BC00880673 /* Resources */ = {
87                         isa = PBXGroup;
88                         children = (
89                                 4DBF87300C05731500880673 /* haarcascade_frontalface_alt2.xml */,
90                                 4D7DBE590C04A8FF00D8835D /* FaceTracker-Info.plist */,
91                         );
92                         name = Resources;
93                         sourceTree = "<group>";
94                 };
95 /* End PBXGroup section */
96
97 /* Begin PBXNativeTarget section */
98                 4D7DBE560C04A8FF00D8835D /* FaceTracker */ = {
99                         isa = PBXNativeTarget;
100                         buildConfigurationList = 4D7DBE5A0C04A8FF00D8835D /* Build configuration list for PBXNativeTarget "FaceTracker" */;
101                         buildPhases = (
102                                 4D7DBE530C04A8FF00D8835D /* Resources */,
103                                 4D7DBE540C04A8FF00D8835D /* Sources */,
104                                 4D7DBE550C04A8FF00D8835D /* Frameworks */,
105                                 4D7DBE8F0C04A93300D8835D /* CopyFiles */,
106                         );
107                         buildRules = (
108                         );
109                         dependencies = (
110                         );
111                         name = FaceTracker;
112                         productName = FaceTracker;
113                         productReference = 4D7DBE570C04A8FF00D8835D /* FaceTracker.app */;
114                         productType = "com.apple.product-type.application";
115                 };
116 /* End PBXNativeTarget section */
117
118 /* Begin PBXProject section */
119                 08FB7793FE84155DC02AAC07 /* Project object */ = {
120                         isa = PBXProject;
121                         buildConfigurationList = 1DEB923508733DC60010E9CD /* Build configuration list for PBXProject "FaceTracker" */;
122                         hasScannedForEncodings = 1;
123                         mainGroup = 08FB7794FE84155DC02AAC07 /* FrameworkTest */;
124                         projectDirPath = "";
125                         targets = (
126                                 4D7DBE560C04A8FF00D8835D /* FaceTracker */,
127                         );
128                 };
129 /* End PBXProject section */
130
131 /* Begin PBXResourcesBuildPhase section */
132                 4D7DBE530C04A8FF00D8835D /* Resources */ = {
133                         isa = PBXResourcesBuildPhase;
134                         buildActionMask = 2147483647;
135                         files = (
136                                 4DBF87310C05731500880673 /* haarcascade_frontalface_alt2.xml in Resources */,
137                         );
138                         runOnlyForDeploymentPostprocessing = 0;
139                 };
140 /* End PBXResourcesBuildPhase section */
141
142 /* Begin PBXSourcesBuildPhase section */
143                 4D7DBE540C04A8FF00D8835D /* Sources */ = {
144                         isa = PBXSourcesBuildPhase;
145                         buildActionMask = 2147483647;
146                         files = (
147                                 4D7DBE8E0C04A90C00D8835D /* FaceTracker.cpp in Sources */,
148                         );
149                         runOnlyForDeploymentPostprocessing = 0;
150                 };
151 /* End PBXSourcesBuildPhase section */
152
153 /* Begin XCBuildConfiguration section */
154                 1DEB923608733DC60010E9CD /* Debug */ = {
155                         isa = XCBuildConfiguration;
156                         buildSettings = {
157                                 GCC_WARN_ABOUT_RETURN_TYPE = YES;
158                                 GCC_WARN_UNUSED_VARIABLE = YES;
159                                 PREBINDING = NO;
160                                 SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
161                         };
162                         name = Debug;
163                 };
164                 1DEB923708733DC60010E9CD /* Release */ = {
165                         isa = XCBuildConfiguration;
166                         buildSettings = {
167                                 ARCHS = (
168                                         ppc,
169                                         i386,
170                                 );
171                                 GCC_WARN_ABOUT_RETURN_TYPE = YES;
172                                 GCC_WARN_UNUSED_VARIABLE = YES;
173                                 PREBINDING = NO;
174                                 SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
175                         };
176                         name = Release;
177                 };
178                 4D7DBE5B0C04A8FF00D8835D /* Debug */ = {
179                         isa = XCBuildConfiguration;
180                         buildSettings = {
181                                 COPY_PHASE_STRIP = NO;
182                                 FRAMEWORK_SEARCH_PATHS = (
183                                         "$(inherited)",
184                                         "$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)",
185                                         "$(FRAMEWORK_SEARCH_PATHS_QUOTED_2)",
186                                 );
187                                 FRAMEWORK_SEARCH_PATHS_QUOTED_1 = "\"$(SRCROOT)/../opencv\"";
188                                 FRAMEWORK_SEARCH_PATHS_QUOTED_2 = "\"$(SRCROOT)/../../..\"";
189                                 GCC_DYNAMIC_NO_PIC = NO;
190                                 GCC_ENABLE_FIX_AND_CONTINUE = YES;
191                                 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
192                                 GCC_MODEL_TUNING = G5;
193                                 GCC_OPTIMIZATION_LEVEL = 0;
194                                 GCC_PRECOMPILE_PREFIX_HEADER = YES;
195                                 GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/Carbon.framework/Headers/Carbon.h";
196                                 INFOPLIST_FILE = "FaceTracker-Info.plist";
197                                 INSTALL_PATH = "$(HOME)/Applications";
198                                 OTHER_LDFLAGS = (
199                                         "-framework",
200                                         Carbon,
201                                 );
202                                 PREBINDING = NO;
203                                 PRODUCT_NAME = FaceTracker;
204                                 WRAPPER_EXTENSION = app;
205                                 ZERO_LINK = YES;
206                         };
207                         name = Debug;
208                 };
209                 4D7DBE5C0C04A8FF00D8835D /* Release */ = {
210                         isa = XCBuildConfiguration;
211                         buildSettings = {
212                                 COPY_PHASE_STRIP = YES;
213                                 FRAMEWORK_SEARCH_PATHS = (
214                                         "$(inherited)",
215                                         "$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)",
216                                         "$(FRAMEWORK_SEARCH_PATHS_QUOTED_2)",
217                                 );
218                                 FRAMEWORK_SEARCH_PATHS_QUOTED_1 = "\"$(SRCROOT)/../opencv\"";
219                                 FRAMEWORK_SEARCH_PATHS_QUOTED_2 = "\"$(SRCROOT)/../../..\"";
220                                 GCC_ENABLE_FIX_AND_CONTINUE = NO;
221                                 GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
222                                 GCC_MODEL_TUNING = G5;
223                                 GCC_PRECOMPILE_PREFIX_HEADER = YES;
224                                 GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/Carbon.framework/Headers/Carbon.h";
225                                 INFOPLIST_FILE = "FaceTracker-Info.plist";
226                                 INSTALL_PATH = "$(HOME)/Applications";
227                                 OTHER_LDFLAGS = (
228                                         "-framework",
229                                         Carbon,
230                                 );
231                                 PREBINDING = NO;
232                                 PRODUCT_NAME = FaceTracker;
233                                 WRAPPER_EXTENSION = app;
234                                 ZERO_LINK = NO;
235                         };
236                         name = Release;
237                 };
238 /* End XCBuildConfiguration section */
239
240 /* Begin XCConfigurationList section */
241                 1DEB923508733DC60010E9CD /* Build configuration list for PBXProject "FaceTracker" */ = {
242                         isa = XCConfigurationList;
243                         buildConfigurations = (
244                                 1DEB923608733DC60010E9CD /* Debug */,
245                                 1DEB923708733DC60010E9CD /* Release */,
246                         );
247                         defaultConfigurationIsVisible = 0;
248                         defaultConfigurationName = Release;
249                 };
250                 4D7DBE5A0C04A8FF00D8835D /* Build configuration list for PBXNativeTarget "FaceTracker" */ = {
251                         isa = XCConfigurationList;
252                         buildConfigurations = (
253                                 4D7DBE5B0C04A8FF00D8835D /* Debug */,
254                                 4D7DBE5C0C04A8FF00D8835D /* Release */,
255                         );
256                         defaultConfigurationIsVisible = 0;
257                         defaultConfigurationName = Release;
258                 };
259 /* End XCConfigurationList section */
260         };
261         rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
262 }