6f087b71b58be26e1957995655c99bc2287b735d
[platform/upstream/tbb.git] / examples / task_arena / fractal / xcode / fractal.xcodeproj / project.pbxproj
1 // !$*UTF8*$!
2 {
3         archiveVersion = 1;
4         classes = {
5         };
6         objectVersion = 46;
7         objects = {
8
9 /* Begin PBXBuildFile section */
10                 84011722152D687A00B07E4D /* fractal.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 84011720152D687A00B07E4D /* fractal.cpp */; };
11                 84B8DA77152CA90100D59B95 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 84B8DA6F152CA90100D59B95 /* main.m */; };
12                 84B8DA78152CA90100D59B95 /* OpenGLView.m in Sources */ = {isa = PBXBuildFile; fileRef = 84B8DA71152CA90100D59B95 /* OpenGLView.m */; };
13                 84B8DA79152CA90100D59B95 /* tbbAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 84B8DA73152CA90100D59B95 /* tbbAppDelegate.m */; };
14                 84B8DA7A152CA90100D59B95 /* (null) in Resources */ = {isa = PBXBuildFile; };
15                 84B8DA80152CA97B00D59B95 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 84B8DA7C152CA97B00D59B95 /* InfoPlist.strings */; };
16                 84B8DA81152CA97B00D59B95 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 84B8DA7E152CA97B00D59B95 /* MainMenu.xib */; };
17                 84B8DA87152CA99C00D59B95 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 84B8DA82152CA99C00D59B95 /* main.cpp */; };
18                 84B8DA9A152CADF400D59B95 /* macvideo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 84B8DA99152CADF400D59B95 /* macvideo.cpp */; };
19                 84D017561527431F0008A4E0 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84D017551527431F0008A4E0 /* Cocoa.framework */; };
20                 84D01776152744BD0008A4E0 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84D01775152744BD0008A4E0 /* OpenGL.framework */; };
21                 D31F32341C11798900A77D54 /* macvideo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 84B8DA99152CADF400D59B95 /* macvideo.cpp */; };
22                 D31F32351C11798E00A77D54 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 84B8DA6F152CA90100D59B95 /* main.m */; };
23                 D31F32361C11799200A77D54 /* OpenGLView.m in Sources */ = {isa = PBXBuildFile; fileRef = 84B8DA71152CA90100D59B95 /* OpenGLView.m */; };
24                 D31F32371C11799500A77D54 /* tbbAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 84B8DA73152CA90100D59B95 /* tbbAppDelegate.m */; };
25                 D31F323A1C117A6200A77D54 /* iOS.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D31F32381C117A1700A77D54 /* iOS.storyboard */; };
26                 D31F323B1C117BE300A77D54 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 84B8DA82152CA99C00D59B95 /* main.cpp */; };
27                 D31F323C1C117BE700A77D54 /* fractal.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 84011720152D687A00B07E4D /* fractal.cpp */; };
28 /* End PBXBuildFile section */
29
30 /* Begin PBXBuildRule section */
31                 C3C589782191C36D00DAC94C /* PBXBuildRule */ = {
32                         isa = PBXBuildRule;
33                         compilerSpec = com.intel.compilers.icc.latest;
34                         fileType = sourcecode.cpp;
35                         isEditable = 1;
36                         outputFiles = (
37                         );
38                         script = "# Type a script or drag a script file from your workspace to insert its path.\n";
39                 };
40                 C3C5897A2191DC7A00DAC94C /* PBXBuildRule */ = {
41                         isa = PBXBuildRule;
42                         compilerSpec = com.intel.compilers.icc.latest;
43                         fileType = sourcecode.cpp;
44                         isEditable = 1;
45                         outputFiles = (
46                         );
47                         script = "# Type a script or drag a script file from your workspace to insert its path.\n";
48                 };
49 /* End PBXBuildRule section */
50
51 /* Begin PBXFileReference section */
52                 8401171F152D687A00B07E4D /* fractal_video.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = fractal_video.h; path = ../fractal_video.h; sourceTree = "<group>"; };
53                 84011720152D687A00B07E4D /* fractal.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fractal.cpp; path = ../fractal.cpp; sourceTree = "<group>"; };
54                 84011721152D687A00B07E4D /* fractal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = fractal.h; path = ../fractal.h; sourceTree = "<group>"; };
55                 84B8DA13152C9AC600D59B95 /* libtbb.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libtbb.dylib; path = ../../../../lib/libtbb.dylib; sourceTree = "<group>"; };
56                 84B8DA6F152CA90100D59B95 /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = ../../../common/gui/xcode/tbbExample/main.m; sourceTree = "<group>"; };
57                 84B8DA70152CA90100D59B95 /* OpenGLView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = OpenGLView.h; path = ../../../common/gui/xcode/tbbExample/OpenGLView.h; sourceTree = "<group>"; };
58                 84B8DA71152CA90100D59B95 /* OpenGLView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = OpenGLView.m; path = ../../../common/gui/xcode/tbbExample/OpenGLView.m; sourceTree = "<group>"; };
59                 84B8DA72152CA90100D59B95 /* tbbAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = tbbAppDelegate.h; path = ../../../common/gui/xcode/tbbExample/tbbAppDelegate.h; sourceTree = "<group>"; };
60                 84B8DA73152CA90100D59B95 /* tbbAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = tbbAppDelegate.m; path = ../../../common/gui/xcode/tbbExample/tbbAppDelegate.m; sourceTree = "<group>"; };
61                 84B8DA75152CA90100D59B95 /* tbbExample-Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "tbbExample-Prefix.pch"; path = "../../../common/gui/xcode/tbbExample/tbbExample-Prefix.pch"; sourceTree = "<group>"; };
62                 84B8DA7D152CA97B00D59B95 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = InfoPlist.strings; sourceTree = "<group>"; };
63                 84B8DA7F152CA97B00D59B95 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = MainMenu.xib; sourceTree = "<group>"; };
64                 84B8DA82152CA99C00D59B95 /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = main.cpp; path = ../main.cpp; sourceTree = "<group>"; };
65                 84B8DA99152CADF400D59B95 /* macvideo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = macvideo.cpp; path = ../../../common/gui/macvideo.cpp; sourceTree = "<group>"; };
66                 84D017511527431F0008A4E0 /* tbbExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = tbbExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
67                 84D017551527431F0008A4E0 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
68                 84D017581527431F0008A4E0 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
69                 84D017591527431F0008A4E0 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
70                 84D0175A1527431F0008A4E0 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
71                 84D01775152744BD0008A4E0 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = System/Library/Frameworks/OpenGL.framework; sourceTree = SDKROOT; };
72                 D31F321D1C11796D00A77D54 /* tbbExample_ios.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = tbbExample_ios.app; sourceTree = BUILT_PRODUCTS_DIR; };
73                 D31F32381C117A1700A77D54 /* iOS.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = iOS.storyboard; path = ../iOS.storyboard; sourceTree = "<group>"; };
74                 D31F323F1C11B5C900A77D54 /* libtbb.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libtbb.dylib; path = ../../../../lib/libtbb.dylib; sourceTree = "<group>"; };
75                 D31F32401C11B5C900A77D54 /* libtbbmalloc.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libtbbmalloc.dylib; path = ../../../../lib/libtbbmalloc.dylib; sourceTree = "<group>"; };
76                 D31F32901C12E67300A77D54 /* libtbb.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libtbb.dylib; path = ../../../../lib/ios/libtbb.dylib; sourceTree = "<group>"; };
77                 D31F32911C12E67300A77D54 /* libtbbmalloc.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libtbbmalloc.dylib; path = ../../../../lib/ios/libtbbmalloc.dylib; sourceTree = "<group>"; };
78 /* End PBXFileReference section */
79
80 /* Begin PBXFrameworksBuildPhase section */
81                 84D0174E1527431F0008A4E0 /* Frameworks */ = {
82                         isa = PBXFrameworksBuildPhase;
83                         buildActionMask = 2147483647;
84                         files = (
85                                 84D01776152744BD0008A4E0 /* OpenGL.framework in Frameworks */,
86                                 84D017561527431F0008A4E0 /* Cocoa.framework in Frameworks */,
87                         );
88                         runOnlyForDeploymentPostprocessing = 0;
89                 };
90                 D31F321A1C11796D00A77D54 /* Frameworks */ = {
91                         isa = PBXFrameworksBuildPhase;
92                         buildActionMask = 2147483647;
93                         files = (
94                         );
95                         runOnlyForDeploymentPostprocessing = 0;
96                 };
97 /* End PBXFrameworksBuildPhase section */
98
99 /* Begin PBXGroup section */
100                 84011727152D68D200B07E4D /* Sources */ = {
101                         isa = PBXGroup;
102                         children = (
103                                 8401171F152D687A00B07E4D /* fractal_video.h */,
104                                 84B8DA82152CA99C00D59B95 /* main.cpp */,
105                                 84011720152D687A00B07E4D /* fractal.cpp */,
106                                 84011721152D687A00B07E4D /* fractal.h */,
107                         );
108                         name = Sources;
109                         sourceTree = "<group>";
110                 };
111                 84B8DA6C152CA8D900D59B95 /* tbbExample */ = {
112                         isa = PBXGroup;
113                         children = (
114                                 84011727152D68D200B07E4D /* Sources */,
115                                 84B8DA98152CAD8600D59B95 /* Gui layer */,
116                                 84B8DA7B152CA97B00D59B95 /* Resources */,
117                         );
118                         name = tbbExample;
119                         sourceTree = "<group>";
120                 };
121                 84B8DA7B152CA97B00D59B95 /* Resources */ = {
122                         isa = PBXGroup;
123                         children = (
124                                 D31F32381C117A1700A77D54 /* iOS.storyboard */,
125                                 84B8DA7C152CA97B00D59B95 /* InfoPlist.strings */,
126                                 84B8DA7E152CA97B00D59B95 /* MainMenu.xib */,
127                         );
128                         name = Resources;
129                         path = ../../../common/gui/xcode/tbbExample/en.lproj;
130                         sourceTree = "<group>";
131                 };
132                 84B8DA98152CAD8600D59B95 /* Gui layer */ = {
133                         isa = PBXGroup;
134                         children = (
135                                 84B8DA99152CADF400D59B95 /* macvideo.cpp */,
136                                 84B8DA6F152CA90100D59B95 /* main.m */,
137                                 84B8DA70152CA90100D59B95 /* OpenGLView.h */,
138                                 84B8DA71152CA90100D59B95 /* OpenGLView.m */,
139                                 84B8DA72152CA90100D59B95 /* tbbAppDelegate.h */,
140                                 84B8DA73152CA90100D59B95 /* tbbAppDelegate.m */,
141                                 84B8DA75152CA90100D59B95 /* tbbExample-Prefix.pch */,
142                         );
143                         name = "Gui layer";
144                         sourceTree = "<group>";
145                 };
146                 84D017461527431F0008A4E0 = {
147                         isa = PBXGroup;
148                         children = (
149                                 84B8DA6C152CA8D900D59B95 /* tbbExample */,
150                                 84D017541527431F0008A4E0 /* Frameworks */,
151                                 84D017521527431F0008A4E0 /* Products */,
152                         );
153                         sourceTree = "<group>";
154                 };
155                 84D017521527431F0008A4E0 /* Products */ = {
156                         isa = PBXGroup;
157                         children = (
158                                 84D017511527431F0008A4E0 /* tbbExample.app */,
159                                 D31F321D1C11796D00A77D54 /* tbbExample_ios.app */,
160                         );
161                         name = Products;
162                         sourceTree = "<group>";
163                 };
164                 84D017541527431F0008A4E0 /* Frameworks */ = {
165                         isa = PBXGroup;
166                         children = (
167                                 D31F323F1C11B5C900A77D54 /* libtbb.dylib */,
168                                 D31F32401C11B5C900A77D54 /* libtbbmalloc.dylib */,
169                                 D31F32901C12E67300A77D54 /* libtbb.dylib */,
170                                 D31F32911C12E67300A77D54 /* libtbbmalloc.dylib */,
171                                 84D01775152744BD0008A4E0 /* OpenGL.framework */,
172                                 84D017551527431F0008A4E0 /* Cocoa.framework */,
173                                 84D017571527431F0008A4E0 /* Other Frameworks */,
174                         );
175                         name = Frameworks;
176                         sourceTree = "<group>";
177                 };
178                 84D017571527431F0008A4E0 /* Other Frameworks */ = {
179                         isa = PBXGroup;
180                         children = (
181                                 84B8DA13152C9AC600D59B95 /* libtbb.dylib */,
182                                 84D017581527431F0008A4E0 /* AppKit.framework */,
183                                 84D017591527431F0008A4E0 /* CoreData.framework */,
184                                 84D0175A1527431F0008A4E0 /* Foundation.framework */,
185                         );
186                         name = "Other Frameworks";
187                         sourceTree = "<group>";
188                 };
189 /* End PBXGroup section */
190
191 /* Begin PBXNativeTarget section */
192                 84D017501527431F0008A4E0 /* tbbExample */ = {
193                         isa = PBXNativeTarget;
194                         buildConfigurationList = 84D01772152743200008A4E0 /* Build configuration list for PBXNativeTarget "tbbExample" */;
195                         buildPhases = (
196                                 84D0174D1527431F0008A4E0 /* Sources */,
197                                 84D0174E1527431F0008A4E0 /* Frameworks */,
198                                 84D0174F1527431F0008A4E0 /* Resources */,
199                         );
200                         buildRules = (
201                                 C3C589782191C36D00DAC94C /* PBXBuildRule */,
202                         );
203                         dependencies = (
204                         );
205                         name = tbbExample;
206                         productName = tbbExample;
207                         productReference = 84D017511527431F0008A4E0 /* tbbExample.app */;
208                         productType = "com.apple.product-type.application";
209                 };
210                 D31F321C1C11796D00A77D54 /* tbbExample_ios */ = {
211                         isa = PBXNativeTarget;
212                         buildConfigurationList = D31F32331C11796D00A77D54 /* Build configuration list for PBXNativeTarget "tbbExample_ios" */;
213                         buildPhases = (
214                                 D31F32191C11796D00A77D54 /* Sources */,
215                                 D31F321A1C11796D00A77D54 /* Frameworks */,
216                                 D31F321B1C11796D00A77D54 /* Resources */,
217                         );
218                         buildRules = (
219                                 C3C5897A2191DC7A00DAC94C /* PBXBuildRule */,
220                         );
221                         dependencies = (
222                         );
223                         name = tbbExample_ios;
224                         productName = tbbExample_ios;
225                         productReference = D31F321D1C11796D00A77D54 /* tbbExample_ios.app */;
226                         productType = "com.apple.product-type.application";
227                 };
228 /* End PBXNativeTarget section */
229
230 /* Begin PBXProject section */
231                 84D017481527431F0008A4E0 /* Project object */ = {
232                         isa = PBXProject;
233                         attributes = {
234                                 CLASSPREFIX = tbb;
235                                 LastUpgradeCheck = 1000;
236                                 TargetAttributes = {
237                                         D31F321C1C11796D00A77D54 = {
238                                                 CreatedOnToolsVersion = 7.1.1;
239                                         };
240                                 };
241                         };
242                         buildConfigurationList = 84D0174B1527431F0008A4E0 /* Build configuration list for PBXProject "fractal" */;
243                         compatibilityVersion = "Xcode 3.2";
244                         developmentRegion = English;
245                         hasScannedForEncodings = 0;
246                         knownRegions = (
247                                 en,
248                                 Base,
249                         );
250                         mainGroup = 84D017461527431F0008A4E0;
251                         productRefGroup = 84D017521527431F0008A4E0 /* Products */;
252                         projectDirPath = "";
253                         projectRoot = "";
254                         targets = (
255                                 84D017501527431F0008A4E0 /* tbbExample */,
256                                 D31F321C1C11796D00A77D54 /* tbbExample_ios */,
257                         );
258                 };
259 /* End PBXProject section */
260
261 /* Begin PBXResourcesBuildPhase section */
262                 84D0174F1527431F0008A4E0 /* Resources */ = {
263                         isa = PBXResourcesBuildPhase;
264                         buildActionMask = 2147483647;
265                         files = (
266                                 84B8DA7A152CA90100D59B95 /* (null) in Resources */,
267                                 84B8DA80152CA97B00D59B95 /* InfoPlist.strings in Resources */,
268                                 84B8DA81152CA97B00D59B95 /* MainMenu.xib in Resources */,
269                         );
270                         runOnlyForDeploymentPostprocessing = 0;
271                 };
272                 D31F321B1C11796D00A77D54 /* Resources */ = {
273                         isa = PBXResourcesBuildPhase;
274                         buildActionMask = 2147483647;
275                         files = (
276                                 D31F323A1C117A6200A77D54 /* iOS.storyboard in Resources */,
277                         );
278                         runOnlyForDeploymentPostprocessing = 0;
279                 };
280 /* End PBXResourcesBuildPhase section */
281
282 /* Begin PBXSourcesBuildPhase section */
283                 84D0174D1527431F0008A4E0 /* Sources */ = {
284                         isa = PBXSourcesBuildPhase;
285                         buildActionMask = 2147483647;
286                         files = (
287                                 84B8DA77152CA90100D59B95 /* main.m in Sources */,
288                                 84B8DA78152CA90100D59B95 /* OpenGLView.m in Sources */,
289                                 84B8DA79152CA90100D59B95 /* tbbAppDelegate.m in Sources */,
290                                 84B8DA87152CA99C00D59B95 /* main.cpp in Sources */,
291                                 84B8DA9A152CADF400D59B95 /* macvideo.cpp in Sources */,
292                                 84011722152D687A00B07E4D /* fractal.cpp in Sources */,
293                         );
294                         runOnlyForDeploymentPostprocessing = 0;
295                 };
296                 D31F32191C11796D00A77D54 /* Sources */ = {
297                         isa = PBXSourcesBuildPhase;
298                         buildActionMask = 2147483647;
299                         files = (
300                                 D31F32351C11798E00A77D54 /* main.m in Sources */,
301                                 D31F323C1C117BE700A77D54 /* fractal.cpp in Sources */,
302                                 D31F32361C11799200A77D54 /* OpenGLView.m in Sources */,
303                                 D31F32371C11799500A77D54 /* tbbAppDelegate.m in Sources */,
304                                 D31F323B1C117BE300A77D54 /* main.cpp in Sources */,
305                                 D31F32341C11798900A77D54 /* macvideo.cpp in Sources */,
306                         );
307                         runOnlyForDeploymentPostprocessing = 0;
308                 };
309 /* End PBXSourcesBuildPhase section */
310
311 /* Begin PBXVariantGroup section */
312                 84B8DA7C152CA97B00D59B95 /* InfoPlist.strings */ = {
313                         isa = PBXVariantGroup;
314                         children = (
315                                 84B8DA7D152CA97B00D59B95 /* en */,
316                         );
317                         name = InfoPlist.strings;
318                         sourceTree = "<group>";
319                 };
320                 84B8DA7E152CA97B00D59B95 /* MainMenu.xib */ = {
321                         isa = PBXVariantGroup;
322                         children = (
323                                 84B8DA7F152CA97B00D59B95 /* en */,
324                         );
325                         name = MainMenu.xib;
326                         sourceTree = "<group>";
327                 };
328 /* End PBXVariantGroup section */
329
330 /* Begin XCBuildConfiguration section */
331                 84D01770152743200008A4E0 /* Debug64 */ = {
332                         isa = XCBuildConfiguration;
333                         buildSettings = {
334                                 ALWAYS_SEARCH_USER_PATHS = YES;
335                                 CLANG_ENABLE_OBJC_ARC = YES;
336                                 CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
337                                 CLANG_WARN_BOOL_CONVERSION = YES;
338                                 CLANG_WARN_COMMA = YES;
339                                 CLANG_WARN_CONSTANT_CONVERSION = YES;
340                                 CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
341                                 CLANG_WARN_EMPTY_BODY = YES;
342                                 CLANG_WARN_ENUM_CONVERSION = YES;
343                                 CLANG_WARN_INFINITE_RECURSION = YES;
344                                 CLANG_WARN_INT_CONVERSION = YES;
345                                 CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
346                                 CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
347                                 CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
348                                 CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
349                                 CLANG_WARN_STRICT_PROTOTYPES = YES;
350                                 CLANG_WARN_SUSPICIOUS_MOVE = YES;
351                                 CLANG_WARN_UNREACHABLE_CODE = YES;
352                                 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
353                                 COPY_PHASE_STRIP = NO;
354                                 ENABLE_STRICT_OBJC_MSGSEND = YES;
355                                 ENABLE_TESTABILITY = YES;
356                                 GCC_C_LANGUAGE_STANDARD = c11;
357                                 GCC_DYNAMIC_NO_PIC = NO;
358                                 GCC_ENABLE_OBJC_EXCEPTIONS = YES;
359                                 GCC_NO_COMMON_BLOCKS = YES;
360                                 GCC_OPTIMIZATION_LEVEL = 0;
361                                 GCC_PREPROCESSOR_DEFINITIONS = (
362                                         "DEBUG=1",
363                                         "$(inherited)",
364                                 );
365                                 GCC_SYMBOLS_PRIVATE_EXTERN = NO;
366                                 GCC_VERSION = "";
367                                 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
368                                 GCC_WARN_ABOUT_RETURN_TYPE = YES;
369                                 GCC_WARN_UNDECLARED_SELECTOR = YES;
370                                 GCC_WARN_UNINITIALIZED_AUTOS = YES;
371                                 GCC_WARN_UNUSED_FUNCTION = YES;
372                                 GCC_WARN_UNUSED_VARIABLE = YES;
373                                 HEADER_SEARCH_PATHS = (
374                                         "$(TBBROOT)/include",
375                                         /opt/intel/tbb/include,
376                                 );
377                                 ICC_CXX_LANG_DIALECT = "c++11";
378                                 ICC_TBB = YES;
379                                 IPHONEOS_DEPLOYMENT_TARGET = 9.0;
380                                 LD_RUNPATH_SEARCH_PATHS = "$(TBBROOT)/lib /opt/intel/tbb/lib";
381                                 LIBRARY_SEARCH_PATHS = (
382                                         "$(TBBROOT)/lib",
383                                         /opt/intel/tbb/lib,
384                                 );
385                                 MACOSX_DEPLOYMENT_TARGET = 10.11;
386                                 ONLY_ACTIVE_ARCH = YES;
387                                 OTHER_LDFLAGS = (
388                                         "-m64",
389                                         "-ltbb_debug",
390                                 );
391                                 SDKROOT = macosx;
392                                 VALID_ARCHS = x86_64;
393                         };
394                         name = Debug64;
395                 };
396                 84D01771152743200008A4E0 /* Release64 */ = {
397                         isa = XCBuildConfiguration;
398                         buildSettings = {
399                                 ALWAYS_SEARCH_USER_PATHS = YES;
400                                 CLANG_ENABLE_OBJC_ARC = YES;
401                                 CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
402                                 CLANG_WARN_BOOL_CONVERSION = YES;
403                                 CLANG_WARN_COMMA = YES;
404                                 CLANG_WARN_CONSTANT_CONVERSION = YES;
405                                 CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
406                                 CLANG_WARN_EMPTY_BODY = YES;
407                                 CLANG_WARN_ENUM_CONVERSION = YES;
408                                 CLANG_WARN_INFINITE_RECURSION = YES;
409                                 CLANG_WARN_INT_CONVERSION = YES;
410                                 CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
411                                 CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
412                                 CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
413                                 CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
414                                 CLANG_WARN_STRICT_PROTOTYPES = YES;
415                                 CLANG_WARN_SUSPICIOUS_MOVE = YES;
416                                 CLANG_WARN_UNREACHABLE_CODE = YES;
417                                 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
418                                 COPY_PHASE_STRIP = YES;
419                                 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
420                                 ENABLE_STRICT_OBJC_MSGSEND = YES;
421                                 GCC_C_LANGUAGE_STANDARD = c11;
422                                 GCC_ENABLE_OBJC_EXCEPTIONS = YES;
423                                 GCC_NO_COMMON_BLOCKS = YES;
424                                 GCC_VERSION = "";
425                                 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
426                                 GCC_WARN_ABOUT_RETURN_TYPE = YES;
427                                 GCC_WARN_UNDECLARED_SELECTOR = YES;
428                                 GCC_WARN_UNINITIALIZED_AUTOS = YES;
429                                 GCC_WARN_UNUSED_FUNCTION = YES;
430                                 GCC_WARN_UNUSED_VARIABLE = YES;
431                                 HEADER_SEARCH_PATHS = (
432                                         "$(TBBROOT)/include",
433                                         /opt/intel/tbb/include,
434                                 );
435                                 ICC_CXX_LANG_DIALECT = "c++11";
436                                 ICC_TBB = YES;
437                                 IPHONEOS_DEPLOYMENT_TARGET = 9.0;
438                                 LD_RUNPATH_SEARCH_PATHS = "$(TBBROOT)/lib /opt/intel/tbb/lib";
439                                 LIBRARY_SEARCH_PATHS = (
440                                         "$(TBBROOT)/lib",
441                                         /opt/intel/tbb/lib,
442                                 );
443                                 MACOSX_DEPLOYMENT_TARGET = 10.11;
444                                 OTHER_LDFLAGS = (
445                                         "-m64",
446                                         "-ltbb",
447                                 );
448                                 SDKROOT = macosx;
449                                 VALID_ARCHS = x86_64;
450                         };
451                         name = Release64;
452                 };
453                 84D01773152743200008A4E0 /* Debug64 */ = {
454                         isa = XCBuildConfiguration;
455                         buildSettings = {
456                                 CLANG_ENABLE_OBJC_ARC = NO;
457                                 GCC_PRECOMPILE_PREFIX_HEADER = YES;
458                                 GCC_PREFIX_HEADER = "../../../common/gui/xcode/tbbExample/tbbExample-Prefix.pch";
459                                 HEADER_SEARCH_PATHS = "$(inherited)";
460                                 INFOPLIST_FILE = "../../../common/gui/xcode/tbbExample/tbbExample-Info.plist";
461                                 LD_RUNPATH_SEARCH_PATHS = "$(inherited)";
462                                 LIBRARY_SEARCH_PATHS = "$(inherited)";
463                                 MACOSX_DEPLOYMENT_TARGET = 10.11;
464                                 PRODUCT_NAME = "$(TARGET_NAME)";
465                                 RUN_CLANG_STATIC_ANALYZER = YES;
466                                 USER_HEADER_SEARCH_PATHS = "";
467                                 VERSION_INFO_BUILDER = "$(TARGET_NAME)";
468                                 WRAPPER_EXTENSION = app;
469                         };
470                         name = Debug64;
471                 };
472                 84D01774152743200008A4E0 /* Release64 */ = {
473                         isa = XCBuildConfiguration;
474                         buildSettings = {
475                                 CLANG_ENABLE_OBJC_ARC = NO;
476                                 GCC_PRECOMPILE_PREFIX_HEADER = YES;
477                                 GCC_PREFIX_HEADER = "../../../common/gui/xcode/tbbExample/tbbExample-Prefix.pch";
478                                 HEADER_SEARCH_PATHS = "$(inherited)";
479                                 INFOPLIST_FILE = "../../../common/gui/xcode/tbbExample/tbbExample-Info.plist";
480                                 LD_RUNPATH_SEARCH_PATHS = "$(inherited)";
481                                 LIBRARY_SEARCH_PATHS = "$(inherited)";
482                                 MACOSX_DEPLOYMENT_TARGET = 10.11;
483                                 PRODUCT_NAME = "$(TARGET_NAME)";
484                                 RUN_CLANG_STATIC_ANALYZER = YES;
485                                 USER_HEADER_SEARCH_PATHS = "";
486                                 VERSION_INFO_BUILDER = "$(TARGET_NAME)";
487                                 WRAPPER_EXTENSION = app;
488                         };
489                         name = Release64;
490                 };
491                 D31F32311C11796D00A77D54 /* Debug64 */ = {
492                         isa = XCBuildConfiguration;
493                         buildSettings = {
494                                 ALWAYS_SEARCH_USER_PATHS = NO;
495                                 CLANG_CXX_LANGUAGE_STANDARD = "c++0x";
496                                 CLANG_CXX_LIBRARY = "libc++";
497                                 CLANG_ENABLE_MODULES = YES;
498                                 CLANG_WARN_BOOL_CONVERSION = YES;
499                                 CLANG_WARN_CONSTANT_CONVERSION = YES;
500                                 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
501                                 CLANG_WARN_EMPTY_BODY = YES;
502                                 CLANG_WARN_ENUM_CONVERSION = YES;
503                                 CLANG_WARN_INT_CONVERSION = YES;
504                                 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
505                                 CLANG_WARN_UNREACHABLE_CODE = YES;
506                                 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
507                                 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
508                                 DEBUG_INFORMATION_FORMAT = dwarf;
509                                 DEVELOPMENT_TEAM = "";
510                                 ENABLE_STRICT_OBJC_MSGSEND = YES;
511                                 ENABLE_TESTABILITY = YES;
512                                 GCC_NO_COMMON_BLOCKS = YES;
513                                 GCC_PREPROCESSOR_DEFINITIONS = (
514                                         "DEBUG=1",
515                                         "$(inherited)",
516                                         "__TBB_IOS=1",
517                                 );
518                                 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
519                                 GCC_WARN_UNDECLARED_SELECTOR = YES;
520                                 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
521                                 GCC_WARN_UNUSED_FUNCTION = YES;
522                                 HEADER_SEARCH_PATHS = "$(inherited)";
523                                 INFOPLIST_FILE = "../../../common/gui/xcode/tbbExample/tbbExample-Info.ios.plist";
524                                 IPHONEOS_DEPLOYMENT_TARGET = 9.0;
525                                 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path";
526                                 LIBRARY_SEARCH_PATHS = "$(inherited)";
527                                 MACOSX_DEPLOYMENT_TARGET = 10.11;
528                                 MTL_ENABLE_DEBUG_INFO = YES;
529                                 PRODUCT_BUNDLE_IDENTIFIER = com.tbb.example;
530                                 PRODUCT_NAME = "$(TARGET_NAME)";
531                                 SDKROOT = iphoneos;
532                                 TARGETED_DEVICE_FAMILY = "1,2";
533                         };
534                         name = Debug64;
535                 };
536                 D31F32321C11796D00A77D54 /* Release64 */ = {
537                         isa = XCBuildConfiguration;
538                         buildSettings = {
539                                 ALWAYS_SEARCH_USER_PATHS = NO;
540                                 CLANG_CXX_LANGUAGE_STANDARD = "c++0x";
541                                 CLANG_CXX_LIBRARY = "libc++";
542                                 CLANG_ENABLE_MODULES = YES;
543                                 CLANG_WARN_BOOL_CONVERSION = YES;
544                                 CLANG_WARN_CONSTANT_CONVERSION = YES;
545                                 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
546                                 CLANG_WARN_EMPTY_BODY = YES;
547                                 CLANG_WARN_ENUM_CONVERSION = YES;
548                                 CLANG_WARN_INT_CONVERSION = YES;
549                                 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
550                                 CLANG_WARN_UNREACHABLE_CODE = YES;
551                                 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
552                                 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
553                                 COPY_PHASE_STRIP = NO;
554                                 DEVELOPMENT_TEAM = "";
555                                 ENABLE_NS_ASSERTIONS = NO;
556                                 ENABLE_STRICT_OBJC_MSGSEND = YES;
557                                 GCC_NO_COMMON_BLOCKS = YES;
558                                 GCC_PREPROCESSOR_DEFINITIONS = "__TBB_IOS=1";
559                                 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
560                                 GCC_WARN_UNDECLARED_SELECTOR = YES;
561                                 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
562                                 GCC_WARN_UNUSED_FUNCTION = YES;
563                                 HEADER_SEARCH_PATHS = "$(inherited)";
564                                 INFOPLIST_FILE = "../../../common/gui/xcode/tbbExample/tbbExample-Info.ios.plist";
565                                 IPHONEOS_DEPLOYMENT_TARGET = 9.0;
566                                 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path";
567                                 LIBRARY_SEARCH_PATHS = "$(inherited)";
568                                 MACOSX_DEPLOYMENT_TARGET = 10.11;
569                                 MTL_ENABLE_DEBUG_INFO = NO;
570                                 PRODUCT_BUNDLE_IDENTIFIER = com.tbb.example;
571                                 PRODUCT_NAME = "$(TARGET_NAME)";
572                                 SDKROOT = iphoneos;
573                                 TARGETED_DEVICE_FAMILY = "1,2";
574                                 VALIDATE_PRODUCT = YES;
575                         };
576                         name = Release64;
577                 };
578 /* End XCBuildConfiguration section */
579
580 /* Begin XCConfigurationList section */
581                 84D0174B1527431F0008A4E0 /* Build configuration list for PBXProject "fractal" */ = {
582                         isa = XCConfigurationList;
583                         buildConfigurations = (
584                                 84D01770152743200008A4E0 /* Debug64 */,
585                                 84D01771152743200008A4E0 /* Release64 */,
586                         );
587                         defaultConfigurationIsVisible = 0;
588                         defaultConfigurationName = Release64;
589                 };
590                 84D01772152743200008A4E0 /* Build configuration list for PBXNativeTarget "tbbExample" */ = {
591                         isa = XCConfigurationList;
592                         buildConfigurations = (
593                                 84D01773152743200008A4E0 /* Debug64 */,
594                                 84D01774152743200008A4E0 /* Release64 */,
595                         );
596                         defaultConfigurationIsVisible = 0;
597                         defaultConfigurationName = Release64;
598                 };
599                 D31F32331C11796D00A77D54 /* Build configuration list for PBXNativeTarget "tbbExample_ios" */ = {
600                         isa = XCConfigurationList;
601                         buildConfigurations = (
602                                 D31F32311C11796D00A77D54 /* Debug64 */,
603                                 D31F32321C11796D00A77D54 /* Release64 */,
604                         );
605                         defaultConfigurationIsVisible = 0;
606                         defaultConfigurationName = Release64;
607                 };
608 /* End XCConfigurationList section */
609         };
610         rootObject = 84D017481527431F0008A4E0 /* Project object */;
611 }