project.pbxproj 21 KB

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