Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 

357 строки
17 KiB

  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 45;
  7. objects = {
  8. /* Begin PBXFileReference section */
  9. E6353FEA0EAB3E35005731B2 /* accessors.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = accessors.c; path = ../pipi/accessors.c; sourceTree = SOURCE_ROOT; };
  10. E6353FEB0EAB3E35005731B2 /* codec.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = codec.c; path = ../pipi/codec.c; sourceTree = SOURCE_ROOT; };
  11. E6353FEC0EAB3E35005731B2 /* colorstring.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = colorstring.c; path = ../pipi/colorstring.c; sourceTree = SOURCE_ROOT; };
  12. E6353FED0EAB3E35005731B2 /* context.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = context.c; path = ../pipi/context.c; sourceTree = SOURCE_ROOT; };
  13. E6353FEE0EAB3E35005731B2 /* dither.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = dither.c; path = ../pipi/dither.c; sourceTree = SOURCE_ROOT; };
  14. E6353FF00EAB3E35005731B2 /* pipi.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pipi.c; path = ../pipi/pipi.c; sourceTree = SOURCE_ROOT; };
  15. E6353FF10EAB3E35005731B2 /* pixels.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pixels.c; path = ../pipi/pixels.c; sourceTree = SOURCE_ROOT; };
  16. E6353FF20EAB3E35005731B2 /* resize.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = resize.c; path = ../pipi/resize.c; sourceTree = SOURCE_ROOT; };
  17. E6353FF30EAB3E35005731B2 /* stock.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = stock.c; path = ../pipi/stock.c; sourceTree = SOURCE_ROOT; };
  18. E6353FF50EAB3E68005731B2 /* oric.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = oric.c; path = ../pipi/codec/oric.c; sourceTree = SOURCE_ROOT; };
  19. E6353FF60EAB3E68005731B2 /* gdi.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = gdi.c; path = ../pipi/codec/gdi.c; sourceTree = SOURCE_ROOT; };
  20. E6353FF70EAB3E68005731B2 /* sdl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = sdl.c; path = ../pipi/codec/sdl.c; sourceTree = SOURCE_ROOT; };
  21. E6353FF80EAB3E68005731B2 /* opencv.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = opencv.c; path = ../pipi/codec/opencv.c; sourceTree = SOURCE_ROOT; };
  22. E6353FF90EAB3E68005731B2 /* imlib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = imlib.c; path = ../pipi/codec/imlib.c; sourceTree = SOURCE_ROOT; };
  23. E6353FFA0EAB3E68005731B2 /* coreimage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = coreimage.m; path = ../pipi/codec/coreimage.m; sourceTree = SOURCE_ROOT; };
  24. E63540040EAB3E95005731B2 /* noise.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = noise.c; sourceTree = "<group>"; };
  25. E63540050EAB3E95005731B2 /* screen.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = screen.c; sourceTree = "<group>"; };
  26. E63540090EAB3E9D005731B2 /* autocontrast.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = autocontrast.c; sourceTree = "<group>"; };
  27. E635400A0EAB3E9D005731B2 /* blur.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = blur.c; sourceTree = "<group>"; };
  28. E635400B0EAB3E9D005731B2 /* color.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = color.c; sourceTree = "<group>"; };
  29. E635400C0EAB3E9D005731B2 /* convolution.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = convolution.c; sourceTree = "<group>"; };
  30. E635400D0EAB3E9D005731B2 /* dilate.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dilate.c; sourceTree = "<group>"; };
  31. E635400E0EAB3E9D005731B2 /* median.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = median.c; sourceTree = "<group>"; };
  32. E635400F0EAB3E9D005731B2 /* transform.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = transform.c; sourceTree = "<group>"; };
  33. E63540110EAB3E9D005731B2 /* dbs.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dbs.c; sourceTree = "<group>"; };
  34. E63540120EAB3E9D005731B2 /* ediff.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ediff.c; sourceTree = "<group>"; };
  35. E63540130EAB3E9D005731B2 /* ordered.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ordered.c; sourceTree = "<group>"; };
  36. E63540140EAB3E9D005731B2 /* ostromoukhov.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ostromoukhov.c; sourceTree = "<group>"; };
  37. E63540150EAB3E9D005731B2 /* random.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = random.c; sourceTree = "<group>"; };
  38. E63540170EAB3E9D005731B2 /* reduce.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = reduce.c; sourceTree = "<group>"; };
  39. E63540190EAB3E9D005731B2 /* bezier.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bezier.c; sourceTree = "<group>"; };
  40. E635401A0EAB3E9D005731B2 /* floodfill.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = floodfill.c; sourceTree = "<group>"; };
  41. E635401B0EAB3E9D005731B2 /* line.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = line.c; sourceTree = "<group>"; };
  42. E635401C0EAB3E9D005731B2 /* tile.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tile.c; sourceTree = "<group>"; };
  43. E635401F0EAB3E9D005731B2 /* minmax.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = minmax.c; sourceTree = "<group>"; };
  44. E63540200EAB3E9D005731B2 /* mulscreen.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mulscreen.c; sourceTree = "<group>"; };
  45. E63540210EAB3E9D005731B2 /* rgb.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rgb.c; sourceTree = "<group>"; };
  46. E63540220EAB3E9D005731B2 /* subadd.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = subadd.c; sourceTree = "<group>"; };
  47. E63540270EAB3EDC005731B2 /* coreimage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = coreimage.h; path = ../pipi/codec/coreimage.h; sourceTree = SOURCE_ROOT; };
  48. E63540290EAB3EF2005731B2 /* pipi_template.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pipi_template.h; path = ../pipi/pipi_template.h; sourceTree = SOURCE_ROOT; };
  49. E635402A0EAB3EF2005731B2 /* pipi_stubs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pipi_stubs.h; path = ../pipi/pipi_stubs.h; sourceTree = SOURCE_ROOT; };
  50. E635402B0EAB3EF2005731B2 /* pipi_internals.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pipi_internals.h; path = ../pipi/pipi_internals.h; sourceTree = SOURCE_ROOT; };
  51. E635402C0EAB3EF2005731B2 /* pipi.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pipi.h; path = ../pipi/pipi.h; sourceTree = SOURCE_ROOT; };
  52. E63540370EAB3F77005731B2 /* Makefile.am */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = Makefile.am; path = ../Makefile.am; sourceTree = SOURCE_ROOT; };
  53. E63540380EAB3F77005731B2 /* configure.ac */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = configure.ac; path = ../configure.ac; sourceTree = SOURCE_ROOT; };
  54. /* End PBXFileReference section */
  55. /* Begin PBXGroup section */
  56. 08FB7794FE84155DC02AAC07 /* xcode */ = {
  57. isa = PBXGroup;
  58. children = (
  59. E63540350EAB3F57005731B2 /* autotools */,
  60. E63540230EAB3EBF005731B2 /* headers */,
  61. E6353FE90EAB3DF4005731B2 /* libpipi */,
  62. );
  63. name = xcode;
  64. sourceTree = "<group>";
  65. };
  66. E6353FE90EAB3DF4005731B2 /* libpipi */ = {
  67. isa = PBXGroup;
  68. children = (
  69. E63540080EAB3E9D005731B2 /* filter */,
  70. E63540100EAB3E9D005731B2 /* dither */,
  71. E63540160EAB3E9D005731B2 /* quantize */,
  72. E63540180EAB3E9D005731B2 /* paint */,
  73. E635401D0EAB3E9D005731B2 /* combine */,
  74. E63540030EAB3E95005731B2 /* render */,
  75. E6353FF40EAB3E4C005731B2 /* codec */,
  76. E6353FEA0EAB3E35005731B2 /* accessors.c */,
  77. E6353FEB0EAB3E35005731B2 /* codec.c */,
  78. E6353FEC0EAB3E35005731B2 /* colorstring.c */,
  79. E6353FED0EAB3E35005731B2 /* context.c */,
  80. E6353FEE0EAB3E35005731B2 /* dither.c */,
  81. E6353FF00EAB3E35005731B2 /* pipi.c */,
  82. E6353FF10EAB3E35005731B2 /* pixels.c */,
  83. E6353FF20EAB3E35005731B2 /* resize.c */,
  84. E6353FF30EAB3E35005731B2 /* stock.c */,
  85. );
  86. name = libpipi;
  87. sourceTree = "<group>";
  88. };
  89. E6353FF40EAB3E4C005731B2 /* codec */ = {
  90. isa = PBXGroup;
  91. children = (
  92. E6353FF50EAB3E68005731B2 /* oric.c */,
  93. E6353FF60EAB3E68005731B2 /* gdi.c */,
  94. E6353FF70EAB3E68005731B2 /* sdl.c */,
  95. E6353FF80EAB3E68005731B2 /* opencv.c */,
  96. E6353FF90EAB3E68005731B2 /* imlib.c */,
  97. E6353FFA0EAB3E68005731B2 /* coreimage.m */,
  98. );
  99. name = codec;
  100. sourceTree = "<group>";
  101. };
  102. E63540030EAB3E95005731B2 /* render */ = {
  103. isa = PBXGroup;
  104. children = (
  105. E63540040EAB3E95005731B2 /* noise.c */,
  106. E63540050EAB3E95005731B2 /* screen.c */,
  107. );
  108. name = render;
  109. path = ../pipi/render;
  110. sourceTree = SOURCE_ROOT;
  111. };
  112. E63540080EAB3E9D005731B2 /* filter */ = {
  113. isa = PBXGroup;
  114. children = (
  115. E63540090EAB3E9D005731B2 /* autocontrast.c */,
  116. E635400A0EAB3E9D005731B2 /* blur.c */,
  117. E635400B0EAB3E9D005731B2 /* color.c */,
  118. E635400C0EAB3E9D005731B2 /* convolution.c */,
  119. E635400D0EAB3E9D005731B2 /* dilate.c */,
  120. E635400E0EAB3E9D005731B2 /* median.c */,
  121. E635400F0EAB3E9D005731B2 /* transform.c */,
  122. );
  123. name = filter;
  124. path = ../pipi/filter;
  125. sourceTree = SOURCE_ROOT;
  126. };
  127. E63540100EAB3E9D005731B2 /* dither */ = {
  128. isa = PBXGroup;
  129. children = (
  130. E63540110EAB3E9D005731B2 /* dbs.c */,
  131. E63540120EAB3E9D005731B2 /* ediff.c */,
  132. E63540130EAB3E9D005731B2 /* ordered.c */,
  133. E63540140EAB3E9D005731B2 /* ostromoukhov.c */,
  134. E63540150EAB3E9D005731B2 /* random.c */,
  135. );
  136. name = dither;
  137. path = ../pipi/dither;
  138. sourceTree = SOURCE_ROOT;
  139. };
  140. E63540160EAB3E9D005731B2 /* quantize */ = {
  141. isa = PBXGroup;
  142. children = (
  143. E63540170EAB3E9D005731B2 /* reduce.c */,
  144. );
  145. name = quantize;
  146. path = ../pipi/quantize;
  147. sourceTree = SOURCE_ROOT;
  148. };
  149. E63540180EAB3E9D005731B2 /* paint */ = {
  150. isa = PBXGroup;
  151. children = (
  152. E63540190EAB3E9D005731B2 /* bezier.c */,
  153. E635401A0EAB3E9D005731B2 /* floodfill.c */,
  154. E635401B0EAB3E9D005731B2 /* line.c */,
  155. E635401C0EAB3E9D005731B2 /* tile.c */,
  156. );
  157. name = paint;
  158. path = ../pipi/paint;
  159. sourceTree = SOURCE_ROOT;
  160. };
  161. E635401D0EAB3E9D005731B2 /* combine */ = {
  162. isa = PBXGroup;
  163. children = (
  164. E635401F0EAB3E9D005731B2 /* minmax.c */,
  165. E63540200EAB3E9D005731B2 /* mulscreen.c */,
  166. E63540210EAB3E9D005731B2 /* rgb.c */,
  167. E63540220EAB3E9D005731B2 /* subadd.c */,
  168. );
  169. name = combine;
  170. path = ../pipi/combine;
  171. sourceTree = SOURCE_ROOT;
  172. };
  173. E63540230EAB3EBF005731B2 /* headers */ = {
  174. isa = PBXGroup;
  175. children = (
  176. E63540290EAB3EF2005731B2 /* pipi_template.h */,
  177. E635402A0EAB3EF2005731B2 /* pipi_stubs.h */,
  178. E635402B0EAB3EF2005731B2 /* pipi_internals.h */,
  179. E635402C0EAB3EF2005731B2 /* pipi.h */,
  180. E63540250EAB3ED2005731B2 /* codec */,
  181. );
  182. name = headers;
  183. sourceTree = "<group>";
  184. };
  185. E63540250EAB3ED2005731B2 /* codec */ = {
  186. isa = PBXGroup;
  187. children = (
  188. E63540270EAB3EDC005731B2 /* coreimage.h */,
  189. );
  190. name = codec;
  191. sourceTree = "<group>";
  192. };
  193. E63540350EAB3F57005731B2 /* autotools */ = {
  194. isa = PBXGroup;
  195. children = (
  196. E63540370EAB3F77005731B2 /* Makefile.am */,
  197. E63540380EAB3F77005731B2 /* configure.ac */,
  198. );
  199. name = autotools;
  200. sourceTree = "<group>";
  201. };
  202. /* End PBXGroup section */
  203. /* Begin PBXLegacyTarget section */
  204. D28A88AD04BDD90700651E21 /* xcode */ = {
  205. isa = PBXLegacyTarget;
  206. buildArgumentsString = "$(ACTION)";
  207. buildConfigurationList = 1DEB918F08733D9F0010E9CD /* Build configuration list for PBXLegacyTarget "xcode" */;
  208. buildPhases = (
  209. );
  210. buildToolPath = /usr/bin/make;
  211. dependencies = (
  212. );
  213. name = xcode;
  214. passBuildSettingsInEnvironment = 1;
  215. productName = xcode;
  216. };
  217. E61B9EBA0EAB665300AE69EA /* libpipi */ = {
  218. isa = PBXLegacyTarget;
  219. buildArgumentsString = "$(ACTION)";
  220. buildConfigurationList = E61B9EC10EAB669D00AE69EA /* Build configuration list for PBXLegacyTarget "libpipi" */;
  221. buildPhases = (
  222. );
  223. buildToolPath = /usr/bin/make;
  224. buildWorkingDirectory = "/Users/jylam/libpipi-trunk";
  225. dependencies = (
  226. );
  227. name = libpipi;
  228. passBuildSettingsInEnvironment = 1;
  229. productName = libpipi;
  230. };
  231. /* End PBXLegacyTarget section */
  232. /* Begin PBXProject section */
  233. 08FB7793FE84155DC02AAC07 /* Project object */ = {
  234. isa = PBXProject;
  235. buildConfigurationList = 1DEB919308733D9F0010E9CD /* Build configuration list for PBXProject "xcode" */;
  236. compatibilityVersion = "Xcode 3.1";
  237. hasScannedForEncodings = 1;
  238. mainGroup = 08FB7794FE84155DC02AAC07 /* xcode */;
  239. projectDirPath = "";
  240. projectRoot = "";
  241. targets = (
  242. D28A88AD04BDD90700651E21 /* xcode */,
  243. E61B9EBA0EAB665300AE69EA /* libpipi */,
  244. );
  245. };
  246. /* End PBXProject section */
  247. /* Begin XCBuildConfiguration section */
  248. 1DEB919008733D9F0010E9CD /* Debug */ = {
  249. isa = XCBuildConfiguration;
  250. buildSettings = {
  251. COPY_PHASE_STRIP = NO;
  252. DEBUGGING_SYMBOLS = YES;
  253. GCC_DYNAMIC_NO_PIC = NO;
  254. GCC_ENABLE_FIX_AND_CONTINUE = YES;
  255. GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
  256. GCC_OPTIMIZATION_LEVEL = 0;
  257. OTHER_CFLAGS = "";
  258. OTHER_LDFLAGS = "";
  259. PRODUCT_NAME = xcode;
  260. };
  261. name = Debug;
  262. };
  263. 1DEB919108733D9F0010E9CD /* Release */ = {
  264. isa = XCBuildConfiguration;
  265. buildSettings = {
  266. COPY_PHASE_STRIP = YES;
  267. GCC_ENABLE_FIX_AND_CONTINUE = NO;
  268. OTHER_CFLAGS = "";
  269. OTHER_LDFLAGS = "";
  270. PRODUCT_NAME = xcode;
  271. };
  272. name = Release;
  273. };
  274. 1DEB919408733D9F0010E9CD /* Debug */ = {
  275. isa = XCBuildConfiguration;
  276. buildSettings = {
  277. ARCHS = "$(ARCHS_STANDARD_32_BIT)";
  278. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  279. GCC_WARN_UNUSED_VARIABLE = YES;
  280. ONLY_ACTIVE_ARCH = YES;
  281. PREBINDING = NO;
  282. SDKROOT = macosx10.5;
  283. };
  284. name = Debug;
  285. };
  286. 1DEB919508733D9F0010E9CD /* Release */ = {
  287. isa = XCBuildConfiguration;
  288. buildSettings = {
  289. ARCHS = "$(ARCHS_STANDARD_32_BIT)";
  290. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  291. GCC_WARN_UNUSED_VARIABLE = YES;
  292. PREBINDING = NO;
  293. SDKROOT = macosx10.5;
  294. };
  295. name = Release;
  296. };
  297. E61B9EBB0EAB665300AE69EA /* Debug */ = {
  298. isa = XCBuildConfiguration;
  299. buildSettings = {
  300. COPY_PHASE_STRIP = NO;
  301. GCC_DYNAMIC_NO_PIC = NO;
  302. GCC_OPTIMIZATION_LEVEL = 0;
  303. PRODUCT_NAME = libpipi;
  304. };
  305. name = Debug;
  306. };
  307. E61B9EBC0EAB665300AE69EA /* Release */ = {
  308. isa = XCBuildConfiguration;
  309. buildSettings = {
  310. COPY_PHASE_STRIP = YES;
  311. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  312. GCC_ENABLE_FIX_AND_CONTINUE = NO;
  313. PRODUCT_NAME = libpipi;
  314. ZERO_LINK = NO;
  315. };
  316. name = Release;
  317. };
  318. /* End XCBuildConfiguration section */
  319. /* Begin XCConfigurationList section */
  320. 1DEB918F08733D9F0010E9CD /* Build configuration list for PBXLegacyTarget "xcode" */ = {
  321. isa = XCConfigurationList;
  322. buildConfigurations = (
  323. 1DEB919008733D9F0010E9CD /* Debug */,
  324. 1DEB919108733D9F0010E9CD /* Release */,
  325. );
  326. defaultConfigurationIsVisible = 0;
  327. defaultConfigurationName = Release;
  328. };
  329. 1DEB919308733D9F0010E9CD /* Build configuration list for PBXProject "xcode" */ = {
  330. isa = XCConfigurationList;
  331. buildConfigurations = (
  332. 1DEB919408733D9F0010E9CD /* Debug */,
  333. 1DEB919508733D9F0010E9CD /* Release */,
  334. );
  335. defaultConfigurationIsVisible = 0;
  336. defaultConfigurationName = Release;
  337. };
  338. E61B9EC10EAB669D00AE69EA /* Build configuration list for PBXLegacyTarget "libpipi" */ = {
  339. isa = XCConfigurationList;
  340. buildConfigurations = (
  341. E61B9EBB0EAB665300AE69EA /* Debug */,
  342. E61B9EBC0EAB665300AE69EA /* Release */,
  343. );
  344. defaultConfigurationIsVisible = 0;
  345. defaultConfigurationName = Release;
  346. };
  347. /* End XCConfigurationList section */
  348. };
  349. rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
  350. }