project.pbxproj 21 KB

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