project.pbxproj 8.8 KB

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