project.pbxproj 8.6 KB

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