project.pbxproj 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281
  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 = 1000;
  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 = English;
  100. hasScannedForEncodings = 0;
  101. knownRegions = (
  102. en,
  103. );
  104. mainGroup = CD35DCD41D612CCD00BE3686;
  105. productRefGroup = CD35DCDE1D612CCD00BE3686 /* Products */;
  106. projectDirPath = "";
  107. projectRoot = "";
  108. targets = (
  109. CD35DCDC1D612CCD00BE3686 /* resource_factory */,
  110. );
  111. };
  112. /* End PBXProject section */
  113. /* Begin PBXSourcesBuildPhase section */
  114. CD35DCD91D612CCD00BE3686 /* Sources */ = {
  115. isa = PBXSourcesBuildPhase;
  116. buildActionMask = 2147483647;
  117. files = (
  118. );
  119. runOnlyForDeploymentPostprocessing = 0;
  120. };
  121. /* End PBXSourcesBuildPhase section */
  122. /* Begin XCBuildConfiguration section */
  123. CD35DCE61D612CCD00BE3686 /* Debug */ = {
  124. isa = XCBuildConfiguration;
  125. buildSettings = {
  126. ALWAYS_SEARCH_USER_PATHS = NO;
  127. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  128. CLANG_CXX_LIBRARY = "libc++";
  129. CLANG_ENABLE_MODULES = YES;
  130. CLANG_ENABLE_OBJC_ARC = YES;
  131. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  132. CLANG_WARN_BOOL_CONVERSION = YES;
  133. CLANG_WARN_COMMA = YES;
  134. CLANG_WARN_CONSTANT_CONVERSION = YES;
  135. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  136. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  137. CLANG_WARN_EMPTY_BODY = YES;
  138. CLANG_WARN_ENUM_CONVERSION = YES;
  139. CLANG_WARN_INFINITE_RECURSION = YES;
  140. CLANG_WARN_INT_CONVERSION = YES;
  141. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  142. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  143. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  144. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  145. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  146. CLANG_WARN_STRICT_PROTOTYPES = YES;
  147. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  148. CLANG_WARN_UNREACHABLE_CODE = YES;
  149. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  150. CODE_SIGN_IDENTITY = "-";
  151. COPY_PHASE_STRIP = NO;
  152. DEBUG_INFORMATION_FORMAT = dwarf;
  153. ENABLE_STRICT_OBJC_MSGSEND = YES;
  154. ENABLE_TESTABILITY = YES;
  155. GCC_C_LANGUAGE_STANDARD = gnu99;
  156. GCC_DYNAMIC_NO_PIC = NO;
  157. GCC_NO_COMMON_BLOCKS = YES;
  158. GCC_OPTIMIZATION_LEVEL = 0;
  159. GCC_PREPROCESSOR_DEFINITIONS = (
  160. "DEBUG=1",
  161. "$(inherited)",
  162. );
  163. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  164. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  165. GCC_WARN_UNDECLARED_SELECTOR = YES;
  166. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  167. GCC_WARN_UNUSED_FUNCTION = YES;
  168. GCC_WARN_UNUSED_VARIABLE = YES;
  169. MACOSX_DEPLOYMENT_TARGET = 10.10;
  170. MTL_ENABLE_DEBUG_INFO = YES;
  171. ONLY_ACTIVE_ARCH = YES;
  172. SDKROOT = macosx;
  173. };
  174. name = Debug;
  175. };
  176. CD35DCE71D612CCD00BE3686 /* Release */ = {
  177. isa = XCBuildConfiguration;
  178. buildSettings = {
  179. ALWAYS_SEARCH_USER_PATHS = NO;
  180. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  181. CLANG_CXX_LIBRARY = "libc++";
  182. CLANG_ENABLE_MODULES = YES;
  183. CLANG_ENABLE_OBJC_ARC = YES;
  184. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  185. CLANG_WARN_BOOL_CONVERSION = YES;
  186. CLANG_WARN_COMMA = YES;
  187. CLANG_WARN_CONSTANT_CONVERSION = YES;
  188. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  189. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  190. CLANG_WARN_EMPTY_BODY = YES;
  191. CLANG_WARN_ENUM_CONVERSION = YES;
  192. CLANG_WARN_INFINITE_RECURSION = YES;
  193. CLANG_WARN_INT_CONVERSION = YES;
  194. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  195. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  196. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  197. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  198. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  199. CLANG_WARN_STRICT_PROTOTYPES = YES;
  200. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  201. CLANG_WARN_UNREACHABLE_CODE = YES;
  202. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  203. CODE_SIGN_IDENTITY = "-";
  204. COPY_PHASE_STRIP = NO;
  205. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  206. ENABLE_NS_ASSERTIONS = NO;
  207. ENABLE_STRICT_OBJC_MSGSEND = YES;
  208. GCC_C_LANGUAGE_STANDARD = gnu99;
  209. GCC_NO_COMMON_BLOCKS = YES;
  210. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  211. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  212. GCC_WARN_UNDECLARED_SELECTOR = YES;
  213. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  214. GCC_WARN_UNUSED_FUNCTION = YES;
  215. GCC_WARN_UNUSED_VARIABLE = YES;
  216. MACOSX_DEPLOYMENT_TARGET = 10.10;
  217. MTL_ENABLE_DEBUG_INFO = NO;
  218. SDKROOT = macosx;
  219. };
  220. name = Release;
  221. };
  222. CD35DCE91D612CCD00BE3686 /* Debug */ = {
  223. isa = XCBuildConfiguration;
  224. buildSettings = {
  225. DYLIB_COMPATIBILITY_VERSION = 1;
  226. DYLIB_CURRENT_VERSION = 1;
  227. EXECUTABLE_PREFIX = lib;
  228. GCC_ENABLE_CPP_EXCEPTIONS = YES;
  229. GCC_ENABLE_CPP_RTTI = YES;
  230. GCC_SYMBOLS_PRIVATE_EXTERN = YES;
  231. PRODUCT_NAME = "$(TARGET_NAME)";
  232. };
  233. name = Debug;
  234. };
  235. CD35DCEA1D612CCD00BE3686 /* Release */ = {
  236. isa = XCBuildConfiguration;
  237. buildSettings = {
  238. DYLIB_COMPATIBILITY_VERSION = 1;
  239. DYLIB_CURRENT_VERSION = 1;
  240. EXECUTABLE_PREFIX = lib;
  241. GCC_ENABLE_CPP_EXCEPTIONS = YES;
  242. GCC_ENABLE_CPP_RTTI = YES;
  243. GCC_SYMBOLS_PRIVATE_EXTERN = YES;
  244. PRODUCT_NAME = "$(TARGET_NAME)";
  245. };
  246. name = Release;
  247. };
  248. /* End XCBuildConfiguration section */
  249. /* Begin XCConfigurationList section */
  250. CD35DCD81D612CCD00BE3686 /* Build configuration list for PBXProject "resource_factory" */ = {
  251. isa = XCConfigurationList;
  252. buildConfigurations = (
  253. CD35DCE61D612CCD00BE3686 /* Debug */,
  254. CD35DCE71D612CCD00BE3686 /* Release */,
  255. );
  256. defaultConfigurationIsVisible = 0;
  257. defaultConfigurationName = Release;
  258. };
  259. CD35DCE81D612CCD00BE3686 /* Build configuration list for PBXNativeTarget "resource_factory" */ = {
  260. isa = XCConfigurationList;
  261. buildConfigurations = (
  262. CD35DCE91D612CCD00BE3686 /* Debug */,
  263. CD35DCEA1D612CCD00BE3686 /* Release */,
  264. );
  265. defaultConfigurationIsVisible = 0;
  266. defaultConfigurationName = Release;
  267. };
  268. /* End XCConfigurationList section */
  269. };
  270. rootObject = CD35DCD51D612CCD00BE3686 /* Project object */;
  271. }