project.pbxproj 8.3 KB

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