project.pbxproj 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 77;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 12E064B214B4CA8D763445A1 /* Pods_ABtong.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FFB889D0E6D88FD0A26C643E /* Pods_ABtong.framework */; };
  10. /* End PBXBuildFile section */
  11. /* Begin PBXFileReference section */
  12. 12B7D86DEE4F39C50F89CFF7 /* Pods-ABtong.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ABtong.debug.xcconfig"; path = "Target Support Files/Pods-ABtong/Pods-ABtong.debug.xcconfig"; sourceTree = "<group>"; };
  13. 2C376453FEA59FF1C01C44E5 /* Pods-ABtong.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ABtong.release.xcconfig"; path = "Target Support Files/Pods-ABtong/Pods-ABtong.release.xcconfig"; sourceTree = "<group>"; };
  14. 322072212E377A7F00E1698B /* ABtong.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ABtong.app; sourceTree = BUILT_PRODUCTS_DIR; };
  15. FFB889D0E6D88FD0A26C643E /* Pods_ABtong.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ABtong.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  16. /* End PBXFileReference section */
  17. /* Begin PBXFileSystemSynchronizedBuildFileExceptionSet section */
  18. 3220723B2E377A8000E1698B /* Exceptions for "ABtong" folder in "ABtong" target */ = {
  19. isa = PBXFileSystemSynchronizedBuildFileExceptionSet;
  20. membershipExceptions = (
  21. Info.plist,
  22. );
  23. target = 322072202E377A7F00E1698B /* ABtong */;
  24. };
  25. /* End PBXFileSystemSynchronizedBuildFileExceptionSet section */
  26. /* Begin PBXFileSystemSynchronizedRootGroup section */
  27. 322072232E377A7F00E1698B /* ABtong */ = {
  28. isa = PBXFileSystemSynchronizedRootGroup;
  29. exceptions = (
  30. 3220723B2E377A8000E1698B /* Exceptions for "ABtong" folder in "ABtong" target */,
  31. );
  32. path = ABtong;
  33. sourceTree = "<group>";
  34. };
  35. /* End PBXFileSystemSynchronizedRootGroup section */
  36. /* Begin PBXFrameworksBuildPhase section */
  37. 3220721E2E377A7F00E1698B /* Frameworks */ = {
  38. isa = PBXFrameworksBuildPhase;
  39. buildActionMask = 2147483647;
  40. files = (
  41. 12E064B214B4CA8D763445A1 /* Pods_ABtong.framework in Frameworks */,
  42. );
  43. runOnlyForDeploymentPostprocessing = 0;
  44. };
  45. /* End PBXFrameworksBuildPhase section */
  46. /* Begin PBXGroup section */
  47. 322072182E377A7F00E1698B = {
  48. isa = PBXGroup;
  49. children = (
  50. 322072232E377A7F00E1698B /* ABtong */,
  51. 322072222E377A7F00E1698B /* Products */,
  52. F354DB6CE3301BCE3D2FAB63 /* Pods */,
  53. D32E9A8380A4C7F1F42D6814 /* Frameworks */,
  54. );
  55. sourceTree = "<group>";
  56. };
  57. 322072222E377A7F00E1698B /* Products */ = {
  58. isa = PBXGroup;
  59. children = (
  60. 322072212E377A7F00E1698B /* ABtong.app */,
  61. );
  62. name = Products;
  63. sourceTree = "<group>";
  64. };
  65. D32E9A8380A4C7F1F42D6814 /* Frameworks */ = {
  66. isa = PBXGroup;
  67. children = (
  68. FFB889D0E6D88FD0A26C643E /* Pods_ABtong.framework */,
  69. );
  70. name = Frameworks;
  71. sourceTree = "<group>";
  72. };
  73. F354DB6CE3301BCE3D2FAB63 /* Pods */ = {
  74. isa = PBXGroup;
  75. children = (
  76. 12B7D86DEE4F39C50F89CFF7 /* Pods-ABtong.debug.xcconfig */,
  77. 2C376453FEA59FF1C01C44E5 /* Pods-ABtong.release.xcconfig */,
  78. );
  79. path = Pods;
  80. sourceTree = "<group>";
  81. };
  82. /* End PBXGroup section */
  83. /* Begin PBXNativeTarget section */
  84. 322072202E377A7F00E1698B /* ABtong */ = {
  85. isa = PBXNativeTarget;
  86. buildConfigurationList = 3220723C2E377A8000E1698B /* Build configuration list for PBXNativeTarget "ABtong" */;
  87. buildPhases = (
  88. 2E3DC9B72DD38DC823150EDC /* [CP] Check Pods Manifest.lock */,
  89. 3220721D2E377A7F00E1698B /* Sources */,
  90. 3220721E2E377A7F00E1698B /* Frameworks */,
  91. 3220721F2E377A7F00E1698B /* Resources */,
  92. 20CC96C2ACFB0FC0A7C56646 /* [CP] Embed Pods Frameworks */,
  93. );
  94. buildRules = (
  95. );
  96. dependencies = (
  97. );
  98. fileSystemSynchronizedGroups = (
  99. 322072232E377A7F00E1698B /* ABtong */,
  100. );
  101. name = ABtong;
  102. productName = ABtong;
  103. productReference = 322072212E377A7F00E1698B /* ABtong.app */;
  104. productType = "com.apple.product-type.application";
  105. };
  106. /* End PBXNativeTarget section */
  107. /* Begin PBXProject section */
  108. 322072192E377A7F00E1698B /* Project object */ = {
  109. isa = PBXProject;
  110. attributes = {
  111. BuildIndependentTargetsInParallel = 1;
  112. LastUpgradeCheck = 1630;
  113. TargetAttributes = {
  114. 322072202E377A7F00E1698B = {
  115. CreatedOnToolsVersion = 16.3;
  116. };
  117. };
  118. };
  119. buildConfigurationList = 3220721C2E377A7F00E1698B /* Build configuration list for PBXProject "ABtong" */;
  120. developmentRegion = en;
  121. hasScannedForEncodings = 0;
  122. knownRegions = (
  123. en,
  124. Base,
  125. "zh-Hant",
  126. "zh-Hans",
  127. );
  128. mainGroup = 322072182E377A7F00E1698B;
  129. minimizedProjectReferenceProxies = 1;
  130. preferredProjectObjectVersion = 77;
  131. productRefGroup = 322072222E377A7F00E1698B /* Products */;
  132. projectDirPath = "";
  133. projectRoot = "";
  134. targets = (
  135. 322072202E377A7F00E1698B /* ABtong */,
  136. );
  137. };
  138. /* End PBXProject section */
  139. /* Begin PBXResourcesBuildPhase section */
  140. 3220721F2E377A7F00E1698B /* Resources */ = {
  141. isa = PBXResourcesBuildPhase;
  142. buildActionMask = 2147483647;
  143. files = (
  144. );
  145. runOnlyForDeploymentPostprocessing = 0;
  146. };
  147. /* End PBXResourcesBuildPhase section */
  148. /* Begin PBXShellScriptBuildPhase section */
  149. 20CC96C2ACFB0FC0A7C56646 /* [CP] Embed Pods Frameworks */ = {
  150. isa = PBXShellScriptBuildPhase;
  151. buildActionMask = 2147483647;
  152. files = (
  153. );
  154. inputFileListPaths = (
  155. );
  156. inputPaths = (
  157. );
  158. name = "[CP] Embed Pods Frameworks";
  159. outputFileListPaths = (
  160. );
  161. outputPaths = (
  162. );
  163. runOnlyForDeploymentPostprocessing = 0;
  164. shellPath = /bin/sh;
  165. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ABtong/Pods-ABtong-frameworks.sh\"\n";
  166. showEnvVarsInLog = 0;
  167. };
  168. 2E3DC9B72DD38DC823150EDC /* [CP] Check Pods Manifest.lock */ = {
  169. isa = PBXShellScriptBuildPhase;
  170. buildActionMask = 2147483647;
  171. files = (
  172. );
  173. inputFileListPaths = (
  174. );
  175. inputPaths = (
  176. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  177. "${PODS_ROOT}/Manifest.lock",
  178. );
  179. name = "[CP] Check Pods Manifest.lock";
  180. outputFileListPaths = (
  181. );
  182. outputPaths = (
  183. "$(DERIVED_FILE_DIR)/Pods-ABtong-checkManifestLockResult.txt",
  184. );
  185. runOnlyForDeploymentPostprocessing = 0;
  186. shellPath = /bin/sh;
  187. 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";
  188. showEnvVarsInLog = 0;
  189. };
  190. /* End PBXShellScriptBuildPhase section */
  191. /* Begin PBXSourcesBuildPhase section */
  192. 3220721D2E377A7F00E1698B /* Sources */ = {
  193. isa = PBXSourcesBuildPhase;
  194. buildActionMask = 2147483647;
  195. files = (
  196. );
  197. runOnlyForDeploymentPostprocessing = 0;
  198. };
  199. /* End PBXSourcesBuildPhase section */
  200. /* Begin XCBuildConfiguration section */
  201. 3220723D2E377A8000E1698B /* Debug */ = {
  202. isa = XCBuildConfiguration;
  203. baseConfigurationReference = 12B7D86DEE4F39C50F89CFF7 /* Pods-ABtong.debug.xcconfig */;
  204. buildSettings = {
  205. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  206. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  207. CODE_SIGN_ENTITLEMENTS = ABtong/ABtong.entitlements;
  208. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  209. CODE_SIGN_STYLE = Manual;
  210. CURRENT_PROJECT_VERSION = 1;
  211. DEVELOPMENT_TEAM = "";
  212. "DEVELOPMENT_TEAM[sdk=iphoneos*]" = ANJCTZ9L4P;
  213. ENABLE_USER_SCRIPT_SANDBOXING = NO;
  214. GCC_PREFIX_HEADER = "${SRCROOT}/ABtong/Prefix&Header/PrefixHeader.pch";
  215. GENERATE_INFOPLIST_FILE = YES;
  216. INFOPLIST_FILE = ABtong/Info.plist;
  217. INFOPLIST_KEY_CFBundleDisplayName = "MY‘IM";
  218. INFOPLIST_KEY_NSCameraUsageDescription = "App 需要访问您的相机来拍摄照片。";
  219. INFOPLIST_KEY_NSMicrophoneUsageDescription = "App 需要您允许视频播放。";
  220. INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "App 需要访问您的相册来选择照片。";
  221. INFOPLIST_KEY_NSSpeechRecognitionUsageDescription = "需要语音识别权限以进行通话";
  222. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  223. INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
  224. INFOPLIST_KEY_UIMainStoryboardFile = Main;
  225. INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
  226. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown";
  227. IPHONEOS_DEPLOYMENT_TARGET = 15.6;
  228. LD_RUNPATH_SEARCH_PATHS = (
  229. "$(inherited)",
  230. "@executable_path/Frameworks",
  231. );
  232. MARKETING_VERSION = 1.0;
  233. PRODUCT_BUNDLE_IDENTIFIER = com.qitewei.aiim01;
  234. PRODUCT_NAME = "$(TARGET_NAME)";
  235. PROVISIONING_PROFILE_SPECIFIER = "";
  236. "PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = aiimdev;
  237. SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
  238. SUPPORTS_MACCATALYST = NO;
  239. SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
  240. SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
  241. SWIFT_EMIT_LOC_STRINGS = YES;
  242. TARGETED_DEVICE_FAMILY = 1;
  243. };
  244. name = Debug;
  245. };
  246. 3220723E2E377A8000E1698B /* Release */ = {
  247. isa = XCBuildConfiguration;
  248. baseConfigurationReference = 2C376453FEA59FF1C01C44E5 /* Pods-ABtong.release.xcconfig */;
  249. buildSettings = {
  250. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  251. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  252. CODE_SIGN_ENTITLEMENTS = ABtong/ABtong.entitlements;
  253. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  254. CODE_SIGN_STYLE = Manual;
  255. CURRENT_PROJECT_VERSION = 1;
  256. DEVELOPMENT_TEAM = "";
  257. "DEVELOPMENT_TEAM[sdk=iphoneos*]" = ANJCTZ9L4P;
  258. ENABLE_USER_SCRIPT_SANDBOXING = NO;
  259. GCC_PREFIX_HEADER = "${SRCROOT}/ABtong/Prefix&Header/PrefixHeader.pch";
  260. GENERATE_INFOPLIST_FILE = YES;
  261. INFOPLIST_FILE = ABtong/Info.plist;
  262. INFOPLIST_KEY_CFBundleDisplayName = "MY‘IM";
  263. INFOPLIST_KEY_NSCameraUsageDescription = "App 需要访问您的相机来拍摄照片。";
  264. INFOPLIST_KEY_NSMicrophoneUsageDescription = "App 需要您允许视频播放。";
  265. INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "App 需要访问您的相册来选择照片。";
  266. INFOPLIST_KEY_NSSpeechRecognitionUsageDescription = "需要语音识别权限以进行通话";
  267. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  268. INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
  269. INFOPLIST_KEY_UIMainStoryboardFile = Main;
  270. INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
  271. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown";
  272. IPHONEOS_DEPLOYMENT_TARGET = 15.6;
  273. LD_RUNPATH_SEARCH_PATHS = (
  274. "$(inherited)",
  275. "@executable_path/Frameworks",
  276. );
  277. MARKETING_VERSION = 1.0;
  278. PRODUCT_BUNDLE_IDENTIFIER = com.qitewei.aiim01;
  279. PRODUCT_NAME = "$(TARGET_NAME)";
  280. PROVISIONING_PROFILE_SPECIFIER = "";
  281. "PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = aiimdev;
  282. SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
  283. SUPPORTS_MACCATALYST = NO;
  284. SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
  285. SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
  286. SWIFT_EMIT_LOC_STRINGS = YES;
  287. TARGETED_DEVICE_FAMILY = 1;
  288. };
  289. name = Release;
  290. };
  291. 3220723F2E377A8000E1698B /* Debug */ = {
  292. isa = XCBuildConfiguration;
  293. buildSettings = {
  294. ALWAYS_SEARCH_USER_PATHS = NO;
  295. ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
  296. CLANG_ANALYZER_NONNULL = YES;
  297. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  298. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  299. CLANG_ENABLE_MODULES = YES;
  300. CLANG_ENABLE_OBJC_ARC = YES;
  301. CLANG_ENABLE_OBJC_WEAK = YES;
  302. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  303. CLANG_WARN_BOOL_CONVERSION = YES;
  304. CLANG_WARN_COMMA = YES;
  305. CLANG_WARN_CONSTANT_CONVERSION = YES;
  306. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  307. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  308. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  309. CLANG_WARN_EMPTY_BODY = YES;
  310. CLANG_WARN_ENUM_CONVERSION = YES;
  311. CLANG_WARN_INFINITE_RECURSION = YES;
  312. CLANG_WARN_INT_CONVERSION = YES;
  313. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  314. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  315. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  316. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  317. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  318. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  319. CLANG_WARN_STRICT_PROTOTYPES = YES;
  320. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  321. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  322. CLANG_WARN_UNREACHABLE_CODE = YES;
  323. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  324. COPY_PHASE_STRIP = NO;
  325. DEBUG_INFORMATION_FORMAT = dwarf;
  326. ENABLE_STRICT_OBJC_MSGSEND = YES;
  327. ENABLE_TESTABILITY = YES;
  328. ENABLE_USER_SCRIPT_SANDBOXING = YES;
  329. GCC_C_LANGUAGE_STANDARD = gnu17;
  330. GCC_DYNAMIC_NO_PIC = NO;
  331. GCC_NO_COMMON_BLOCKS = YES;
  332. GCC_OPTIMIZATION_LEVEL = 0;
  333. GCC_PREPROCESSOR_DEFINITIONS = (
  334. "DEBUG=1",
  335. "$(inherited)",
  336. );
  337. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  338. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  339. GCC_WARN_UNDECLARED_SELECTOR = YES;
  340. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  341. GCC_WARN_UNUSED_FUNCTION = YES;
  342. GCC_WARN_UNUSED_VARIABLE = YES;
  343. IPHONEOS_DEPLOYMENT_TARGET = 18.4;
  344. LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
  345. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  346. MTL_FAST_MATH = YES;
  347. ONLY_ACTIVE_ARCH = YES;
  348. SDKROOT = iphoneos;
  349. };
  350. name = Debug;
  351. };
  352. 322072402E377A8000E1698B /* Release */ = {
  353. isa = XCBuildConfiguration;
  354. buildSettings = {
  355. ALWAYS_SEARCH_USER_PATHS = NO;
  356. ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
  357. CLANG_ANALYZER_NONNULL = YES;
  358. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  359. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  360. CLANG_ENABLE_MODULES = YES;
  361. CLANG_ENABLE_OBJC_ARC = YES;
  362. CLANG_ENABLE_OBJC_WEAK = YES;
  363. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  364. CLANG_WARN_BOOL_CONVERSION = YES;
  365. CLANG_WARN_COMMA = YES;
  366. CLANG_WARN_CONSTANT_CONVERSION = YES;
  367. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  368. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  369. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  370. CLANG_WARN_EMPTY_BODY = YES;
  371. CLANG_WARN_ENUM_CONVERSION = YES;
  372. CLANG_WARN_INFINITE_RECURSION = YES;
  373. CLANG_WARN_INT_CONVERSION = YES;
  374. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  375. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  376. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  377. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  378. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  379. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  380. CLANG_WARN_STRICT_PROTOTYPES = YES;
  381. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  382. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  383. CLANG_WARN_UNREACHABLE_CODE = YES;
  384. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  385. COPY_PHASE_STRIP = NO;
  386. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  387. ENABLE_NS_ASSERTIONS = NO;
  388. ENABLE_STRICT_OBJC_MSGSEND = YES;
  389. ENABLE_USER_SCRIPT_SANDBOXING = YES;
  390. GCC_C_LANGUAGE_STANDARD = gnu17;
  391. GCC_NO_COMMON_BLOCKS = YES;
  392. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  393. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  394. GCC_WARN_UNDECLARED_SELECTOR = YES;
  395. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  396. GCC_WARN_UNUSED_FUNCTION = YES;
  397. GCC_WARN_UNUSED_VARIABLE = YES;
  398. IPHONEOS_DEPLOYMENT_TARGET = 18.4;
  399. LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
  400. MTL_ENABLE_DEBUG_INFO = NO;
  401. MTL_FAST_MATH = YES;
  402. SDKROOT = iphoneos;
  403. VALIDATE_PRODUCT = YES;
  404. };
  405. name = Release;
  406. };
  407. /* End XCBuildConfiguration section */
  408. /* Begin XCConfigurationList section */
  409. 3220721C2E377A7F00E1698B /* Build configuration list for PBXProject "ABtong" */ = {
  410. isa = XCConfigurationList;
  411. buildConfigurations = (
  412. 3220723F2E377A8000E1698B /* Debug */,
  413. 322072402E377A8000E1698B /* Release */,
  414. );
  415. defaultConfigurationIsVisible = 0;
  416. defaultConfigurationName = Release;
  417. };
  418. 3220723C2E377A8000E1698B /* Build configuration list for PBXNativeTarget "ABtong" */ = {
  419. isa = XCConfigurationList;
  420. buildConfigurations = (
  421. 3220723D2E377A8000E1698B /* Debug */,
  422. 3220723E2E377A8000E1698B /* Release */,
  423. );
  424. defaultConfigurationIsVisible = 0;
  425. defaultConfigurationName = Release;
  426. };
  427. /* End XCConfigurationList section */
  428. };
  429. rootObject = 322072192E377A7F00E1698B /* Project object */;
  430. }