project.pbxproj 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 56;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 53C0968A2A947F30002F49A5 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 53C096892A947F30002F49A5 /* AppDelegate.m */; };
  10. 53C096902A947F30002F49A5 /* RootViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 53C0968F2A947F30002F49A5 /* RootViewController.m */; };
  11. 53C096952A947F31002F49A5 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 53C096942A947F31002F49A5 /* Assets.xcassets */; };
  12. 53C096982A947F31002F49A5 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 53C096962A947F31002F49A5 /* LaunchScreen.storyboard */; };
  13. 53C0969B2A947F31002F49A5 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 53C0969A2A947F31002F49A5 /* main.m */; };
  14. 53C096A22A9481C3002F49A5 /* RootViewController.xct in Resources */ = {isa = PBXBuildFile; fileRef = 53C096A12A9481B0002F49A5 /* RootViewController.xct */; };
  15. 53C096A62A9486A0002F49A5 /* TabItemVCViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 53C096A52A9486A0002F49A5 /* TabItemVCViewController.m */; };
  16. DD042FD017F1FACB06F84A3C /* Pods_XCBCTreeLangDemo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 90C26AE448EC59415A79E6E1 /* Pods_XCBCTreeLangDemo.framework */; };
  17. /* End PBXBuildFile section */
  18. /* Begin PBXFileReference section */
  19. 347400872EBFABD6B974AFA7 /* Pods-XCBCTreeLangDemo.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-XCBCTreeLangDemo.debug.xcconfig"; path = "Target Support Files/Pods-XCBCTreeLangDemo/Pods-XCBCTreeLangDemo.debug.xcconfig"; sourceTree = "<group>"; };
  20. 53C096852A947F30002F49A5 /* XCBCTreeLangDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = XCBCTreeLangDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
  21. 53C096882A947F30002F49A5 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  22. 53C096892A947F30002F49A5 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
  23. 53C0968E2A947F30002F49A5 /* RootViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RootViewController.h; sourceTree = "<group>"; };
  24. 53C0968F2A947F30002F49A5 /* RootViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RootViewController.m; sourceTree = "<group>"; };
  25. 53C096942A947F31002F49A5 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  26. 53C096972A947F31002F49A5 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  27. 53C096992A947F31002F49A5 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  28. 53C0969A2A947F31002F49A5 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  29. 53C096A12A9481B0002F49A5 /* RootViewController.xct */ = {isa = PBXFileReference; lastKnownFileType = text; path = RootViewController.xct; sourceTree = "<group>"; };
  30. 53C096A32A94820A002F49A5 /* XCBCTreeLangDemo.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = XCBCTreeLangDemo.entitlements; sourceTree = "<group>"; };
  31. 53C096A42A9486A0002F49A5 /* TabItemVCViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TabItemVCViewController.h; sourceTree = "<group>"; };
  32. 53C096A52A9486A0002F49A5 /* TabItemVCViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = TabItemVCViewController.m; sourceTree = "<group>"; };
  33. 672BB5EF029DD06192E5B1B8 /* Pods-XCBCTreeLangDemo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-XCBCTreeLangDemo.release.xcconfig"; path = "Target Support Files/Pods-XCBCTreeLangDemo/Pods-XCBCTreeLangDemo.release.xcconfig"; sourceTree = "<group>"; };
  34. 90C26AE448EC59415A79E6E1 /* Pods_XCBCTreeLangDemo.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_XCBCTreeLangDemo.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  35. /* End PBXFileReference section */
  36. /* Begin PBXFrameworksBuildPhase section */
  37. 53C096822A947F30002F49A5 /* Frameworks */ = {
  38. isa = PBXFrameworksBuildPhase;
  39. buildActionMask = 2147483647;
  40. files = (
  41. DD042FD017F1FACB06F84A3C /* Pods_XCBCTreeLangDemo.framework in Frameworks */,
  42. );
  43. runOnlyForDeploymentPostprocessing = 0;
  44. };
  45. /* End PBXFrameworksBuildPhase section */
  46. /* Begin PBXGroup section */
  47. 1AD6D0C2C6C900A675FEFCC7 /* Frameworks */ = {
  48. isa = PBXGroup;
  49. children = (
  50. 90C26AE448EC59415A79E6E1 /* Pods_XCBCTreeLangDemo.framework */,
  51. );
  52. name = Frameworks;
  53. sourceTree = "<group>";
  54. };
  55. 42C54B7BE6BB7261BF0DE54D /* Pods */ = {
  56. isa = PBXGroup;
  57. children = (
  58. 347400872EBFABD6B974AFA7 /* Pods-XCBCTreeLangDemo.debug.xcconfig */,
  59. 672BB5EF029DD06192E5B1B8 /* Pods-XCBCTreeLangDemo.release.xcconfig */,
  60. );
  61. path = Pods;
  62. sourceTree = "<group>";
  63. };
  64. 53C0967C2A947F30002F49A5 = {
  65. isa = PBXGroup;
  66. children = (
  67. 53C096872A947F30002F49A5 /* XCBCTreeLangDemo */,
  68. 53C096862A947F30002F49A5 /* Products */,
  69. 42C54B7BE6BB7261BF0DE54D /* Pods */,
  70. 1AD6D0C2C6C900A675FEFCC7 /* Frameworks */,
  71. );
  72. sourceTree = "<group>";
  73. };
  74. 53C096862A947F30002F49A5 /* Products */ = {
  75. isa = PBXGroup;
  76. children = (
  77. 53C096852A947F30002F49A5 /* XCBCTreeLangDemo.app */,
  78. );
  79. name = Products;
  80. sourceTree = "<group>";
  81. };
  82. 53C096872A947F30002F49A5 /* XCBCTreeLangDemo */ = {
  83. isa = PBXGroup;
  84. children = (
  85. 53C096A32A94820A002F49A5 /* XCBCTreeLangDemo.entitlements */,
  86. 53C096882A947F30002F49A5 /* AppDelegate.h */,
  87. 53C096892A947F30002F49A5 /* AppDelegate.m */,
  88. 53C0968E2A947F30002F49A5 /* RootViewController.h */,
  89. 53C0968F2A947F30002F49A5 /* RootViewController.m */,
  90. 53C096A12A9481B0002F49A5 /* RootViewController.xct */,
  91. 53C096A42A9486A0002F49A5 /* TabItemVCViewController.h */,
  92. 53C096A52A9486A0002F49A5 /* TabItemVCViewController.m */,
  93. 53C096942A947F31002F49A5 /* Assets.xcassets */,
  94. 53C096962A947F31002F49A5 /* LaunchScreen.storyboard */,
  95. 53C096992A947F31002F49A5 /* Info.plist */,
  96. 53C0969A2A947F31002F49A5 /* main.m */,
  97. );
  98. path = XCBCTreeLangDemo;
  99. sourceTree = "<group>";
  100. };
  101. /* End PBXGroup section */
  102. /* Begin PBXNativeTarget section */
  103. 53C096842A947F30002F49A5 /* XCBCTreeLangDemo */ = {
  104. isa = PBXNativeTarget;
  105. buildConfigurationList = 53C0969E2A947F31002F49A5 /* Build configuration list for PBXNativeTarget "XCBCTreeLangDemo" */;
  106. buildPhases = (
  107. C3EF3A7F337150FC2B581B9C /* [CP] Check Pods Manifest.lock */,
  108. 53C096812A947F30002F49A5 /* Sources */,
  109. 53C096822A947F30002F49A5 /* Frameworks */,
  110. 53C096832A947F30002F49A5 /* Resources */,
  111. 013A3250E2F98E240465A627 /* [CP] Embed Pods Frameworks */,
  112. );
  113. buildRules = (
  114. );
  115. dependencies = (
  116. );
  117. name = XCBCTreeLangDemo;
  118. productName = XCBCTreeLangDemo;
  119. productReference = 53C096852A947F30002F49A5 /* XCBCTreeLangDemo.app */;
  120. productType = "com.apple.product-type.application";
  121. };
  122. /* End PBXNativeTarget section */
  123. /* Begin PBXProject section */
  124. 53C0967D2A947F30002F49A5 /* Project object */ = {
  125. isa = PBXProject;
  126. attributes = {
  127. BuildIndependentTargetsInParallel = 1;
  128. LastUpgradeCheck = 1500;
  129. TargetAttributes = {
  130. 53C096842A947F30002F49A5 = {
  131. CreatedOnToolsVersion = 15.0;
  132. };
  133. };
  134. };
  135. buildConfigurationList = 53C096802A947F30002F49A5 /* Build configuration list for PBXProject "XCBCTreeLangDemo" */;
  136. compatibilityVersion = "Xcode 14.0";
  137. developmentRegion = en;
  138. hasScannedForEncodings = 0;
  139. knownRegions = (
  140. en,
  141. Base,
  142. );
  143. mainGroup = 53C0967C2A947F30002F49A5;
  144. productRefGroup = 53C096862A947F30002F49A5 /* Products */;
  145. projectDirPath = "";
  146. projectRoot = "";
  147. targets = (
  148. 53C096842A947F30002F49A5 /* XCBCTreeLangDemo */,
  149. );
  150. };
  151. /* End PBXProject section */
  152. /* Begin PBXResourcesBuildPhase section */
  153. 53C096832A947F30002F49A5 /* Resources */ = {
  154. isa = PBXResourcesBuildPhase;
  155. buildActionMask = 2147483647;
  156. files = (
  157. 53C096982A947F31002F49A5 /* LaunchScreen.storyboard in Resources */,
  158. 53C096952A947F31002F49A5 /* Assets.xcassets in Resources */,
  159. 53C096A22A9481C3002F49A5 /* RootViewController.xct in Resources */,
  160. );
  161. runOnlyForDeploymentPostprocessing = 0;
  162. };
  163. /* End PBXResourcesBuildPhase section */
  164. /* Begin PBXShellScriptBuildPhase section */
  165. 013A3250E2F98E240465A627 /* [CP] Embed Pods Frameworks */ = {
  166. isa = PBXShellScriptBuildPhase;
  167. buildActionMask = 2147483647;
  168. files = (
  169. );
  170. inputFileListPaths = (
  171. "${PODS_ROOT}/Target Support Files/Pods-XCBCTreeLangDemo/Pods-XCBCTreeLangDemo-frameworks-${CONFIGURATION}-input-files.xcfilelist",
  172. );
  173. name = "[CP] Embed Pods Frameworks";
  174. outputFileListPaths = (
  175. "${PODS_ROOT}/Target Support Files/Pods-XCBCTreeLangDemo/Pods-XCBCTreeLangDemo-frameworks-${CONFIGURATION}-output-files.xcfilelist",
  176. );
  177. runOnlyForDeploymentPostprocessing = 0;
  178. shellPath = /bin/sh;
  179. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-XCBCTreeLangDemo/Pods-XCBCTreeLangDemo-frameworks.sh\"\n";
  180. showEnvVarsInLog = 0;
  181. };
  182. C3EF3A7F337150FC2B581B9C /* [CP] Check Pods Manifest.lock */ = {
  183. isa = PBXShellScriptBuildPhase;
  184. buildActionMask = 2147483647;
  185. files = (
  186. );
  187. inputFileListPaths = (
  188. );
  189. inputPaths = (
  190. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  191. "${PODS_ROOT}/Manifest.lock",
  192. );
  193. name = "[CP] Check Pods Manifest.lock";
  194. outputFileListPaths = (
  195. );
  196. outputPaths = (
  197. "$(DERIVED_FILE_DIR)/Pods-XCBCTreeLangDemo-checkManifestLockResult.txt",
  198. );
  199. runOnlyForDeploymentPostprocessing = 0;
  200. shellPath = /bin/sh;
  201. shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
  202. showEnvVarsInLog = 0;
  203. };
  204. /* End PBXShellScriptBuildPhase section */
  205. /* Begin PBXSourcesBuildPhase section */
  206. 53C096812A947F30002F49A5 /* Sources */ = {
  207. isa = PBXSourcesBuildPhase;
  208. buildActionMask = 2147483647;
  209. files = (
  210. 53C096902A947F30002F49A5 /* RootViewController.m in Sources */,
  211. 53C0968A2A947F30002F49A5 /* AppDelegate.m in Sources */,
  212. 53C096A62A9486A0002F49A5 /* TabItemVCViewController.m in Sources */,
  213. 53C0969B2A947F31002F49A5 /* main.m in Sources */,
  214. );
  215. runOnlyForDeploymentPostprocessing = 0;
  216. };
  217. /* End PBXSourcesBuildPhase section */
  218. /* Begin PBXVariantGroup section */
  219. 53C096962A947F31002F49A5 /* LaunchScreen.storyboard */ = {
  220. isa = PBXVariantGroup;
  221. children = (
  222. 53C096972A947F31002F49A5 /* Base */,
  223. );
  224. name = LaunchScreen.storyboard;
  225. sourceTree = "<group>";
  226. };
  227. /* End PBXVariantGroup section */
  228. /* Begin XCBuildConfiguration section */
  229. 53C0969C2A947F31002F49A5 /* Debug */ = {
  230. isa = XCBuildConfiguration;
  231. buildSettings = {
  232. ALWAYS_SEARCH_USER_PATHS = NO;
  233. ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
  234. CLANG_ANALYZER_NONNULL = YES;
  235. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  236. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  237. CLANG_ENABLE_MODULES = YES;
  238. CLANG_ENABLE_OBJC_ARC = YES;
  239. CLANG_ENABLE_OBJC_WEAK = YES;
  240. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  241. CLANG_WARN_BOOL_CONVERSION = YES;
  242. CLANG_WARN_COMMA = YES;
  243. CLANG_WARN_CONSTANT_CONVERSION = YES;
  244. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  245. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  246. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  247. CLANG_WARN_EMPTY_BODY = YES;
  248. CLANG_WARN_ENUM_CONVERSION = YES;
  249. CLANG_WARN_INFINITE_RECURSION = YES;
  250. CLANG_WARN_INT_CONVERSION = YES;
  251. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  252. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  253. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  254. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  255. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  256. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  257. CLANG_WARN_STRICT_PROTOTYPES = YES;
  258. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  259. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  260. CLANG_WARN_UNREACHABLE_CODE = YES;
  261. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  262. COPY_PHASE_STRIP = NO;
  263. DEBUG_INFORMATION_FORMAT = dwarf;
  264. ENABLE_STRICT_OBJC_MSGSEND = YES;
  265. ENABLE_TESTABILITY = YES;
  266. ENABLE_USER_SCRIPT_SANDBOXING = YES;
  267. GCC_C_LANGUAGE_STANDARD = gnu17;
  268. GCC_DYNAMIC_NO_PIC = NO;
  269. GCC_NO_COMMON_BLOCKS = YES;
  270. GCC_OPTIMIZATION_LEVEL = 0;
  271. GCC_PREPROCESSOR_DEFINITIONS = (
  272. "DEBUG=1",
  273. "$(inherited)",
  274. );
  275. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  276. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  277. GCC_WARN_UNDECLARED_SELECTOR = YES;
  278. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  279. GCC_WARN_UNUSED_FUNCTION = YES;
  280. GCC_WARN_UNUSED_VARIABLE = YES;
  281. IPHONEOS_DEPLOYMENT_TARGET = 17.0;
  282. LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
  283. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  284. MTL_FAST_MATH = YES;
  285. ONLY_ACTIVE_ARCH = YES;
  286. SDKROOT = iphoneos;
  287. };
  288. name = Debug;
  289. };
  290. 53C0969D2A947F31002F49A5 /* Release */ = {
  291. isa = XCBuildConfiguration;
  292. buildSettings = {
  293. ALWAYS_SEARCH_USER_PATHS = NO;
  294. ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
  295. CLANG_ANALYZER_NONNULL = YES;
  296. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  297. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  298. CLANG_ENABLE_MODULES = YES;
  299. CLANG_ENABLE_OBJC_ARC = YES;
  300. CLANG_ENABLE_OBJC_WEAK = YES;
  301. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  302. CLANG_WARN_BOOL_CONVERSION = YES;
  303. CLANG_WARN_COMMA = YES;
  304. CLANG_WARN_CONSTANT_CONVERSION = YES;
  305. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  306. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  307. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  308. CLANG_WARN_EMPTY_BODY = YES;
  309. CLANG_WARN_ENUM_CONVERSION = YES;
  310. CLANG_WARN_INFINITE_RECURSION = YES;
  311. CLANG_WARN_INT_CONVERSION = YES;
  312. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  313. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  314. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  315. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  316. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  317. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  318. CLANG_WARN_STRICT_PROTOTYPES = YES;
  319. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  320. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  321. CLANG_WARN_UNREACHABLE_CODE = YES;
  322. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  323. COPY_PHASE_STRIP = NO;
  324. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  325. ENABLE_NS_ASSERTIONS = NO;
  326. ENABLE_STRICT_OBJC_MSGSEND = YES;
  327. ENABLE_USER_SCRIPT_SANDBOXING = YES;
  328. GCC_C_LANGUAGE_STANDARD = gnu17;
  329. GCC_NO_COMMON_BLOCKS = YES;
  330. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  331. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  332. GCC_WARN_UNDECLARED_SELECTOR = YES;
  333. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  334. GCC_WARN_UNUSED_FUNCTION = YES;
  335. GCC_WARN_UNUSED_VARIABLE = YES;
  336. IPHONEOS_DEPLOYMENT_TARGET = 17.0;
  337. LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
  338. MTL_ENABLE_DEBUG_INFO = NO;
  339. MTL_FAST_MATH = YES;
  340. SDKROOT = iphoneos;
  341. VALIDATE_PRODUCT = YES;
  342. };
  343. name = Release;
  344. };
  345. 53C0969F2A947F31002F49A5 /* Debug */ = {
  346. isa = XCBuildConfiguration;
  347. baseConfigurationReference = 347400872EBFABD6B974AFA7 /* Pods-XCBCTreeLangDemo.debug.xcconfig */;
  348. buildSettings = {
  349. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  350. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  351. CODE_SIGN_ENTITLEMENTS = XCBCTreeLangDemo/XCBCTreeLangDemo.entitlements;
  352. CODE_SIGN_STYLE = Automatic;
  353. CURRENT_PROJECT_VERSION = 1;
  354. DEVELOPMENT_TEAM = JZ592SWL67;
  355. ENABLE_USER_SCRIPT_SANDBOXING = NO;
  356. GENERATE_INFOPLIST_FILE = YES;
  357. INFOPLIST_FILE = XCBCTreeLangDemo/Info.plist;
  358. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  359. INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
  360. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  361. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  362. LD_RUNPATH_SEARCH_PATHS = (
  363. "$(inherited)",
  364. "@executable_path/Frameworks",
  365. );
  366. MARKETING_VERSION = 1.0;
  367. PRODUCT_BUNDLE_IDENTIFIER = org.forgetive.demo.XCBCTreeLangDemo;
  368. PRODUCT_NAME = "$(TARGET_NAME)";
  369. SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
  370. SUPPORTS_MACCATALYST = YES;
  371. SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
  372. SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
  373. SWIFT_EMIT_LOC_STRINGS = YES;
  374. TARGETED_DEVICE_FAMILY = "1,2";
  375. };
  376. name = Debug;
  377. };
  378. 53C096A02A947F31002F49A5 /* Release */ = {
  379. isa = XCBuildConfiguration;
  380. baseConfigurationReference = 672BB5EF029DD06192E5B1B8 /* Pods-XCBCTreeLangDemo.release.xcconfig */;
  381. buildSettings = {
  382. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  383. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  384. CODE_SIGN_ENTITLEMENTS = XCBCTreeLangDemo/XCBCTreeLangDemo.entitlements;
  385. CODE_SIGN_STYLE = Automatic;
  386. CURRENT_PROJECT_VERSION = 1;
  387. DEVELOPMENT_TEAM = JZ592SWL67;
  388. ENABLE_USER_SCRIPT_SANDBOXING = NO;
  389. GENERATE_INFOPLIST_FILE = YES;
  390. INFOPLIST_FILE = XCBCTreeLangDemo/Info.plist;
  391. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  392. INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
  393. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  394. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  395. LD_RUNPATH_SEARCH_PATHS = (
  396. "$(inherited)",
  397. "@executable_path/Frameworks",
  398. );
  399. MARKETING_VERSION = 1.0;
  400. PRODUCT_BUNDLE_IDENTIFIER = org.forgetive.demo.XCBCTreeLangDemo;
  401. PRODUCT_NAME = "$(TARGET_NAME)";
  402. SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
  403. SUPPORTS_MACCATALYST = YES;
  404. SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
  405. SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
  406. SWIFT_EMIT_LOC_STRINGS = YES;
  407. TARGETED_DEVICE_FAMILY = "1,2";
  408. };
  409. name = Release;
  410. };
  411. /* End XCBuildConfiguration section */
  412. /* Begin XCConfigurationList section */
  413. 53C096802A947F30002F49A5 /* Build configuration list for PBXProject "XCBCTreeLangDemo" */ = {
  414. isa = XCConfigurationList;
  415. buildConfigurations = (
  416. 53C0969C2A947F31002F49A5 /* Debug */,
  417. 53C0969D2A947F31002F49A5 /* Release */,
  418. );
  419. defaultConfigurationIsVisible = 0;
  420. defaultConfigurationName = Release;
  421. };
  422. 53C0969E2A947F31002F49A5 /* Build configuration list for PBXNativeTarget "XCBCTreeLangDemo" */ = {
  423. isa = XCConfigurationList;
  424. buildConfigurations = (
  425. 53C0969F2A947F31002F49A5 /* Debug */,
  426. 53C096A02A947F31002F49A5 /* Release */,
  427. );
  428. defaultConfigurationIsVisible = 0;
  429. defaultConfigurationName = Release;
  430. };
  431. /* End XCConfigurationList section */
  432. };
  433. rootObject = 53C0967D2A947F30002F49A5 /* Project object */;
  434. }