project.pbxproj 8.6 KB

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