project.pbxproj 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. CD3C80781D63F2CC00ACC795 /* opaque_typedef.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD3C80771D63F2CC00ACC795 /* opaque_typedef.cpp */; };
  10. /* End PBXBuildFile section */
  11. /* Begin PBXFileReference section */
  12. CD3C80681D63EE0000ACC795 /* libopaque_typedef.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = "libopaque_typedef.dylib"; sourceTree = BUILT_PRODUCTS_DIR; };
  13. CD3C80761D63EE7800ACC795 /* opaque_typedef.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = opaque_typedef.hpp; sourceTree = "<group>"; };
  14. CD3C80771D63F2CC00ACC795 /* opaque_typedef.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = opaque_typedef.cpp; sourceTree = "<group>"; };
  15. /* End PBXFileReference section */
  16. /* Begin PBXFrameworksBuildPhase section */
  17. CD3C80651D63EE0000ACC795 /* Frameworks */ = {
  18. isa = PBXFrameworksBuildPhase;
  19. buildActionMask = 2147483647;
  20. files = (
  21. );
  22. runOnlyForDeploymentPostprocessing = 0;
  23. };
  24. /* End PBXFrameworksBuildPhase section */
  25. /* Begin PBXGroup section */
  26. CD3C805F1D63EE0000ACC795 = {
  27. isa = PBXGroup;
  28. children = (
  29. CD3C806A1D63EE0000ACC795 /* src */,
  30. CD3C80691D63EE0000ACC795 /* Products */,
  31. );
  32. sourceTree = "<group>";
  33. };
  34. CD3C80691D63EE0000ACC795 /* Products */ = {
  35. isa = PBXGroup;
  36. children = (
  37. CD3C80681D63EE0000ACC795 /* libopaque_typedef.dylib */,
  38. );
  39. name = Products;
  40. sourceTree = "<group>";
  41. };
  42. CD3C806A1D63EE0000ACC795 /* src */ = {
  43. isa = PBXGroup;
  44. children = (
  45. CD3C80761D63EE7800ACC795 /* opaque_typedef.hpp */,
  46. CD3C80771D63F2CC00ACC795 /* opaque_typedef.cpp */,
  47. );
  48. name = src;
  49. sourceTree = "<group>";
  50. };
  51. /* End PBXGroup section */
  52. /* Begin PBXHeadersBuildPhase section */
  53. CD3C80661D63EE0000ACC795 /* Headers */ = {
  54. isa = PBXHeadersBuildPhase;
  55. buildActionMask = 2147483647;
  56. files = (
  57. );
  58. runOnlyForDeploymentPostprocessing = 0;
  59. };
  60. /* End PBXHeadersBuildPhase section */
  61. /* Begin PBXNativeTarget section */
  62. CD3C80671D63EE0000ACC795 /* opaque_typedef */ = {
  63. isa = PBXNativeTarget;
  64. buildConfigurationList = CD3C80731D63EE0000ACC795 /* Build configuration list for PBXNativeTarget "opaque_typedef" */;
  65. buildPhases = (
  66. CD3C80641D63EE0000ACC795 /* Sources */,
  67. CD3C80651D63EE0000ACC795 /* Frameworks */,
  68. CD3C80661D63EE0000ACC795 /* Headers */,
  69. );
  70. buildRules = (
  71. );
  72. dependencies = (
  73. );
  74. name = "opaque_typedef";
  75. productName = "opaque_typedef";
  76. productReference = CD3C80681D63EE0000ACC795 /* libopaque_typedef.dylib */;
  77. productType = "com.apple.product-type.library.dynamic";
  78. };
  79. /* End PBXNativeTarget section */
  80. /* Begin PBXProject section */
  81. CD3C80601D63EE0000ACC795 /* Project object */ = {
  82. isa = PBXProject;
  83. attributes = {
  84. LastUpgradeCheck = 0720;
  85. ORGANIZATIONNAME = "Sam Jaffe";
  86. TargetAttributes = {
  87. CD3C80671D63EE0000ACC795 = {
  88. CreatedOnToolsVersion = 7.2.1;
  89. };
  90. };
  91. };
  92. buildConfigurationList = CD3C80631D63EE0000ACC795 /* Build configuration list for PBXProject "opaque_typedef" */;
  93. compatibilityVersion = "Xcode 3.2";
  94. developmentRegion = English;
  95. hasScannedForEncodings = 0;
  96. knownRegions = (
  97. en,
  98. );
  99. mainGroup = CD3C805F1D63EE0000ACC795;
  100. productRefGroup = CD3C80691D63EE0000ACC795 /* Products */;
  101. projectDirPath = "";
  102. projectRoot = "";
  103. targets = (
  104. CD3C80671D63EE0000ACC795 /* opaque_typedef */,
  105. );
  106. };
  107. /* End PBXProject section */
  108. /* Begin PBXSourcesBuildPhase section */
  109. CD3C80641D63EE0000ACC795 /* Sources */ = {
  110. isa = PBXSourcesBuildPhase;
  111. buildActionMask = 2147483647;
  112. files = (
  113. CD3C80781D63F2CC00ACC795 /* opaque_typedef.cpp in Sources */,
  114. );
  115. runOnlyForDeploymentPostprocessing = 0;
  116. };
  117. /* End PBXSourcesBuildPhase section */
  118. /* Begin XCBuildConfiguration section */
  119. CD3C80711D63EE0000ACC795 /* Debug */ = {
  120. isa = XCBuildConfiguration;
  121. buildSettings = {
  122. ALWAYS_SEARCH_USER_PATHS = NO;
  123. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  124. CLANG_CXX_LIBRARY = "libc++";
  125. CLANG_ENABLE_MODULES = YES;
  126. CLANG_ENABLE_OBJC_ARC = YES;
  127. CLANG_WARN_BOOL_CONVERSION = YES;
  128. CLANG_WARN_CONSTANT_CONVERSION = YES;
  129. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  130. CLANG_WARN_EMPTY_BODY = YES;
  131. CLANG_WARN_ENUM_CONVERSION = YES;
  132. CLANG_WARN_INT_CONVERSION = YES;
  133. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  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. CD3C80721D63EE0000ACC795 /* 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_BOOL_CONVERSION = YES;
  171. CLANG_WARN_CONSTANT_CONVERSION = YES;
  172. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  173. CLANG_WARN_EMPTY_BODY = YES;
  174. CLANG_WARN_ENUM_CONVERSION = YES;
  175. CLANG_WARN_INT_CONVERSION = YES;
  176. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  177. CLANG_WARN_UNREACHABLE_CODE = YES;
  178. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  179. CODE_SIGN_IDENTITY = "-";
  180. COPY_PHASE_STRIP = NO;
  181. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  182. ENABLE_NS_ASSERTIONS = NO;
  183. ENABLE_STRICT_OBJC_MSGSEND = YES;
  184. GCC_C_LANGUAGE_STANDARD = gnu99;
  185. GCC_NO_COMMON_BLOCKS = YES;
  186. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  187. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  188. GCC_WARN_UNDECLARED_SELECTOR = YES;
  189. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  190. GCC_WARN_UNUSED_FUNCTION = YES;
  191. GCC_WARN_UNUSED_VARIABLE = YES;
  192. MACOSX_DEPLOYMENT_TARGET = 10.10;
  193. MTL_ENABLE_DEBUG_INFO = NO;
  194. SDKROOT = macosx;
  195. };
  196. name = Release;
  197. };
  198. CD3C80741D63EE0000ACC795 /* Debug */ = {
  199. isa = XCBuildConfiguration;
  200. buildSettings = {
  201. DYLIB_COMPATIBILITY_VERSION = 1;
  202. DYLIB_CURRENT_VERSION = 1;
  203. EXECUTABLE_PREFIX = lib;
  204. GCC_ENABLE_CPP_EXCEPTIONS = YES;
  205. GCC_ENABLE_CPP_RTTI = YES;
  206. GCC_SYMBOLS_PRIVATE_EXTERN = YES;
  207. PRODUCT_NAME = "$(TARGET_NAME)";
  208. };
  209. name = Debug;
  210. };
  211. CD3C80751D63EE0000ACC795 /* Release */ = {
  212. isa = XCBuildConfiguration;
  213. buildSettings = {
  214. DYLIB_COMPATIBILITY_VERSION = 1;
  215. DYLIB_CURRENT_VERSION = 1;
  216. EXECUTABLE_PREFIX = lib;
  217. GCC_ENABLE_CPP_EXCEPTIONS = YES;
  218. GCC_ENABLE_CPP_RTTI = YES;
  219. GCC_SYMBOLS_PRIVATE_EXTERN = YES;
  220. PRODUCT_NAME = "$(TARGET_NAME)";
  221. };
  222. name = Release;
  223. };
  224. /* End XCBuildConfiguration section */
  225. /* Begin XCConfigurationList section */
  226. CD3C80631D63EE0000ACC795 /* Build configuration list for PBXProject "opaque_typedef" */ = {
  227. isa = XCConfigurationList;
  228. buildConfigurations = (
  229. CD3C80711D63EE0000ACC795 /* Debug */,
  230. CD3C80721D63EE0000ACC795 /* Release */,
  231. );
  232. defaultConfigurationIsVisible = 0;
  233. defaultConfigurationName = Release;
  234. };
  235. CD3C80731D63EE0000ACC795 /* Build configuration list for PBXNativeTarget "opaque_typedef" */ = {
  236. isa = XCConfigurationList;
  237. buildConfigurations = (
  238. CD3C80741D63EE0000ACC795 /* Debug */,
  239. CD3C80751D63EE0000ACC795 /* Release */,
  240. );
  241. defaultConfigurationIsVisible = 0;
  242. };
  243. /* End XCConfigurationList section */
  244. };
  245. rootObject = CD3C80601D63EE0000ACC795 /* Project object */;
  246. }