project.pbxproj 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 24DE523A1F3437910050B37D /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 24DE52391F3437910050B37D /* main.m */; };
  10. /* End PBXBuildFile section */
  11. /* Begin PBXCopyFilesBuildPhase section */
  12. 24934DDD1F0CD64800958090 /* 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. 24934DDF1F0CD64800958090 /* KLGenerateSpamCode */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = KLGenerateSpamCode; sourceTree = BUILT_PRODUCTS_DIR; };
  24. 24DE52391F3437910050B37D /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  25. /* End PBXFileReference section */
  26. /* Begin PBXFrameworksBuildPhase section */
  27. 24934DDC1F0CD64800958090 /* Frameworks */ = {
  28. isa = PBXFrameworksBuildPhase;
  29. buildActionMask = 2147483647;
  30. files = (
  31. );
  32. runOnlyForDeploymentPostprocessing = 0;
  33. };
  34. /* End PBXFrameworksBuildPhase section */
  35. /* Begin PBXGroup section */
  36. 24934DD61F0CD64800958090 = {
  37. isa = PBXGroup;
  38. children = (
  39. 24DE52381F3437910050B37D /* KLGenerateSpamCode */,
  40. 24934DE01F0CD64800958090 /* Products */,
  41. );
  42. sourceTree = "<group>";
  43. };
  44. 24934DE01F0CD64800958090 /* Products */ = {
  45. isa = PBXGroup;
  46. children = (
  47. 24934DDF1F0CD64800958090 /* KLGenerateSpamCode */,
  48. );
  49. name = Products;
  50. sourceTree = "<group>";
  51. };
  52. 24DE52381F3437910050B37D /* KLGenerateSpamCode */ = {
  53. isa = PBXGroup;
  54. children = (
  55. 24DE52391F3437910050B37D /* main.m */,
  56. );
  57. path = KLGenerateSpamCode;
  58. sourceTree = "<group>";
  59. };
  60. /* End PBXGroup section */
  61. /* Begin PBXNativeTarget section */
  62. 24934DDE1F0CD64800958090 /* KLGenerateSpamCode */ = {
  63. isa = PBXNativeTarget;
  64. buildConfigurationList = 24934DE61F0CD64800958090 /* Build configuration list for PBXNativeTarget "KLGenerateSpamCode" */;
  65. buildPhases = (
  66. 24934DDB1F0CD64800958090 /* Sources */,
  67. 24934DDC1F0CD64800958090 /* Frameworks */,
  68. 24934DDD1F0CD64800958090 /* CopyFiles */,
  69. );
  70. buildRules = (
  71. );
  72. dependencies = (
  73. );
  74. name = KLGenerateSpamCode;
  75. productName = generateSpamCode;
  76. productReference = 24934DDF1F0CD64800958090 /* KLGenerateSpamCode */;
  77. productType = "com.apple.product-type.tool";
  78. };
  79. /* End PBXNativeTarget section */
  80. /* Begin PBXProject section */
  81. 24934DD71F0CD64800958090 /* Project object */ = {
  82. isa = PBXProject;
  83. attributes = {
  84. LastUpgradeCheck = 0900;
  85. ORGANIZATIONNAME = GAEA;
  86. TargetAttributes = {
  87. 24934DDE1F0CD64800958090 = {
  88. CreatedOnToolsVersion = 8.2.1;
  89. ProvisioningStyle = Automatic;
  90. };
  91. };
  92. };
  93. buildConfigurationList = 24934DDA1F0CD64800958090 /* Build configuration list for PBXProject "KLGenerateSpamCode" */;
  94. compatibilityVersion = "Xcode 3.2";
  95. developmentRegion = English;
  96. hasScannedForEncodings = 0;
  97. knownRegions = (
  98. en,
  99. );
  100. mainGroup = 24934DD61F0CD64800958090;
  101. productRefGroup = 24934DE01F0CD64800958090 /* Products */;
  102. projectDirPath = "";
  103. projectRoot = "";
  104. targets = (
  105. 24934DDE1F0CD64800958090 /* KLGenerateSpamCode */,
  106. );
  107. };
  108. /* End PBXProject section */
  109. /* Begin PBXSourcesBuildPhase section */
  110. 24934DDB1F0CD64800958090 /* Sources */ = {
  111. isa = PBXSourcesBuildPhase;
  112. buildActionMask = 2147483647;
  113. files = (
  114. 24DE523A1F3437910050B37D /* main.m in Sources */,
  115. );
  116. runOnlyForDeploymentPostprocessing = 0;
  117. };
  118. /* End PBXSourcesBuildPhase section */
  119. /* Begin XCBuildConfiguration section */
  120. 24934DE41F0CD64800958090 /* Debug */ = {
  121. isa = XCBuildConfiguration;
  122. buildSettings = {
  123. ALWAYS_SEARCH_USER_PATHS = NO;
  124. CLANG_ANALYZER_NONNULL = YES;
  125. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  126. CLANG_CXX_LIBRARY = "libc++";
  127. CLANG_ENABLE_MODULES = YES;
  128. CLANG_ENABLE_OBJC_ARC = YES;
  129. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  130. CLANG_WARN_BOOL_CONVERSION = YES;
  131. CLANG_WARN_COMMA = YES;
  132. CLANG_WARN_CONSTANT_CONVERSION = YES;
  133. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  134. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  135. CLANG_WARN_EMPTY_BODY = YES;
  136. CLANG_WARN_ENUM_CONVERSION = YES;
  137. CLANG_WARN_INFINITE_RECURSION = YES;
  138. CLANG_WARN_INT_CONVERSION = YES;
  139. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  140. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  141. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  142. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  143. CLANG_WARN_STRICT_PROTOTYPES = YES;
  144. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  145. CLANG_WARN_UNREACHABLE_CODE = YES;
  146. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  147. CODE_SIGN_IDENTITY = "-";
  148. COPY_PHASE_STRIP = NO;
  149. DEBUG_INFORMATION_FORMAT = dwarf;
  150. ENABLE_STRICT_OBJC_MSGSEND = YES;
  151. ENABLE_TESTABILITY = YES;
  152. GCC_C_LANGUAGE_STANDARD = gnu99;
  153. GCC_DYNAMIC_NO_PIC = NO;
  154. GCC_NO_COMMON_BLOCKS = YES;
  155. GCC_OPTIMIZATION_LEVEL = 0;
  156. GCC_PREPROCESSOR_DEFINITIONS = (
  157. "DEBUG=1",
  158. "$(inherited)",
  159. );
  160. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  161. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  162. GCC_WARN_UNDECLARED_SELECTOR = YES;
  163. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  164. GCC_WARN_UNUSED_FUNCTION = YES;
  165. GCC_WARN_UNUSED_VARIABLE = YES;
  166. MACOSX_DEPLOYMENT_TARGET = 10.12;
  167. MTL_ENABLE_DEBUG_INFO = YES;
  168. ONLY_ACTIVE_ARCH = YES;
  169. SDKROOT = macosx;
  170. };
  171. name = Debug;
  172. };
  173. 24934DE51F0CD64800958090 /* Release */ = {
  174. isa = XCBuildConfiguration;
  175. buildSettings = {
  176. ALWAYS_SEARCH_USER_PATHS = NO;
  177. CLANG_ANALYZER_NONNULL = YES;
  178. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  179. CLANG_CXX_LIBRARY = "libc++";
  180. CLANG_ENABLE_MODULES = YES;
  181. CLANG_ENABLE_OBJC_ARC = YES;
  182. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  183. CLANG_WARN_BOOL_CONVERSION = YES;
  184. CLANG_WARN_COMMA = YES;
  185. CLANG_WARN_CONSTANT_CONVERSION = YES;
  186. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  187. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  188. CLANG_WARN_EMPTY_BODY = YES;
  189. CLANG_WARN_ENUM_CONVERSION = YES;
  190. CLANG_WARN_INFINITE_RECURSION = YES;
  191. CLANG_WARN_INT_CONVERSION = YES;
  192. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = 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.12;
  214. MTL_ENABLE_DEBUG_INFO = NO;
  215. SDKROOT = macosx;
  216. };
  217. name = Release;
  218. };
  219. 24934DE71F0CD64800958090 /* Debug */ = {
  220. isa = XCBuildConfiguration;
  221. buildSettings = {
  222. PRODUCT_NAME = "$(TARGET_NAME)";
  223. };
  224. name = Debug;
  225. };
  226. 24934DE81F0CD64800958090 /* Release */ = {
  227. isa = XCBuildConfiguration;
  228. buildSettings = {
  229. PRODUCT_NAME = "$(TARGET_NAME)";
  230. };
  231. name = Release;
  232. };
  233. /* End XCBuildConfiguration section */
  234. /* Begin XCConfigurationList section */
  235. 24934DDA1F0CD64800958090 /* Build configuration list for PBXProject "KLGenerateSpamCode" */ = {
  236. isa = XCConfigurationList;
  237. buildConfigurations = (
  238. 24934DE41F0CD64800958090 /* Debug */,
  239. 24934DE51F0CD64800958090 /* Release */,
  240. );
  241. defaultConfigurationIsVisible = 0;
  242. defaultConfigurationName = Release;
  243. };
  244. 24934DE61F0CD64800958090 /* Build configuration list for PBXNativeTarget "KLGenerateSpamCode" */ = {
  245. isa = XCConfigurationList;
  246. buildConfigurations = (
  247. 24934DE71F0CD64800958090 /* Debug */,
  248. 24934DE81F0CD64800958090 /* Release */,
  249. );
  250. defaultConfigurationIsVisible = 0;
  251. defaultConfigurationName = Release;
  252. };
  253. /* End XCConfigurationList section */
  254. };
  255. rootObject = 24934DD71F0CD64800958090 /* Project object */;
  256. }