project.pbxproj 8.7 KB

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