project.pbxproj 21 KB

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