project.pbxproj 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. CD2EC1BC1F0AF2C300D49DF5 /* bigdecimal.h in Headers */ = {isa = PBXBuildFile; fileRef = CD2EC1BB1F0AF2C300D49DF5 /* bigdecimal.h */; };
  10. CD2EC1BF1F0AF3B800D49DF5 /* bigdecimal.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD2EC1BE1F0AF3B800D49DF5 /* bigdecimal.cpp */; };
  11. CD2EC1C21F0BCCA700D49DF5 /* bignum_helper.h in Headers */ = {isa = PBXBuildFile; fileRef = CD2EC1C11F0BCCA700D49DF5 /* bignum_helper.h */; settings = {ATTRIBUTES = (Private, ); }; };
  12. CD2EC1C51F0BCCBF00D49DF5 /* bignum_helper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD2EC1C41F0BCCBF00D49DF5 /* bignum_helper.cpp */; };
  13. CD47694820AFA150009AA8BB /* libbigdecimal.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CD5FB2861F06EFEA005A0D61 /* libbigdecimal.dylib */; };
  14. CD47698920AFACAE009AA8BB /* GoogleMock.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CD47698020AFAC9C009AA8BB /* GoogleMock.framework */; };
  15. CD47698A20AFB48C009AA8BB /* bignumber_integral_test.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD3B82A31F114E1C0081E9FC /* bignumber_integral_test.cpp */; };
  16. CD47698B20AFB4FD009AA8BB /* bigdecimal_test.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD14CA711F0DA9FC0091A168 /* bigdecimal_test.cpp */; };
  17. CD47698C20B03C5E009AA8BB /* biginteger_test.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD47697520AFA6B2009AA8BB /* biginteger_test.cpp */; };
  18. CD5FB2911F06EFEF005A0D61 /* biginteger.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD5FB2801F06EF7D005A0D61 /* biginteger.cpp */; };
  19. CD5FB2921F06EFF2005A0D61 /* biginteger.h in Headers */ = {isa = PBXBuildFile; fileRef = CD5FB27F1F06EF70005A0D61 /* biginteger.h */; settings = {ATTRIBUTES = (Public, ); }; };
  20. /* End PBXBuildFile section */
  21. /* Begin PBXContainerItemProxy section */
  22. CD47694920AFA150009AA8BB /* PBXContainerItemProxy */ = {
  23. isa = PBXContainerItemProxy;
  24. containerPortal = CD5FB2691F06EEAF005A0D61 /* Project object */;
  25. proxyType = 1;
  26. remoteGlobalIDString = CD5FB2851F06EFEA005A0D61;
  27. remoteInfo = bigdecimal;
  28. };
  29. CD47697F20AFAC9C009AA8BB /* PBXContainerItemProxy */ = {
  30. isa = PBXContainerItemProxy;
  31. containerPortal = CD47697820AFAC9C009AA8BB /* GoogleMock.xcodeproj */;
  32. proxyType = 2;
  33. remoteGlobalIDString = 05818F861A685AEA0072A469;
  34. remoteInfo = GoogleMock;
  35. };
  36. CD47698120AFAC9C009AA8BB /* PBXContainerItemProxy */ = {
  37. isa = PBXContainerItemProxy;
  38. containerPortal = CD47697820AFAC9C009AA8BB /* GoogleMock.xcodeproj */;
  39. proxyType = 2;
  40. remoteGlobalIDString = 05E96ABD1A68600C00204102;
  41. remoteInfo = gmock;
  42. };
  43. CD47698320AFAC9C009AA8BB /* PBXContainerItemProxy */ = {
  44. isa = PBXContainerItemProxy;
  45. containerPortal = CD47697820AFAC9C009AA8BB /* GoogleMock.xcodeproj */;
  46. proxyType = 2;
  47. remoteGlobalIDString = 05E96B1F1A68634900204102;
  48. remoteInfo = gtest;
  49. };
  50. CD47698520AFAC9C009AA8BB /* PBXContainerItemProxy */ = {
  51. isa = PBXContainerItemProxy;
  52. containerPortal = CD47697820AFAC9C009AA8BB /* GoogleMock.xcodeproj */;
  53. proxyType = 2;
  54. remoteGlobalIDString = 05818F901A685AEA0072A469;
  55. remoteInfo = GoogleMockTests;
  56. };
  57. CD47698720AFACA8009AA8BB /* PBXContainerItemProxy */ = {
  58. isa = PBXContainerItemProxy;
  59. containerPortal = CD47697820AFAC9C009AA8BB /* GoogleMock.xcodeproj */;
  60. proxyType = 1;
  61. remoteGlobalIDString = 05818F851A685AEA0072A469;
  62. remoteInfo = GoogleMock;
  63. };
  64. /* End PBXContainerItemProxy section */
  65. /* Begin PBXFileReference section */
  66. CD14CA711F0DA9FC0091A168 /* bigdecimal_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = bigdecimal_test.cpp; sourceTree = "<group>"; };
  67. CD2EC1BB1F0AF2C300D49DF5 /* bigdecimal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bigdecimal.h; sourceTree = "<group>"; };
  68. CD2EC1BE1F0AF3B800D49DF5 /* bigdecimal.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = bigdecimal.cpp; sourceTree = "<group>"; };
  69. CD2EC1C11F0BCCA700D49DF5 /* bignum_helper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bignum_helper.h; sourceTree = "<group>"; };
  70. CD2EC1C41F0BCCBF00D49DF5 /* bignum_helper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = bignum_helper.cpp; sourceTree = "<group>"; };
  71. CD3B82A31F114E1C0081E9FC /* bignumber_integral_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = bignumber_integral_test.cpp; sourceTree = "<group>"; };
  72. CD47694320AFA150009AA8BB /* bigdecimal-test.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "bigdecimal-test.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
  73. CD47694720AFA150009AA8BB /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  74. CD47697520AFA6B2009AA8BB /* biginteger_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = biginteger_test.cpp; sourceTree = "<group>"; };
  75. CD47697820AFAC9C009AA8BB /* GoogleMock.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = GoogleMock.xcodeproj; path = "../../../gmock-xcode-master/GoogleMock.xcodeproj"; sourceTree = "<group>"; };
  76. CD5FB27F1F06EF70005A0D61 /* biginteger.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = biginteger.h; sourceTree = "<group>"; };
  77. CD5FB2801F06EF7D005A0D61 /* biginteger.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = biginteger.cpp; sourceTree = "<group>"; };
  78. CD5FB2861F06EFEA005A0D61 /* libbigdecimal.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libbigdecimal.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
  79. /* End PBXFileReference section */
  80. /* Begin PBXFrameworksBuildPhase section */
  81. CD47694020AFA150009AA8BB /* Frameworks */ = {
  82. isa = PBXFrameworksBuildPhase;
  83. buildActionMask = 2147483647;
  84. files = (
  85. CD47698920AFACAE009AA8BB /* GoogleMock.framework in Frameworks */,
  86. CD47694820AFA150009AA8BB /* libbigdecimal.dylib in Frameworks */,
  87. );
  88. runOnlyForDeploymentPostprocessing = 0;
  89. };
  90. CD5FB2831F06EFEA005A0D61 /* Frameworks */ = {
  91. isa = PBXFrameworksBuildPhase;
  92. buildActionMask = 2147483647;
  93. files = (
  94. );
  95. runOnlyForDeploymentPostprocessing = 0;
  96. };
  97. /* End PBXFrameworksBuildPhase section */
  98. /* Begin PBXGroup section */
  99. CD47694420AFA150009AA8BB /* bigdecimal-test */ = {
  100. isa = PBXGroup;
  101. children = (
  102. CD47694720AFA150009AA8BB /* Info.plist */,
  103. );
  104. path = "bigdecimal-test";
  105. sourceTree = "<group>";
  106. };
  107. CD47697920AFAC9C009AA8BB /* Products */ = {
  108. isa = PBXGroup;
  109. children = (
  110. CD47698020AFAC9C009AA8BB /* GoogleMock.framework */,
  111. CD47698220AFAC9C009AA8BB /* gmock.framework */,
  112. CD47698420AFAC9C009AA8BB /* gtest.framework */,
  113. CD47698620AFAC9C009AA8BB /* GoogleMockTests.xctest */,
  114. );
  115. name = Products;
  116. sourceTree = "<group>";
  117. };
  118. CD5FB2681F06EEAF005A0D61 = {
  119. isa = PBXGroup;
  120. children = (
  121. CD47697820AFAC9C009AA8BB /* GoogleMock.xcodeproj */,
  122. CD5FB27B1F06EED6005A0D61 /* include */,
  123. CD5FB27C1F06EED6005A0D61 /* src */,
  124. CD5FB27D1F06EED6005A0D61 /* test */,
  125. CD47694420AFA150009AA8BB /* bigdecimal-test */,
  126. CD5FB2721F06EEAF005A0D61 /* Products */,
  127. );
  128. sourceTree = "<group>";
  129. };
  130. CD5FB2721F06EEAF005A0D61 /* Products */ = {
  131. isa = PBXGroup;
  132. children = (
  133. CD5FB2861F06EFEA005A0D61 /* libbigdecimal.dylib */,
  134. CD47694320AFA150009AA8BB /* bigdecimal-test.xctest */,
  135. );
  136. name = Products;
  137. sourceTree = "<group>";
  138. };
  139. CD5FB27B1F06EED6005A0D61 /* include */ = {
  140. isa = PBXGroup;
  141. children = (
  142. CD5FB27F1F06EF70005A0D61 /* biginteger.h */,
  143. CD2EC1BB1F0AF2C300D49DF5 /* bigdecimal.h */,
  144. CD2EC1C11F0BCCA700D49DF5 /* bignum_helper.h */,
  145. );
  146. path = include;
  147. sourceTree = "<group>";
  148. };
  149. CD5FB27C1F06EED6005A0D61 /* src */ = {
  150. isa = PBXGroup;
  151. children = (
  152. CD5FB2801F06EF7D005A0D61 /* biginteger.cpp */,
  153. CD2EC1BE1F0AF3B800D49DF5 /* bigdecimal.cpp */,
  154. CD2EC1C41F0BCCBF00D49DF5 /* bignum_helper.cpp */,
  155. );
  156. path = src;
  157. sourceTree = "<group>";
  158. };
  159. CD5FB27D1F06EED6005A0D61 /* test */ = {
  160. isa = PBXGroup;
  161. children = (
  162. CD47697520AFA6B2009AA8BB /* biginteger_test.cpp */,
  163. CD3B82A31F114E1C0081E9FC /* bignumber_integral_test.cpp */,
  164. CD14CA711F0DA9FC0091A168 /* bigdecimal_test.cpp */,
  165. );
  166. path = test;
  167. sourceTree = "<group>";
  168. };
  169. /* End PBXGroup section */
  170. /* Begin PBXHeadersBuildPhase section */
  171. CD5FB2841F06EFEA005A0D61 /* Headers */ = {
  172. isa = PBXHeadersBuildPhase;
  173. buildActionMask = 2147483647;
  174. files = (
  175. CD5FB2921F06EFF2005A0D61 /* biginteger.h in Headers */,
  176. CD2EC1BC1F0AF2C300D49DF5 /* bigdecimal.h in Headers */,
  177. CD2EC1C21F0BCCA700D49DF5 /* bignum_helper.h in Headers */,
  178. );
  179. runOnlyForDeploymentPostprocessing = 0;
  180. };
  181. /* End PBXHeadersBuildPhase section */
  182. /* Begin PBXNativeTarget section */
  183. CD47694220AFA150009AA8BB /* bigdecimal-test */ = {
  184. isa = PBXNativeTarget;
  185. buildConfigurationList = CD47694B20AFA150009AA8BB /* Build configuration list for PBXNativeTarget "bigdecimal-test" */;
  186. buildPhases = (
  187. CD47693F20AFA150009AA8BB /* Sources */,
  188. CD47694020AFA150009AA8BB /* Frameworks */,
  189. CD47694120AFA150009AA8BB /* Resources */,
  190. );
  191. buildRules = (
  192. );
  193. dependencies = (
  194. CD47698820AFACA8009AA8BB /* PBXTargetDependency */,
  195. CD47694A20AFA150009AA8BB /* PBXTargetDependency */,
  196. );
  197. name = "bigdecimal-test";
  198. productName = "bigdecimal-test";
  199. productReference = CD47694320AFA150009AA8BB /* bigdecimal-test.xctest */;
  200. productType = "com.apple.product-type.bundle.unit-test";
  201. };
  202. CD5FB2851F06EFEA005A0D61 /* bigdecimal */ = {
  203. isa = PBXNativeTarget;
  204. buildConfigurationList = CD5FB28E1F06EFEA005A0D61 /* Build configuration list for PBXNativeTarget "bigdecimal" */;
  205. buildPhases = (
  206. CD5FB2821F06EFEA005A0D61 /* Sources */,
  207. CD5FB2831F06EFEA005A0D61 /* Frameworks */,
  208. CD5FB2841F06EFEA005A0D61 /* Headers */,
  209. );
  210. buildRules = (
  211. );
  212. dependencies = (
  213. );
  214. name = bigdecimal;
  215. productName = bigdecimal;
  216. productReference = CD5FB2861F06EFEA005A0D61 /* libbigdecimal.dylib */;
  217. productType = "com.apple.product-type.library.dynamic";
  218. };
  219. /* End PBXNativeTarget section */
  220. /* Begin PBXProject section */
  221. CD5FB2691F06EEAF005A0D61 /* Project object */ = {
  222. isa = PBXProject;
  223. attributes = {
  224. LastUpgradeCheck = 0720;
  225. ORGANIZATIONNAME = "Sam Jaffe";
  226. TargetAttributes = {
  227. CD47694220AFA150009AA8BB = {
  228. CreatedOnToolsVersion = 7.2.1;
  229. };
  230. CD5FB2851F06EFEA005A0D61 = {
  231. CreatedOnToolsVersion = 7.2.1;
  232. };
  233. };
  234. };
  235. buildConfigurationList = CD5FB26C1F06EEAF005A0D61 /* Build configuration list for PBXProject "bigdecimal" */;
  236. compatibilityVersion = "Xcode 3.2";
  237. developmentRegion = English;
  238. hasScannedForEncodings = 0;
  239. knownRegions = (
  240. en,
  241. );
  242. mainGroup = CD5FB2681F06EEAF005A0D61;
  243. productRefGroup = CD5FB2721F06EEAF005A0D61 /* Products */;
  244. projectDirPath = "";
  245. projectReferences = (
  246. {
  247. ProductGroup = CD47697920AFAC9C009AA8BB /* Products */;
  248. ProjectRef = CD47697820AFAC9C009AA8BB /* GoogleMock.xcodeproj */;
  249. },
  250. );
  251. projectRoot = "";
  252. targets = (
  253. CD5FB2851F06EFEA005A0D61 /* bigdecimal */,
  254. CD47694220AFA150009AA8BB /* bigdecimal-test */,
  255. );
  256. };
  257. /* End PBXProject section */
  258. /* Begin PBXReferenceProxy section */
  259. CD47698020AFAC9C009AA8BB /* GoogleMock.framework */ = {
  260. isa = PBXReferenceProxy;
  261. fileType = wrapper.framework;
  262. path = GoogleMock.framework;
  263. remoteRef = CD47697F20AFAC9C009AA8BB /* PBXContainerItemProxy */;
  264. sourceTree = BUILT_PRODUCTS_DIR;
  265. };
  266. CD47698220AFAC9C009AA8BB /* gmock.framework */ = {
  267. isa = PBXReferenceProxy;
  268. fileType = wrapper.framework;
  269. path = gmock.framework;
  270. remoteRef = CD47698120AFAC9C009AA8BB /* PBXContainerItemProxy */;
  271. sourceTree = BUILT_PRODUCTS_DIR;
  272. };
  273. CD47698420AFAC9C009AA8BB /* gtest.framework */ = {
  274. isa = PBXReferenceProxy;
  275. fileType = wrapper.framework;
  276. path = gtest.framework;
  277. remoteRef = CD47698320AFAC9C009AA8BB /* PBXContainerItemProxy */;
  278. sourceTree = BUILT_PRODUCTS_DIR;
  279. };
  280. CD47698620AFAC9C009AA8BB /* GoogleMockTests.xctest */ = {
  281. isa = PBXReferenceProxy;
  282. fileType = wrapper.cfbundle;
  283. path = GoogleMockTests.xctest;
  284. remoteRef = CD47698520AFAC9C009AA8BB /* PBXContainerItemProxy */;
  285. sourceTree = BUILT_PRODUCTS_DIR;
  286. };
  287. /* End PBXReferenceProxy section */
  288. /* Begin PBXResourcesBuildPhase section */
  289. CD47694120AFA150009AA8BB /* Resources */ = {
  290. isa = PBXResourcesBuildPhase;
  291. buildActionMask = 2147483647;
  292. files = (
  293. );
  294. runOnlyForDeploymentPostprocessing = 0;
  295. };
  296. /* End PBXResourcesBuildPhase section */
  297. /* Begin PBXSourcesBuildPhase section */
  298. CD47693F20AFA150009AA8BB /* Sources */ = {
  299. isa = PBXSourcesBuildPhase;
  300. buildActionMask = 2147483647;
  301. files = (
  302. CD47698B20AFB4FD009AA8BB /* bigdecimal_test.cpp in Sources */,
  303. CD47698A20AFB48C009AA8BB /* bignumber_integral_test.cpp in Sources */,
  304. CD47698C20B03C5E009AA8BB /* biginteger_test.cpp in Sources */,
  305. );
  306. runOnlyForDeploymentPostprocessing = 0;
  307. };
  308. CD5FB2821F06EFEA005A0D61 /* Sources */ = {
  309. isa = PBXSourcesBuildPhase;
  310. buildActionMask = 2147483647;
  311. files = (
  312. CD2EC1BF1F0AF3B800D49DF5 /* bigdecimal.cpp in Sources */,
  313. CD5FB2911F06EFEF005A0D61 /* biginteger.cpp in Sources */,
  314. CD2EC1C51F0BCCBF00D49DF5 /* bignum_helper.cpp in Sources */,
  315. );
  316. runOnlyForDeploymentPostprocessing = 0;
  317. };
  318. /* End PBXSourcesBuildPhase section */
  319. /* Begin PBXTargetDependency section */
  320. CD47694A20AFA150009AA8BB /* PBXTargetDependency */ = {
  321. isa = PBXTargetDependency;
  322. target = CD5FB2851F06EFEA005A0D61 /* bigdecimal */;
  323. targetProxy = CD47694920AFA150009AA8BB /* PBXContainerItemProxy */;
  324. };
  325. CD47698820AFACA8009AA8BB /* PBXTargetDependency */ = {
  326. isa = PBXTargetDependency;
  327. name = GoogleMock;
  328. targetProxy = CD47698720AFACA8009AA8BB /* PBXContainerItemProxy */;
  329. };
  330. /* End PBXTargetDependency section */
  331. /* Begin XCBuildConfiguration section */
  332. CD47694C20AFA150009AA8BB /* Debug */ = {
  333. isa = XCBuildConfiguration;
  334. buildSettings = {
  335. COMBINE_HIDPI_IMAGES = YES;
  336. INFOPLIST_FILE = "bigdecimal-test/Info.plist";
  337. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  338. PRODUCT_BUNDLE_IDENTIFIER = "leumasjaffe.bigdecimal-test";
  339. PRODUCT_NAME = "$(TARGET_NAME)";
  340. };
  341. name = Debug;
  342. };
  343. CD47694D20AFA150009AA8BB /* Release */ = {
  344. isa = XCBuildConfiguration;
  345. buildSettings = {
  346. COMBINE_HIDPI_IMAGES = YES;
  347. INFOPLIST_FILE = "bigdecimal-test/Info.plist";
  348. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  349. PRODUCT_BUNDLE_IDENTIFIER = "leumasjaffe.bigdecimal-test";
  350. PRODUCT_NAME = "$(TARGET_NAME)";
  351. };
  352. name = Release;
  353. };
  354. CD5FB2761F06EEAF005A0D61 /* Debug */ = {
  355. isa = XCBuildConfiguration;
  356. buildSettings = {
  357. ALWAYS_SEARCH_USER_PATHS = NO;
  358. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  359. CLANG_CXX_LIBRARY = "libc++";
  360. CLANG_ENABLE_MODULES = YES;
  361. CLANG_ENABLE_OBJC_ARC = YES;
  362. CLANG_WARN_BOOL_CONVERSION = YES;
  363. CLANG_WARN_CONSTANT_CONVERSION = YES;
  364. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  365. CLANG_WARN_EMPTY_BODY = YES;
  366. CLANG_WARN_ENUM_CONVERSION = YES;
  367. CLANG_WARN_INT_CONVERSION = YES;
  368. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  369. CLANG_WARN_UNREACHABLE_CODE = YES;
  370. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  371. CODE_SIGN_IDENTITY = "-";
  372. COPY_PHASE_STRIP = NO;
  373. DEBUG_INFORMATION_FORMAT = dwarf;
  374. ENABLE_STRICT_OBJC_MSGSEND = YES;
  375. ENABLE_TESTABILITY = YES;
  376. GCC_C_LANGUAGE_STANDARD = gnu99;
  377. GCC_DYNAMIC_NO_PIC = NO;
  378. GCC_NO_COMMON_BLOCKS = YES;
  379. GCC_OPTIMIZATION_LEVEL = 0;
  380. GCC_PREPROCESSOR_DEFINITIONS = (
  381. "DEBUG=1",
  382. "$(inherited)",
  383. );
  384. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  385. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  386. GCC_WARN_UNDECLARED_SELECTOR = YES;
  387. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  388. GCC_WARN_UNUSED_FUNCTION = YES;
  389. GCC_WARN_UNUSED_VARIABLE = YES;
  390. HEADER_SEARCH_PATHS = "";
  391. MACOSX_DEPLOYMENT_TARGET = 10.10;
  392. MTL_ENABLE_DEBUG_INFO = YES;
  393. ONLY_ACTIVE_ARCH = YES;
  394. SDKROOT = macosx;
  395. USER_HEADER_SEARCH_PATHS = include;
  396. };
  397. name = Debug;
  398. };
  399. CD5FB2771F06EEAF005A0D61 /* Release */ = {
  400. isa = XCBuildConfiguration;
  401. buildSettings = {
  402. ALWAYS_SEARCH_USER_PATHS = NO;
  403. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  404. CLANG_CXX_LIBRARY = "libc++";
  405. CLANG_ENABLE_MODULES = YES;
  406. CLANG_ENABLE_OBJC_ARC = YES;
  407. CLANG_WARN_BOOL_CONVERSION = YES;
  408. CLANG_WARN_CONSTANT_CONVERSION = YES;
  409. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  410. CLANG_WARN_EMPTY_BODY = YES;
  411. CLANG_WARN_ENUM_CONVERSION = YES;
  412. CLANG_WARN_INT_CONVERSION = YES;
  413. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  414. CLANG_WARN_UNREACHABLE_CODE = YES;
  415. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  416. CODE_SIGN_IDENTITY = "-";
  417. COPY_PHASE_STRIP = NO;
  418. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  419. ENABLE_NS_ASSERTIONS = NO;
  420. ENABLE_STRICT_OBJC_MSGSEND = YES;
  421. GCC_C_LANGUAGE_STANDARD = gnu99;
  422. GCC_NO_COMMON_BLOCKS = YES;
  423. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  424. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  425. GCC_WARN_UNDECLARED_SELECTOR = YES;
  426. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  427. GCC_WARN_UNUSED_FUNCTION = YES;
  428. GCC_WARN_UNUSED_VARIABLE = YES;
  429. HEADER_SEARCH_PATHS = "";
  430. MACOSX_DEPLOYMENT_TARGET = 10.10;
  431. MTL_ENABLE_DEBUG_INFO = NO;
  432. SDKROOT = macosx;
  433. USER_HEADER_SEARCH_PATHS = include;
  434. };
  435. name = Release;
  436. };
  437. CD5FB28F1F06EFEA005A0D61 /* Debug */ = {
  438. isa = XCBuildConfiguration;
  439. buildSettings = {
  440. DYLIB_COMPATIBILITY_VERSION = 1;
  441. DYLIB_CURRENT_VERSION = 1;
  442. EXECUTABLE_PREFIX = lib;
  443. GCC_ENABLE_CPP_EXCEPTIONS = YES;
  444. GCC_ENABLE_CPP_RTTI = YES;
  445. GCC_SYMBOLS_PRIVATE_EXTERN = YES;
  446. PRODUCT_NAME = "$(TARGET_NAME)";
  447. };
  448. name = Debug;
  449. };
  450. CD5FB2901F06EFEA005A0D61 /* Release */ = {
  451. isa = XCBuildConfiguration;
  452. buildSettings = {
  453. DYLIB_COMPATIBILITY_VERSION = 1;
  454. DYLIB_CURRENT_VERSION = 1;
  455. EXECUTABLE_PREFIX = lib;
  456. GCC_ENABLE_CPP_EXCEPTIONS = YES;
  457. GCC_ENABLE_CPP_RTTI = YES;
  458. GCC_SYMBOLS_PRIVATE_EXTERN = YES;
  459. PRODUCT_NAME = "$(TARGET_NAME)";
  460. };
  461. name = Release;
  462. };
  463. /* End XCBuildConfiguration section */
  464. /* Begin XCConfigurationList section */
  465. CD47694B20AFA150009AA8BB /* Build configuration list for PBXNativeTarget "bigdecimal-test" */ = {
  466. isa = XCConfigurationList;
  467. buildConfigurations = (
  468. CD47694C20AFA150009AA8BB /* Debug */,
  469. CD47694D20AFA150009AA8BB /* Release */,
  470. );
  471. defaultConfigurationIsVisible = 0;
  472. defaultConfigurationName = Release;
  473. };
  474. CD5FB26C1F06EEAF005A0D61 /* Build configuration list for PBXProject "bigdecimal" */ = {
  475. isa = XCConfigurationList;
  476. buildConfigurations = (
  477. CD5FB2761F06EEAF005A0D61 /* Debug */,
  478. CD5FB2771F06EEAF005A0D61 /* Release */,
  479. );
  480. defaultConfigurationIsVisible = 0;
  481. defaultConfigurationName = Release;
  482. };
  483. CD5FB28E1F06EFEA005A0D61 /* Build configuration list for PBXNativeTarget "bigdecimal" */ = {
  484. isa = XCConfigurationList;
  485. buildConfigurations = (
  486. CD5FB28F1F06EFEA005A0D61 /* Debug */,
  487. CD5FB2901F06EFEA005A0D61 /* Release */,
  488. );
  489. defaultConfigurationIsVisible = 0;
  490. defaultConfigurationName = Release;
  491. };
  492. /* End XCConfigurationList section */
  493. };
  494. rootObject = CD5FB2691F06EEAF005A0D61 /* Project object */;
  495. }