project.pbxproj 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXCopyFilesBuildPhase section */
  9. CD3DA4071D9B42F4001B53A0 /* CopyFiles */ = {
  10. isa = PBXCopyFilesBuildPhase;
  11. buildActionMask = 2147483647;
  12. dstPath = /usr/share/man/man1/;
  13. dstSubfolderSpec = 0;
  14. files = (
  15. );
  16. runOnlyForDeploymentPostprocessing = 1;
  17. };
  18. /* End PBXCopyFilesBuildPhase section */
  19. /* Begin PBXFileReference section */
  20. CD3DA4091D9B42F4001B53A0 /* scope_guard */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = scope_guard; sourceTree = BUILT_PRODUCTS_DIR; };
  21. CD3DA4131D9B4302001B53A0 /* scope_guard.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = scope_guard.hpp; sourceTree = "<group>"; };
  22. /* End PBXFileReference section */
  23. /* Begin PBXFrameworksBuildPhase section */
  24. CD3DA4061D9B42F4001B53A0 /* Frameworks */ = {
  25. isa = PBXFrameworksBuildPhase;
  26. buildActionMask = 2147483647;
  27. files = (
  28. );
  29. runOnlyForDeploymentPostprocessing = 0;
  30. };
  31. /* End PBXFrameworksBuildPhase section */
  32. /* Begin PBXGroup section */
  33. CD3DA4001D9B42F4001B53A0 = {
  34. isa = PBXGroup;
  35. children = (
  36. CD3DA4131D9B4302001B53A0 /* scope_guard.hpp */,
  37. CD3DA40A1D9B42F4001B53A0 /* Products */,
  38. );
  39. sourceTree = "<group>";
  40. };
  41. CD3DA40A1D9B42F4001B53A0 /* Products */ = {
  42. isa = PBXGroup;
  43. children = (
  44. CD3DA4091D9B42F4001B53A0 /* scope_guard */,
  45. );
  46. name = Products;
  47. sourceTree = "<group>";
  48. };
  49. /* End PBXGroup section */
  50. /* Begin PBXNativeTarget section */
  51. CD3DA4081D9B42F4001B53A0 /* scope_guard */ = {
  52. isa = PBXNativeTarget;
  53. buildConfigurationList = CD3DA4101D9B42F4001B53A0 /* Build configuration list for PBXNativeTarget "scope_guard" */;
  54. buildPhases = (
  55. CD3DA4051D9B42F4001B53A0 /* Sources */,
  56. CD3DA4061D9B42F4001B53A0 /* Frameworks */,
  57. CD3DA4071D9B42F4001B53A0 /* CopyFiles */,
  58. );
  59. buildRules = (
  60. );
  61. dependencies = (
  62. );
  63. name = scope_guard;
  64. productName = scope_guard;
  65. productReference = CD3DA4091D9B42F4001B53A0 /* scope_guard */;
  66. productType = "com.apple.product-type.tool";
  67. };
  68. /* End PBXNativeTarget section */
  69. /* Begin PBXProject section */
  70. CD3DA4011D9B42F4001B53A0 /* Project object */ = {
  71. isa = PBXProject;
  72. attributes = {
  73. LastUpgradeCheck = 0720;
  74. ORGANIZATIONNAME = "Sam Jaffe";
  75. TargetAttributes = {
  76. CD3DA4081D9B42F4001B53A0 = {
  77. CreatedOnToolsVersion = 7.2.1;
  78. };
  79. };
  80. };
  81. buildConfigurationList = CD3DA4041D9B42F4001B53A0 /* Build configuration list for PBXProject "scope_guard" */;
  82. compatibilityVersion = "Xcode 3.2";
  83. developmentRegion = English;
  84. hasScannedForEncodings = 0;
  85. knownRegions = (
  86. en,
  87. );
  88. mainGroup = CD3DA4001D9B42F4001B53A0;
  89. productRefGroup = CD3DA40A1D9B42F4001B53A0 /* Products */;
  90. projectDirPath = "";
  91. projectRoot = "";
  92. targets = (
  93. CD3DA4081D9B42F4001B53A0 /* scope_guard */,
  94. );
  95. };
  96. /* End PBXProject section */
  97. /* Begin PBXSourcesBuildPhase section */
  98. CD3DA4051D9B42F4001B53A0 /* Sources */ = {
  99. isa = PBXSourcesBuildPhase;
  100. buildActionMask = 2147483647;
  101. files = (
  102. );
  103. runOnlyForDeploymentPostprocessing = 0;
  104. };
  105. /* End PBXSourcesBuildPhase section */
  106. /* Begin XCBuildConfiguration section */
  107. CD3DA40E1D9B42F4001B53A0 /* Debug */ = {
  108. isa = XCBuildConfiguration;
  109. buildSettings = {
  110. ALWAYS_SEARCH_USER_PATHS = NO;
  111. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  112. CLANG_CXX_LIBRARY = "libc++";
  113. CLANG_ENABLE_MODULES = YES;
  114. CLANG_ENABLE_OBJC_ARC = YES;
  115. CLANG_WARN_BOOL_CONVERSION = YES;
  116. CLANG_WARN_CONSTANT_CONVERSION = YES;
  117. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  118. CLANG_WARN_EMPTY_BODY = YES;
  119. CLANG_WARN_ENUM_CONVERSION = YES;
  120. CLANG_WARN_INT_CONVERSION = YES;
  121. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  122. CLANG_WARN_UNREACHABLE_CODE = YES;
  123. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  124. CODE_SIGN_IDENTITY = "-";
  125. COPY_PHASE_STRIP = NO;
  126. DEBUG_INFORMATION_FORMAT = dwarf;
  127. ENABLE_STRICT_OBJC_MSGSEND = YES;
  128. ENABLE_TESTABILITY = YES;
  129. GCC_C_LANGUAGE_STANDARD = gnu99;
  130. GCC_DYNAMIC_NO_PIC = NO;
  131. GCC_NO_COMMON_BLOCKS = YES;
  132. GCC_OPTIMIZATION_LEVEL = 0;
  133. GCC_PREPROCESSOR_DEFINITIONS = (
  134. "DEBUG=1",
  135. "$(inherited)",
  136. );
  137. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  138. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  139. GCC_WARN_UNDECLARED_SELECTOR = YES;
  140. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  141. GCC_WARN_UNUSED_FUNCTION = YES;
  142. GCC_WARN_UNUSED_VARIABLE = YES;
  143. MACOSX_DEPLOYMENT_TARGET = 10.10;
  144. MTL_ENABLE_DEBUG_INFO = YES;
  145. ONLY_ACTIVE_ARCH = YES;
  146. SDKROOT = macosx;
  147. };
  148. name = Debug;
  149. };
  150. CD3DA40F1D9B42F4001B53A0 /* Release */ = {
  151. isa = XCBuildConfiguration;
  152. buildSettings = {
  153. ALWAYS_SEARCH_USER_PATHS = NO;
  154. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  155. CLANG_CXX_LIBRARY = "libc++";
  156. CLANG_ENABLE_MODULES = YES;
  157. CLANG_ENABLE_OBJC_ARC = YES;
  158. CLANG_WARN_BOOL_CONVERSION = YES;
  159. CLANG_WARN_CONSTANT_CONVERSION = YES;
  160. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  161. CLANG_WARN_EMPTY_BODY = YES;
  162. CLANG_WARN_ENUM_CONVERSION = YES;
  163. CLANG_WARN_INT_CONVERSION = YES;
  164. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  165. CLANG_WARN_UNREACHABLE_CODE = YES;
  166. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  167. CODE_SIGN_IDENTITY = "-";
  168. COPY_PHASE_STRIP = NO;
  169. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  170. ENABLE_NS_ASSERTIONS = NO;
  171. ENABLE_STRICT_OBJC_MSGSEND = YES;
  172. GCC_C_LANGUAGE_STANDARD = gnu99;
  173. GCC_NO_COMMON_BLOCKS = YES;
  174. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  175. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  176. GCC_WARN_UNDECLARED_SELECTOR = YES;
  177. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  178. GCC_WARN_UNUSED_FUNCTION = YES;
  179. GCC_WARN_UNUSED_VARIABLE = YES;
  180. MACOSX_DEPLOYMENT_TARGET = 10.10;
  181. MTL_ENABLE_DEBUG_INFO = NO;
  182. SDKROOT = macosx;
  183. };
  184. name = Release;
  185. };
  186. CD3DA4111D9B42F4001B53A0 /* Debug */ = {
  187. isa = XCBuildConfiguration;
  188. buildSettings = {
  189. PRODUCT_NAME = "$(TARGET_NAME)";
  190. };
  191. name = Debug;
  192. };
  193. CD3DA4121D9B42F4001B53A0 /* Release */ = {
  194. isa = XCBuildConfiguration;
  195. buildSettings = {
  196. PRODUCT_NAME = "$(TARGET_NAME)";
  197. };
  198. name = Release;
  199. };
  200. /* End XCBuildConfiguration section */
  201. /* Begin XCConfigurationList section */
  202. CD3DA4041D9B42F4001B53A0 /* Build configuration list for PBXProject "scope_guard" */ = {
  203. isa = XCConfigurationList;
  204. buildConfigurations = (
  205. CD3DA40E1D9B42F4001B53A0 /* Debug */,
  206. CD3DA40F1D9B42F4001B53A0 /* Release */,
  207. );
  208. defaultConfigurationIsVisible = 0;
  209. defaultConfigurationName = Release;
  210. };
  211. CD3DA4101D9B42F4001B53A0 /* Build configuration list for PBXNativeTarget "scope_guard" */ = {
  212. isa = XCConfigurationList;
  213. buildConfigurations = (
  214. CD3DA4111D9B42F4001B53A0 /* Debug */,
  215. CD3DA4121D9B42F4001B53A0 /* Release */,
  216. );
  217. defaultConfigurationIsVisible = 0;
  218. };
  219. /* End XCConfigurationList section */
  220. };
  221. rootObject = CD3DA4011D9B42F4001B53A0 /* Project object */;
  222. }