project.pbxproj 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. CD5FB2911F06EFEF005A0D61 /* biginteger.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD5FB2801F06EF7D005A0D61 /* biginteger.cpp */; };
  10. CD5FB2921F06EFF2005A0D61 /* biginteger.h in Headers */ = {isa = PBXBuildFile; fileRef = CD5FB27F1F06EF70005A0D61 /* biginteger.h */; settings = {ATTRIBUTES = (Public, ); }; };
  11. CD5FB2A31F06F03D005A0D61 /* biginteger.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD5FB2801F06EF7D005A0D61 /* biginteger.cpp */; };
  12. CD5FB2A41F06F048005A0D61 /* libbigdecimal_s.a in Frameworks */ = {isa = PBXBuildFile; fileRef = CD5FB2981F06F030005A0D61 /* libbigdecimal_s.a */; };
  13. CD5FB2A71F06F0D2005A0D61 /* bigdecimal_tc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD5FB2A61F06F0D2005A0D61 /* bigdecimal_tc.cpp */; };
  14. /* End PBXBuildFile section */
  15. /* Begin PBXCopyFilesBuildPhase section */
  16. CD5FB26F1F06EEAF005A0D61 /* CopyFiles */ = {
  17. isa = PBXCopyFilesBuildPhase;
  18. buildActionMask = 2147483647;
  19. dstPath = /usr/share/man/man1/;
  20. dstSubfolderSpec = 0;
  21. files = (
  22. );
  23. runOnlyForDeploymentPostprocessing = 1;
  24. };
  25. /* End PBXCopyFilesBuildPhase section */
  26. /* Begin PBXFileReference section */
  27. CD5FB2711F06EEAF005A0D61 /* bigdecimal_tc */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = bigdecimal_tc; sourceTree = BUILT_PRODUCTS_DIR; };
  28. CD5FB27E1F06EF64005A0D61 /* biginteger.t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = biginteger.t.h; sourceTree = "<group>"; };
  29. CD5FB27F1F06EF70005A0D61 /* biginteger.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = biginteger.h; sourceTree = "<group>"; };
  30. CD5FB2801F06EF7D005A0D61 /* biginteger.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = biginteger.cpp; sourceTree = "<group>"; };
  31. CD5FB2861F06EFEA005A0D61 /* libbigdecimal.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libbigdecimal.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
  32. CD5FB2981F06F030005A0D61 /* libbigdecimal_s.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libbigdecimal_s.a; sourceTree = BUILT_PRODUCTS_DIR; };
  33. CD5FB2A61F06F0D2005A0D61 /* bigdecimal_tc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = bigdecimal_tc.cpp; sourceTree = "<group>"; };
  34. /* End PBXFileReference section */
  35. /* Begin PBXFrameworksBuildPhase section */
  36. CD5FB26E1F06EEAF005A0D61 /* Frameworks */ = {
  37. isa = PBXFrameworksBuildPhase;
  38. buildActionMask = 2147483647;
  39. files = (
  40. CD5FB2A41F06F048005A0D61 /* libbigdecimal_s.a in Frameworks */,
  41. );
  42. runOnlyForDeploymentPostprocessing = 0;
  43. };
  44. CD5FB2831F06EFEA005A0D61 /* Frameworks */ = {
  45. isa = PBXFrameworksBuildPhase;
  46. buildActionMask = 2147483647;
  47. files = (
  48. );
  49. runOnlyForDeploymentPostprocessing = 0;
  50. };
  51. CD5FB2951F06F030005A0D61 /* Frameworks */ = {
  52. isa = PBXFrameworksBuildPhase;
  53. buildActionMask = 2147483647;
  54. files = (
  55. );
  56. runOnlyForDeploymentPostprocessing = 0;
  57. };
  58. /* End PBXFrameworksBuildPhase section */
  59. /* Begin PBXGroup section */
  60. CD5FB2681F06EEAF005A0D61 = {
  61. isa = PBXGroup;
  62. children = (
  63. CD5FB27B1F06EED6005A0D61 /* include */,
  64. CD5FB27C1F06EED6005A0D61 /* src */,
  65. CD5FB27D1F06EED6005A0D61 /* test */,
  66. CD5FB2721F06EEAF005A0D61 /* Products */,
  67. );
  68. sourceTree = "<group>";
  69. };
  70. CD5FB2721F06EEAF005A0D61 /* Products */ = {
  71. isa = PBXGroup;
  72. children = (
  73. CD5FB2711F06EEAF005A0D61 /* bigdecimal_tc */,
  74. CD5FB2861F06EFEA005A0D61 /* libbigdecimal.dylib */,
  75. CD5FB2981F06F030005A0D61 /* libbigdecimal_s.a */,
  76. );
  77. name = Products;
  78. sourceTree = "<group>";
  79. };
  80. CD5FB27B1F06EED6005A0D61 /* include */ = {
  81. isa = PBXGroup;
  82. children = (
  83. CD5FB27F1F06EF70005A0D61 /* biginteger.h */,
  84. );
  85. path = include;
  86. sourceTree = "<group>";
  87. };
  88. CD5FB27C1F06EED6005A0D61 /* src */ = {
  89. isa = PBXGroup;
  90. children = (
  91. CD5FB2801F06EF7D005A0D61 /* biginteger.cpp */,
  92. );
  93. path = src;
  94. sourceTree = "<group>";
  95. };
  96. CD5FB27D1F06EED6005A0D61 /* test */ = {
  97. isa = PBXGroup;
  98. children = (
  99. CD5FB27E1F06EF64005A0D61 /* biginteger.t.h */,
  100. CD5FB2A61F06F0D2005A0D61 /* bigdecimal_tc.cpp */,
  101. );
  102. path = test;
  103. sourceTree = "<group>";
  104. };
  105. /* End PBXGroup section */
  106. /* Begin PBXHeadersBuildPhase section */
  107. CD5FB2841F06EFEA005A0D61 /* Headers */ = {
  108. isa = PBXHeadersBuildPhase;
  109. buildActionMask = 2147483647;
  110. files = (
  111. CD5FB2921F06EFF2005A0D61 /* biginteger.h in Headers */,
  112. );
  113. runOnlyForDeploymentPostprocessing = 0;
  114. };
  115. CD5FB2961F06F030005A0D61 /* Headers */ = {
  116. isa = PBXHeadersBuildPhase;
  117. buildActionMask = 2147483647;
  118. files = (
  119. );
  120. runOnlyForDeploymentPostprocessing = 0;
  121. };
  122. /* End PBXHeadersBuildPhase section */
  123. /* Begin PBXNativeTarget section */
  124. CD5FB2701F06EEAF005A0D61 /* bigdecimal_tc */ = {
  125. isa = PBXNativeTarget;
  126. buildConfigurationList = CD5FB2781F06EEAF005A0D61 /* Build configuration list for PBXNativeTarget "bigdecimal_tc" */;
  127. buildPhases = (
  128. CD5FB26D1F06EEAF005A0D61 /* Sources */,
  129. CD5FB26E1F06EEAF005A0D61 /* Frameworks */,
  130. CD5FB26F1F06EEAF005A0D61 /* CopyFiles */,
  131. CD5FB2A51F06F04C005A0D61 /* ShellScript */,
  132. );
  133. buildRules = (
  134. );
  135. dependencies = (
  136. );
  137. name = bigdecimal_tc;
  138. productName = bigdecimal;
  139. productReference = CD5FB2711F06EEAF005A0D61 /* bigdecimal_tc */;
  140. productType = "com.apple.product-type.tool";
  141. };
  142. CD5FB2851F06EFEA005A0D61 /* bigdecimal */ = {
  143. isa = PBXNativeTarget;
  144. buildConfigurationList = CD5FB28E1F06EFEA005A0D61 /* Build configuration list for PBXNativeTarget "bigdecimal" */;
  145. buildPhases = (
  146. CD5FB2821F06EFEA005A0D61 /* Sources */,
  147. CD5FB2831F06EFEA005A0D61 /* Frameworks */,
  148. CD5FB2841F06EFEA005A0D61 /* Headers */,
  149. );
  150. buildRules = (
  151. );
  152. dependencies = (
  153. );
  154. name = bigdecimal;
  155. productName = bigdecimal;
  156. productReference = CD5FB2861F06EFEA005A0D61 /* libbigdecimal.dylib */;
  157. productType = "com.apple.product-type.library.dynamic";
  158. };
  159. CD5FB2971F06F030005A0D61 /* bigdecimal_s */ = {
  160. isa = PBXNativeTarget;
  161. buildConfigurationList = CD5FB2A01F06F030005A0D61 /* Build configuration list for PBXNativeTarget "bigdecimal_s" */;
  162. buildPhases = (
  163. CD5FB2941F06F030005A0D61 /* Sources */,
  164. CD5FB2951F06F030005A0D61 /* Frameworks */,
  165. CD5FB2961F06F030005A0D61 /* Headers */,
  166. );
  167. buildRules = (
  168. );
  169. dependencies = (
  170. );
  171. name = bigdecimal_s;
  172. productName = bigdecimal_s;
  173. productReference = CD5FB2981F06F030005A0D61 /* libbigdecimal_s.a */;
  174. productType = "com.apple.product-type.library.static";
  175. };
  176. /* End PBXNativeTarget section */
  177. /* Begin PBXProject section */
  178. CD5FB2691F06EEAF005A0D61 /* Project object */ = {
  179. isa = PBXProject;
  180. attributes = {
  181. LastUpgradeCheck = 0720;
  182. ORGANIZATIONNAME = "Sam Jaffe";
  183. TargetAttributes = {
  184. CD5FB2701F06EEAF005A0D61 = {
  185. CreatedOnToolsVersion = 7.2.1;
  186. };
  187. CD5FB2851F06EFEA005A0D61 = {
  188. CreatedOnToolsVersion = 7.2.1;
  189. };
  190. CD5FB2971F06F030005A0D61 = {
  191. CreatedOnToolsVersion = 7.2.1;
  192. };
  193. };
  194. };
  195. buildConfigurationList = CD5FB26C1F06EEAF005A0D61 /* Build configuration list for PBXProject "bigdecimal" */;
  196. compatibilityVersion = "Xcode 3.2";
  197. developmentRegion = English;
  198. hasScannedForEncodings = 0;
  199. knownRegions = (
  200. en,
  201. );
  202. mainGroup = CD5FB2681F06EEAF005A0D61;
  203. productRefGroup = CD5FB2721F06EEAF005A0D61 /* Products */;
  204. projectDirPath = "";
  205. projectRoot = "";
  206. targets = (
  207. CD5FB2701F06EEAF005A0D61 /* bigdecimal_tc */,
  208. CD5FB2851F06EFEA005A0D61 /* bigdecimal */,
  209. CD5FB2971F06F030005A0D61 /* bigdecimal_s */,
  210. );
  211. };
  212. /* End PBXProject section */
  213. /* Begin PBXShellScriptBuildPhase section */
  214. CD5FB2A51F06F04C005A0D61 /* ShellScript */ = {
  215. isa = PBXShellScriptBuildPhase;
  216. buildActionMask = 2147483647;
  217. files = (
  218. );
  219. inputPaths = (
  220. "$(SRCROOT)/test/biginteger.t.h",
  221. );
  222. outputPaths = (
  223. "$(SRCROOT)/test/bigdecimal_tc.cpp",
  224. );
  225. runOnlyForDeploymentPostprocessing = 0;
  226. shellPath = /bin/sh;
  227. shellScript = "cd test; cxxtestgen --error-printer -o bigdecimal_tc.cpp biginteger.t.h";
  228. };
  229. /* End PBXShellScriptBuildPhase section */
  230. /* Begin PBXSourcesBuildPhase section */
  231. CD5FB26D1F06EEAF005A0D61 /* Sources */ = {
  232. isa = PBXSourcesBuildPhase;
  233. buildActionMask = 2147483647;
  234. files = (
  235. CD5FB2A71F06F0D2005A0D61 /* bigdecimal_tc.cpp in Sources */,
  236. );
  237. runOnlyForDeploymentPostprocessing = 0;
  238. };
  239. CD5FB2821F06EFEA005A0D61 /* Sources */ = {
  240. isa = PBXSourcesBuildPhase;
  241. buildActionMask = 2147483647;
  242. files = (
  243. CD5FB2911F06EFEF005A0D61 /* biginteger.cpp in Sources */,
  244. );
  245. runOnlyForDeploymentPostprocessing = 0;
  246. };
  247. CD5FB2941F06F030005A0D61 /* Sources */ = {
  248. isa = PBXSourcesBuildPhase;
  249. buildActionMask = 2147483647;
  250. files = (
  251. CD5FB2A31F06F03D005A0D61 /* biginteger.cpp in Sources */,
  252. );
  253. runOnlyForDeploymentPostprocessing = 0;
  254. };
  255. /* End PBXSourcesBuildPhase section */
  256. /* Begin XCBuildConfiguration section */
  257. CD5FB2761F06EEAF005A0D61 /* Debug */ = {
  258. isa = XCBuildConfiguration;
  259. buildSettings = {
  260. ALWAYS_SEARCH_USER_PATHS = NO;
  261. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  262. CLANG_CXX_LIBRARY = "libc++";
  263. CLANG_ENABLE_MODULES = YES;
  264. CLANG_ENABLE_OBJC_ARC = YES;
  265. CLANG_WARN_BOOL_CONVERSION = YES;
  266. CLANG_WARN_CONSTANT_CONVERSION = YES;
  267. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  268. CLANG_WARN_EMPTY_BODY = YES;
  269. CLANG_WARN_ENUM_CONVERSION = YES;
  270. CLANG_WARN_INT_CONVERSION = YES;
  271. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  272. CLANG_WARN_UNREACHABLE_CODE = YES;
  273. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  274. CODE_SIGN_IDENTITY = "-";
  275. COPY_PHASE_STRIP = NO;
  276. DEBUG_INFORMATION_FORMAT = dwarf;
  277. ENABLE_STRICT_OBJC_MSGSEND = YES;
  278. ENABLE_TESTABILITY = YES;
  279. GCC_C_LANGUAGE_STANDARD = gnu99;
  280. GCC_DYNAMIC_NO_PIC = NO;
  281. GCC_NO_COMMON_BLOCKS = YES;
  282. GCC_OPTIMIZATION_LEVEL = 0;
  283. GCC_PREPROCESSOR_DEFINITIONS = (
  284. "DEBUG=1",
  285. "$(inherited)",
  286. );
  287. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  288. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  289. GCC_WARN_UNDECLARED_SELECTOR = YES;
  290. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  291. GCC_WARN_UNUSED_FUNCTION = YES;
  292. GCC_WARN_UNUSED_VARIABLE = YES;
  293. HEADER_SEARCH_PATHS = "";
  294. MACOSX_DEPLOYMENT_TARGET = 10.10;
  295. MTL_ENABLE_DEBUG_INFO = YES;
  296. ONLY_ACTIVE_ARCH = YES;
  297. SDKROOT = macosx;
  298. USER_HEADER_SEARCH_PATHS = include;
  299. };
  300. name = Debug;
  301. };
  302. CD5FB2771F06EEAF005A0D61 /* Release */ = {
  303. isa = XCBuildConfiguration;
  304. buildSettings = {
  305. ALWAYS_SEARCH_USER_PATHS = NO;
  306. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  307. CLANG_CXX_LIBRARY = "libc++";
  308. CLANG_ENABLE_MODULES = YES;
  309. CLANG_ENABLE_OBJC_ARC = YES;
  310. CLANG_WARN_BOOL_CONVERSION = YES;
  311. CLANG_WARN_CONSTANT_CONVERSION = YES;
  312. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  313. CLANG_WARN_EMPTY_BODY = YES;
  314. CLANG_WARN_ENUM_CONVERSION = YES;
  315. CLANG_WARN_INT_CONVERSION = YES;
  316. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  317. CLANG_WARN_UNREACHABLE_CODE = YES;
  318. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  319. CODE_SIGN_IDENTITY = "-";
  320. COPY_PHASE_STRIP = NO;
  321. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  322. ENABLE_NS_ASSERTIONS = NO;
  323. ENABLE_STRICT_OBJC_MSGSEND = YES;
  324. GCC_C_LANGUAGE_STANDARD = gnu99;
  325. GCC_NO_COMMON_BLOCKS = YES;
  326. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  327. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  328. GCC_WARN_UNDECLARED_SELECTOR = YES;
  329. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  330. GCC_WARN_UNUSED_FUNCTION = YES;
  331. GCC_WARN_UNUSED_VARIABLE = YES;
  332. HEADER_SEARCH_PATHS = "";
  333. MACOSX_DEPLOYMENT_TARGET = 10.10;
  334. MTL_ENABLE_DEBUG_INFO = NO;
  335. SDKROOT = macosx;
  336. USER_HEADER_SEARCH_PATHS = include;
  337. };
  338. name = Release;
  339. };
  340. CD5FB2791F06EEAF005A0D61 /* Debug */ = {
  341. isa = XCBuildConfiguration;
  342. buildSettings = {
  343. HEADER_SEARCH_PATHS = /usr/local/include;
  344. PRODUCT_NAME = "$(TARGET_NAME)";
  345. };
  346. name = Debug;
  347. };
  348. CD5FB27A1F06EEAF005A0D61 /* Release */ = {
  349. isa = XCBuildConfiguration;
  350. buildSettings = {
  351. HEADER_SEARCH_PATHS = /usr/local/include;
  352. PRODUCT_NAME = "$(TARGET_NAME)";
  353. };
  354. name = Release;
  355. };
  356. CD5FB28F1F06EFEA005A0D61 /* Debug */ = {
  357. isa = XCBuildConfiguration;
  358. buildSettings = {
  359. DYLIB_COMPATIBILITY_VERSION = 1;
  360. DYLIB_CURRENT_VERSION = 1;
  361. EXECUTABLE_PREFIX = lib;
  362. GCC_ENABLE_CPP_EXCEPTIONS = YES;
  363. GCC_ENABLE_CPP_RTTI = YES;
  364. GCC_SYMBOLS_PRIVATE_EXTERN = YES;
  365. PRODUCT_NAME = "$(TARGET_NAME)";
  366. };
  367. name = Debug;
  368. };
  369. CD5FB2901F06EFEA005A0D61 /* Release */ = {
  370. isa = XCBuildConfiguration;
  371. buildSettings = {
  372. DYLIB_COMPATIBILITY_VERSION = 1;
  373. DYLIB_CURRENT_VERSION = 1;
  374. EXECUTABLE_PREFIX = lib;
  375. GCC_ENABLE_CPP_EXCEPTIONS = YES;
  376. GCC_ENABLE_CPP_RTTI = YES;
  377. GCC_SYMBOLS_PRIVATE_EXTERN = YES;
  378. PRODUCT_NAME = "$(TARGET_NAME)";
  379. };
  380. name = Release;
  381. };
  382. CD5FB2A11F06F030005A0D61 /* Debug */ = {
  383. isa = XCBuildConfiguration;
  384. buildSettings = {
  385. EXECUTABLE_PREFIX = lib;
  386. GCC_ENABLE_CPP_EXCEPTIONS = YES;
  387. GCC_ENABLE_CPP_RTTI = YES;
  388. PRODUCT_NAME = "$(TARGET_NAME)";
  389. };
  390. name = Debug;
  391. };
  392. CD5FB2A21F06F030005A0D61 /* Release */ = {
  393. isa = XCBuildConfiguration;
  394. buildSettings = {
  395. EXECUTABLE_PREFIX = lib;
  396. GCC_ENABLE_CPP_EXCEPTIONS = YES;
  397. GCC_ENABLE_CPP_RTTI = YES;
  398. PRODUCT_NAME = "$(TARGET_NAME)";
  399. };
  400. name = Release;
  401. };
  402. /* End XCBuildConfiguration section */
  403. /* Begin XCConfigurationList section */
  404. CD5FB26C1F06EEAF005A0D61 /* Build configuration list for PBXProject "bigdecimal" */ = {
  405. isa = XCConfigurationList;
  406. buildConfigurations = (
  407. CD5FB2761F06EEAF005A0D61 /* Debug */,
  408. CD5FB2771F06EEAF005A0D61 /* Release */,
  409. );
  410. defaultConfigurationIsVisible = 0;
  411. defaultConfigurationName = Release;
  412. };
  413. CD5FB2781F06EEAF005A0D61 /* Build configuration list for PBXNativeTarget "bigdecimal_tc" */ = {
  414. isa = XCConfigurationList;
  415. buildConfigurations = (
  416. CD5FB2791F06EEAF005A0D61 /* Debug */,
  417. CD5FB27A1F06EEAF005A0D61 /* Release */,
  418. );
  419. defaultConfigurationIsVisible = 0;
  420. defaultConfigurationName = Release;
  421. };
  422. CD5FB28E1F06EFEA005A0D61 /* Build configuration list for PBXNativeTarget "bigdecimal" */ = {
  423. isa = XCConfigurationList;
  424. buildConfigurations = (
  425. CD5FB28F1F06EFEA005A0D61 /* Debug */,
  426. CD5FB2901F06EFEA005A0D61 /* Release */,
  427. );
  428. defaultConfigurationIsVisible = 0;
  429. defaultConfigurationName = Release;
  430. };
  431. CD5FB2A01F06F030005A0D61 /* Build configuration list for PBXNativeTarget "bigdecimal_s" */ = {
  432. isa = XCConfigurationList;
  433. buildConfigurations = (
  434. CD5FB2A11F06F030005A0D61 /* Debug */,
  435. CD5FB2A21F06F030005A0D61 /* Release */,
  436. );
  437. defaultConfigurationIsVisible = 0;
  438. defaultConfigurationName = Release;
  439. };
  440. /* End XCConfigurationList section */
  441. };
  442. rootObject = CD5FB2691F06EEAF005A0D61 /* Project object */;
  443. }