project.pbxproj 8.6 KB

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