project.pbxproj 8.8 KB

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