project.pbxproj 10.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 50;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. CDED6A4F21B2F62C00AB91D0 /* random.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CDED6A4E21B2F62C00AB91D0 /* random.cxx */; };
  10. CDED6A5E21B2F76B00AB91D0 /* shared_random_generator in Headers */ = {isa = PBXBuildFile; fileRef = CDED6A5D21B2F76700AB91D0 /* shared_random_generator */; settings = {ATTRIBUTES = (Public, ); }; };
  11. /* End PBXBuildFile section */
  12. /* Begin PBXFileReference section */
  13. CDED6A4221B2F5A700AB91D0 /* libshared_random_generator.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libshared_random_generator.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
  14. CDED6A4E21B2F62C00AB91D0 /* random.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = random.cxx; sourceTree = "<group>"; };
  15. CDED6A5D21B2F76700AB91D0 /* shared_random_generator */ = {isa = PBXFileReference; lastKnownFileType = folder; name = shared_random_generator; path = include/shared_random_generator; sourceTree = "<group>"; };
  16. /* End PBXFileReference section */
  17. /* Begin PBXFrameworksBuildPhase section */
  18. CDED6A4021B2F5A700AB91D0 /* Frameworks */ = {
  19. isa = PBXFrameworksBuildPhase;
  20. buildActionMask = 2147483647;
  21. files = (
  22. );
  23. runOnlyForDeploymentPostprocessing = 0;
  24. };
  25. /* End PBXFrameworksBuildPhase section */
  26. /* Begin PBXGroup section */
  27. CDED6A3921B2F5A700AB91D0 = {
  28. isa = PBXGroup;
  29. children = (
  30. CDED6A5D21B2F76700AB91D0 /* shared_random_generator */,
  31. CDED6A4921B2F5DF00AB91D0 /* src */,
  32. CDED6A4A21B2F5DF00AB91D0 /* test */,
  33. CDED6A4321B2F5A700AB91D0 /* Products */,
  34. );
  35. sourceTree = "<group>";
  36. };
  37. CDED6A4321B2F5A700AB91D0 /* Products */ = {
  38. isa = PBXGroup;
  39. children = (
  40. CDED6A4221B2F5A700AB91D0 /* libshared_random_generator.dylib */,
  41. );
  42. name = Products;
  43. sourceTree = "<group>";
  44. };
  45. CDED6A4921B2F5DF00AB91D0 /* src */ = {
  46. isa = PBXGroup;
  47. children = (
  48. CDED6A4E21B2F62C00AB91D0 /* random.cxx */,
  49. );
  50. path = src;
  51. sourceTree = "<group>";
  52. };
  53. CDED6A4A21B2F5DF00AB91D0 /* test */ = {
  54. isa = PBXGroup;
  55. children = (
  56. );
  57. path = test;
  58. sourceTree = "<group>";
  59. };
  60. /* End PBXGroup section */
  61. /* Begin PBXHeadersBuildPhase section */
  62. CDED6A3E21B2F5A700AB91D0 /* Headers */ = {
  63. isa = PBXHeadersBuildPhase;
  64. buildActionMask = 2147483647;
  65. files = (
  66. CDED6A5E21B2F76B00AB91D0 /* shared_random_generator in Headers */,
  67. );
  68. runOnlyForDeploymentPostprocessing = 0;
  69. };
  70. /* End PBXHeadersBuildPhase section */
  71. /* Begin PBXNativeTarget section */
  72. CDED6A4121B2F5A700AB91D0 /* shared_random_generator */ = {
  73. isa = PBXNativeTarget;
  74. buildConfigurationList = CDED6A4621B2F5A700AB91D0 /* Build configuration list for PBXNativeTarget "shared_random_generator" */;
  75. buildPhases = (
  76. CDED6A3E21B2F5A700AB91D0 /* Headers */,
  77. CDED6A3F21B2F5A700AB91D0 /* Sources */,
  78. CDED6A4021B2F5A700AB91D0 /* Frameworks */,
  79. );
  80. buildRules = (
  81. );
  82. dependencies = (
  83. );
  84. name = shared_random_generator;
  85. productName = shared_random_generator;
  86. productReference = CDED6A4221B2F5A700AB91D0 /* libshared_random_generator.dylib */;
  87. productType = "com.apple.product-type.library.dynamic";
  88. };
  89. /* End PBXNativeTarget section */
  90. /* Begin PBXProject section */
  91. CDED6A3A21B2F5A700AB91D0 /* Project object */ = {
  92. isa = PBXProject;
  93. attributes = {
  94. LastUpgradeCheck = 1010;
  95. ORGANIZATIONNAME = "Sam Jaffe";
  96. TargetAttributes = {
  97. CDED6A4121B2F5A700AB91D0 = {
  98. CreatedOnToolsVersion = 10.1;
  99. };
  100. };
  101. };
  102. buildConfigurationList = CDED6A3D21B2F5A700AB91D0 /* Build configuration list for PBXProject "shared_random_generator" */;
  103. compatibilityVersion = "Xcode 9.3";
  104. developmentRegion = en;
  105. hasScannedForEncodings = 0;
  106. knownRegions = (
  107. en,
  108. Base,
  109. );
  110. mainGroup = CDED6A3921B2F5A700AB91D0;
  111. productRefGroup = CDED6A4321B2F5A700AB91D0 /* Products */;
  112. projectDirPath = "";
  113. projectRoot = "";
  114. targets = (
  115. CDED6A4121B2F5A700AB91D0 /* shared_random_generator */,
  116. );
  117. };
  118. /* End PBXProject section */
  119. /* Begin PBXSourcesBuildPhase section */
  120. CDED6A3F21B2F5A700AB91D0 /* Sources */ = {
  121. isa = PBXSourcesBuildPhase;
  122. buildActionMask = 2147483647;
  123. files = (
  124. CDED6A4F21B2F62C00AB91D0 /* random.cxx in Sources */,
  125. );
  126. runOnlyForDeploymentPostprocessing = 0;
  127. };
  128. /* End PBXSourcesBuildPhase section */
  129. /* Begin XCBuildConfiguration section */
  130. CDED6A4421B2F5A700AB91D0 /* Debug */ = {
  131. isa = XCBuildConfiguration;
  132. buildSettings = {
  133. ALWAYS_SEARCH_USER_PATHS = NO;
  134. CLANG_ANALYZER_NONNULL = YES;
  135. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  136. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  137. CLANG_CXX_LIBRARY = "libc++";
  138. CLANG_ENABLE_MODULES = YES;
  139. CLANG_ENABLE_OBJC_ARC = YES;
  140. CLANG_ENABLE_OBJC_WEAK = YES;
  141. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  142. CLANG_WARN_BOOL_CONVERSION = YES;
  143. CLANG_WARN_COMMA = YES;
  144. CLANG_WARN_CONSTANT_CONVERSION = YES;
  145. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  146. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  147. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  148. CLANG_WARN_EMPTY_BODY = YES;
  149. CLANG_WARN_ENUM_CONVERSION = YES;
  150. CLANG_WARN_INFINITE_RECURSION = YES;
  151. CLANG_WARN_INT_CONVERSION = YES;
  152. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  153. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  154. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  155. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  156. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  157. CLANG_WARN_STRICT_PROTOTYPES = YES;
  158. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  159. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  160. CLANG_WARN_UNREACHABLE_CODE = YES;
  161. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  162. CODE_SIGN_IDENTITY = "-";
  163. COPY_PHASE_STRIP = NO;
  164. DEBUG_INFORMATION_FORMAT = dwarf;
  165. ENABLE_STRICT_OBJC_MSGSEND = YES;
  166. ENABLE_TESTABILITY = YES;
  167. GCC_C_LANGUAGE_STANDARD = gnu11;
  168. GCC_DYNAMIC_NO_PIC = NO;
  169. GCC_NO_COMMON_BLOCKS = YES;
  170. GCC_OPTIMIZATION_LEVEL = 0;
  171. GCC_PREPROCESSOR_DEFINITIONS = (
  172. "DEBUG=1",
  173. "$(inherited)",
  174. );
  175. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  176. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  177. GCC_WARN_UNDECLARED_SELECTOR = YES;
  178. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  179. GCC_WARN_UNUSED_FUNCTION = YES;
  180. GCC_WARN_UNUSED_VARIABLE = YES;
  181. MACOSX_DEPLOYMENT_TARGET = 10.13;
  182. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  183. MTL_FAST_MATH = YES;
  184. ONLY_ACTIVE_ARCH = YES;
  185. SDKROOT = macosx;
  186. USER_HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/include";
  187. };
  188. name = Debug;
  189. };
  190. CDED6A4521B2F5A700AB91D0 /* Release */ = {
  191. isa = XCBuildConfiguration;
  192. buildSettings = {
  193. ALWAYS_SEARCH_USER_PATHS = NO;
  194. CLANG_ANALYZER_NONNULL = YES;
  195. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  196. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  197. CLANG_CXX_LIBRARY = "libc++";
  198. CLANG_ENABLE_MODULES = YES;
  199. CLANG_ENABLE_OBJC_ARC = YES;
  200. CLANG_ENABLE_OBJC_WEAK = YES;
  201. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  202. CLANG_WARN_BOOL_CONVERSION = YES;
  203. CLANG_WARN_COMMA = YES;
  204. CLANG_WARN_CONSTANT_CONVERSION = YES;
  205. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  206. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  207. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  208. CLANG_WARN_EMPTY_BODY = YES;
  209. CLANG_WARN_ENUM_CONVERSION = YES;
  210. CLANG_WARN_INFINITE_RECURSION = YES;
  211. CLANG_WARN_INT_CONVERSION = YES;
  212. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  213. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  214. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  215. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  216. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  217. CLANG_WARN_STRICT_PROTOTYPES = YES;
  218. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  219. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  220. CLANG_WARN_UNREACHABLE_CODE = YES;
  221. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  222. CODE_SIGN_IDENTITY = "-";
  223. COPY_PHASE_STRIP = NO;
  224. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  225. ENABLE_NS_ASSERTIONS = NO;
  226. ENABLE_STRICT_OBJC_MSGSEND = YES;
  227. GCC_C_LANGUAGE_STANDARD = gnu11;
  228. GCC_NO_COMMON_BLOCKS = YES;
  229. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  230. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  231. GCC_WARN_UNDECLARED_SELECTOR = YES;
  232. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  233. GCC_WARN_UNUSED_FUNCTION = YES;
  234. GCC_WARN_UNUSED_VARIABLE = YES;
  235. MACOSX_DEPLOYMENT_TARGET = 10.13;
  236. MTL_ENABLE_DEBUG_INFO = NO;
  237. MTL_FAST_MATH = YES;
  238. SDKROOT = macosx;
  239. USER_HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/include";
  240. };
  241. name = Release;
  242. };
  243. CDED6A4721B2F5A700AB91D0 /* Debug */ = {
  244. isa = XCBuildConfiguration;
  245. buildSettings = {
  246. CODE_SIGN_STYLE = Automatic;
  247. DYLIB_COMPATIBILITY_VERSION = 1;
  248. DYLIB_CURRENT_VERSION = 1;
  249. EXECUTABLE_PREFIX = lib;
  250. PRODUCT_NAME = "$(TARGET_NAME)";
  251. SKIP_INSTALL = YES;
  252. };
  253. name = Debug;
  254. };
  255. CDED6A4821B2F5A700AB91D0 /* Release */ = {
  256. isa = XCBuildConfiguration;
  257. buildSettings = {
  258. CODE_SIGN_STYLE = Automatic;
  259. DYLIB_COMPATIBILITY_VERSION = 1;
  260. DYLIB_CURRENT_VERSION = 1;
  261. EXECUTABLE_PREFIX = lib;
  262. PRODUCT_NAME = "$(TARGET_NAME)";
  263. SKIP_INSTALL = YES;
  264. };
  265. name = Release;
  266. };
  267. /* End XCBuildConfiguration section */
  268. /* Begin XCConfigurationList section */
  269. CDED6A3D21B2F5A700AB91D0 /* Build configuration list for PBXProject "shared_random_generator" */ = {
  270. isa = XCConfigurationList;
  271. buildConfigurations = (
  272. CDED6A4421B2F5A700AB91D0 /* Debug */,
  273. CDED6A4521B2F5A700AB91D0 /* Release */,
  274. );
  275. defaultConfigurationIsVisible = 0;
  276. defaultConfigurationName = Release;
  277. };
  278. CDED6A4621B2F5A700AB91D0 /* Build configuration list for PBXNativeTarget "shared_random_generator" */ = {
  279. isa = XCConfigurationList;
  280. buildConfigurations = (
  281. CDED6A4721B2F5A700AB91D0 /* Debug */,
  282. CDED6A4821B2F5A700AB91D0 /* Release */,
  283. );
  284. defaultConfigurationIsVisible = 0;
  285. defaultConfigurationName = Release;
  286. };
  287. /* End XCConfigurationList section */
  288. };
  289. rootObject = CDED6A3A21B2F5A700AB91D0 /* Project object */;
  290. }