project.pbxproj 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 55;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 4A426DDD275484DF00B3733B /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A426DDC275484DF00B3733B /* AppDelegate.swift */; };
  10. 4A426DE4275484DF00B3733B /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 4A426DE2275484DF00B3733B /* Main.storyboard */; };
  11. 4A426DE6275484E000B3733B /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 4A426DE5275484E000B3733B /* Assets.xcassets */; };
  12. 4A426DE9275484E000B3733B /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 4A426DE7275484E000B3733B /* LaunchScreen.storyboard */; };
  13. 4A426DF22754A1E300B3733B /* BFTabbarController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A426DF12754A1E300B3733B /* BFTabbarController.swift */; };
  14. 4A426DF52754A27D00B3733B /* INRecorderController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A426DF42754A27D00B3733B /* INRecorderController.swift */; };
  15. 4A426DFA2754A47700B3733B /* INPhotoVideosController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A426DF92754A47700B3733B /* INPhotoVideosController.swift */; };
  16. 4A426DFC2754A4B200B3733B /* INIntrocudeController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A426DFB2754A4B200B3733B /* INIntrocudeController.swift */; };
  17. 4A426DFE2754A4F600B3733B /* INVideoExportController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A426DFD2754A4F600B3733B /* INVideoExportController.swift */; };
  18. BFC6C47BC8163110D4E205C0 /* Pods_Introduce.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3D67E85C017389B87957100F /* Pods_Introduce.framework */; };
  19. /* End PBXBuildFile section */
  20. /* Begin PBXFileReference section */
  21. 3051DB0957784182F3E1AAD3 /* Pods-Introduce.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Introduce.release.xcconfig"; path = "Target Support Files/Pods-Introduce/Pods-Introduce.release.xcconfig"; sourceTree = "<group>"; };
  22. 3D67E85C017389B87957100F /* Pods_Introduce.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Introduce.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  23. 4A426DD9275484DF00B3733B /* Introduce.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Introduce.app; sourceTree = BUILT_PRODUCTS_DIR; };
  24. 4A426DDC275484DF00B3733B /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  25. 4A426DE3275484DF00B3733B /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  26. 4A426DE5275484E000B3733B /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  27. 4A426DE8275484E000B3733B /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  28. 4A426DEA275484E000B3733B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  29. 4A426DF12754A1E300B3733B /* BFTabbarController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BFTabbarController.swift; sourceTree = "<group>"; };
  30. 4A426DF42754A27D00B3733B /* INRecorderController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = INRecorderController.swift; sourceTree = "<group>"; };
  31. 4A426DF92754A47700B3733B /* INPhotoVideosController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = INPhotoVideosController.swift; sourceTree = "<group>"; };
  32. 4A426DFB2754A4B200B3733B /* INIntrocudeController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = INIntrocudeController.swift; sourceTree = "<group>"; };
  33. 4A426DFD2754A4F600B3733B /* INVideoExportController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = INVideoExportController.swift; sourceTree = "<group>"; };
  34. F6FE9FC563C2B8CC6005F8C8 /* Pods-Introduce.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Introduce.debug.xcconfig"; path = "Target Support Files/Pods-Introduce/Pods-Introduce.debug.xcconfig"; sourceTree = "<group>"; };
  35. /* End PBXFileReference section */
  36. /* Begin PBXFrameworksBuildPhase section */
  37. 4A426DD6275484DF00B3733B /* Frameworks */ = {
  38. isa = PBXFrameworksBuildPhase;
  39. buildActionMask = 2147483647;
  40. files = (
  41. BFC6C47BC8163110D4E205C0 /* Pods_Introduce.framework in Frameworks */,
  42. );
  43. runOnlyForDeploymentPostprocessing = 0;
  44. };
  45. /* End PBXFrameworksBuildPhase section */
  46. /* Begin PBXGroup section */
  47. 176FF70F02BBAA82FCAFD349 /* Frameworks */ = {
  48. isa = PBXGroup;
  49. children = (
  50. 3D67E85C017389B87957100F /* Pods_Introduce.framework */,
  51. );
  52. name = Frameworks;
  53. sourceTree = "<group>";
  54. };
  55. 4A426DD0275484DF00B3733B = {
  56. isa = PBXGroup;
  57. children = (
  58. 4A426DDB275484DF00B3733B /* Introduce */,
  59. 4A426DDA275484DF00B3733B /* Products */,
  60. D026B130A41514D0C394B80E /* Pods */,
  61. 176FF70F02BBAA82FCAFD349 /* Frameworks */,
  62. );
  63. sourceTree = "<group>";
  64. };
  65. 4A426DDA275484DF00B3733B /* Products */ = {
  66. isa = PBXGroup;
  67. children = (
  68. 4A426DD9275484DF00B3733B /* Introduce.app */,
  69. );
  70. name = Products;
  71. sourceTree = "<group>";
  72. };
  73. 4A426DDB275484DF00B3733B /* Introduce */ = {
  74. isa = PBXGroup;
  75. children = (
  76. 4A426DF02754A0D100B3733B /* Aarchitecture */,
  77. 4A426DF82754A2F700B3733B /* Cloud */,
  78. 4A426DF72754A2EE00B3733B /* Message */,
  79. 4A426DF32754A26600B3733B /* Record */,
  80. 4A426DE2275484DF00B3733B /* Main.storyboard */,
  81. 4A426DE5275484E000B3733B /* Assets.xcassets */,
  82. 4A426DE7275484E000B3733B /* LaunchScreen.storyboard */,
  83. 4A426DEA275484E000B3733B /* Info.plist */,
  84. );
  85. path = Introduce;
  86. sourceTree = "<group>";
  87. };
  88. 4A426DF02754A0D100B3733B /* Aarchitecture */ = {
  89. isa = PBXGroup;
  90. children = (
  91. 4A426DDC275484DF00B3733B /* AppDelegate.swift */,
  92. 4A426DF12754A1E300B3733B /* BFTabbarController.swift */,
  93. );
  94. path = Aarchitecture;
  95. sourceTree = "<group>";
  96. };
  97. 4A426DF32754A26600B3733B /* Record */ = {
  98. isa = PBXGroup;
  99. children = (
  100. 4A426DF42754A27D00B3733B /* INRecorderController.swift */,
  101. 4A426DF92754A47700B3733B /* INPhotoVideosController.swift */,
  102. 4A426DFB2754A4B200B3733B /* INIntrocudeController.swift */,
  103. 4A426DFD2754A4F600B3733B /* INVideoExportController.swift */,
  104. );
  105. path = Record;
  106. sourceTree = "<group>";
  107. };
  108. 4A426DF72754A2EE00B3733B /* Message */ = {
  109. isa = PBXGroup;
  110. children = (
  111. );
  112. path = Message;
  113. sourceTree = "<group>";
  114. };
  115. 4A426DF82754A2F700B3733B /* Cloud */ = {
  116. isa = PBXGroup;
  117. children = (
  118. );
  119. path = Cloud;
  120. sourceTree = "<group>";
  121. };
  122. D026B130A41514D0C394B80E /* Pods */ = {
  123. isa = PBXGroup;
  124. children = (
  125. F6FE9FC563C2B8CC6005F8C8 /* Pods-Introduce.debug.xcconfig */,
  126. 3051DB0957784182F3E1AAD3 /* Pods-Introduce.release.xcconfig */,
  127. );
  128. path = Pods;
  129. sourceTree = "<group>";
  130. };
  131. /* End PBXGroup section */
  132. /* Begin PBXNativeTarget section */
  133. 4A426DD8275484DF00B3733B /* Introduce */ = {
  134. isa = PBXNativeTarget;
  135. buildConfigurationList = 4A426DED275484E000B3733B /* Build configuration list for PBXNativeTarget "Introduce" */;
  136. buildPhases = (
  137. 0B6E335E37508327721C79AA /* [CP] Check Pods Manifest.lock */,
  138. 4A426DD5275484DF00B3733B /* Sources */,
  139. 4A426DD6275484DF00B3733B /* Frameworks */,
  140. 4A426DD7275484DF00B3733B /* Resources */,
  141. 3DFC34400BF4E4EF0317FBD6 /* [CP] Embed Pods Frameworks */,
  142. 147516E31A270E74CDD9FCDC /* [CP] Copy Pods Resources */,
  143. );
  144. buildRules = (
  145. );
  146. dependencies = (
  147. );
  148. name = Introduce;
  149. productName = Introduce;
  150. productReference = 4A426DD9275484DF00B3733B /* Introduce.app */;
  151. productType = "com.apple.product-type.application";
  152. };
  153. /* End PBXNativeTarget section */
  154. /* Begin PBXProject section */
  155. 4A426DD1275484DF00B3733B /* Project object */ = {
  156. isa = PBXProject;
  157. attributes = {
  158. BuildIndependentTargetsInParallel = 1;
  159. LastSwiftUpdateCheck = 1310;
  160. LastUpgradeCheck = 1310;
  161. TargetAttributes = {
  162. 4A426DD8275484DF00B3733B = {
  163. CreatedOnToolsVersion = 13.1;
  164. };
  165. };
  166. };
  167. buildConfigurationList = 4A426DD4275484DF00B3733B /* Build configuration list for PBXProject "Introduce" */;
  168. compatibilityVersion = "Xcode 13.0";
  169. developmentRegion = en;
  170. hasScannedForEncodings = 0;
  171. knownRegions = (
  172. en,
  173. Base,
  174. );
  175. mainGroup = 4A426DD0275484DF00B3733B;
  176. productRefGroup = 4A426DDA275484DF00B3733B /* Products */;
  177. projectDirPath = "";
  178. projectRoot = "";
  179. targets = (
  180. 4A426DD8275484DF00B3733B /* Introduce */,
  181. );
  182. };
  183. /* End PBXProject section */
  184. /* Begin PBXResourcesBuildPhase section */
  185. 4A426DD7275484DF00B3733B /* Resources */ = {
  186. isa = PBXResourcesBuildPhase;
  187. buildActionMask = 2147483647;
  188. files = (
  189. 4A426DE9275484E000B3733B /* LaunchScreen.storyboard in Resources */,
  190. 4A426DE6275484E000B3733B /* Assets.xcassets in Resources */,
  191. 4A426DE4275484DF00B3733B /* Main.storyboard in Resources */,
  192. );
  193. runOnlyForDeploymentPostprocessing = 0;
  194. };
  195. /* End PBXResourcesBuildPhase section */
  196. /* Begin PBXShellScriptBuildPhase section */
  197. 0B6E335E37508327721C79AA /* [CP] Check Pods Manifest.lock */ = {
  198. isa = PBXShellScriptBuildPhase;
  199. buildActionMask = 2147483647;
  200. files = (
  201. );
  202. inputFileListPaths = (
  203. );
  204. inputPaths = (
  205. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  206. "${PODS_ROOT}/Manifest.lock",
  207. );
  208. name = "[CP] Check Pods Manifest.lock";
  209. outputFileListPaths = (
  210. );
  211. outputPaths = (
  212. "$(DERIVED_FILE_DIR)/Pods-Introduce-checkManifestLockResult.txt",
  213. );
  214. runOnlyForDeploymentPostprocessing = 0;
  215. shellPath = /bin/sh;
  216. 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";
  217. showEnvVarsInLog = 0;
  218. };
  219. 147516E31A270E74CDD9FCDC /* [CP] Copy Pods Resources */ = {
  220. isa = PBXShellScriptBuildPhase;
  221. buildActionMask = 2147483647;
  222. files = (
  223. );
  224. inputFileListPaths = (
  225. "${PODS_ROOT}/Target Support Files/Pods-Introduce/Pods-Introduce-resources-${CONFIGURATION}-input-files.xcfilelist",
  226. );
  227. name = "[CP] Copy Pods Resources";
  228. outputFileListPaths = (
  229. "${PODS_ROOT}/Target Support Files/Pods-Introduce/Pods-Introduce-resources-${CONFIGURATION}-output-files.xcfilelist",
  230. );
  231. runOnlyForDeploymentPostprocessing = 0;
  232. shellPath = /bin/sh;
  233. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Introduce/Pods-Introduce-resources.sh\"\n";
  234. showEnvVarsInLog = 0;
  235. };
  236. 3DFC34400BF4E4EF0317FBD6 /* [CP] Embed Pods Frameworks */ = {
  237. isa = PBXShellScriptBuildPhase;
  238. buildActionMask = 2147483647;
  239. files = (
  240. );
  241. inputFileListPaths = (
  242. "${PODS_ROOT}/Target Support Files/Pods-Introduce/Pods-Introduce-frameworks-${CONFIGURATION}-input-files.xcfilelist",
  243. );
  244. name = "[CP] Embed Pods Frameworks";
  245. outputFileListPaths = (
  246. "${PODS_ROOT}/Target Support Files/Pods-Introduce/Pods-Introduce-frameworks-${CONFIGURATION}-output-files.xcfilelist",
  247. );
  248. runOnlyForDeploymentPostprocessing = 0;
  249. shellPath = /bin/sh;
  250. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Introduce/Pods-Introduce-frameworks.sh\"\n";
  251. showEnvVarsInLog = 0;
  252. };
  253. /* End PBXShellScriptBuildPhase section */
  254. /* Begin PBXSourcesBuildPhase section */
  255. 4A426DD5275484DF00B3733B /* Sources */ = {
  256. isa = PBXSourcesBuildPhase;
  257. buildActionMask = 2147483647;
  258. files = (
  259. 4A426DFA2754A47700B3733B /* INPhotoVideosController.swift in Sources */,
  260. 4A426DDD275484DF00B3733B /* AppDelegate.swift in Sources */,
  261. 4A426DF52754A27D00B3733B /* INRecorderController.swift in Sources */,
  262. 4A426DFE2754A4F600B3733B /* INVideoExportController.swift in Sources */,
  263. 4A426DFC2754A4B200B3733B /* INIntrocudeController.swift in Sources */,
  264. 4A426DF22754A1E300B3733B /* BFTabbarController.swift in Sources */,
  265. );
  266. runOnlyForDeploymentPostprocessing = 0;
  267. };
  268. /* End PBXSourcesBuildPhase section */
  269. /* Begin PBXVariantGroup section */
  270. 4A426DE2275484DF00B3733B /* Main.storyboard */ = {
  271. isa = PBXVariantGroup;
  272. children = (
  273. 4A426DE3275484DF00B3733B /* Base */,
  274. );
  275. name = Main.storyboard;
  276. sourceTree = "<group>";
  277. };
  278. 4A426DE7275484E000B3733B /* LaunchScreen.storyboard */ = {
  279. isa = PBXVariantGroup;
  280. children = (
  281. 4A426DE8275484E000B3733B /* Base */,
  282. );
  283. name = LaunchScreen.storyboard;
  284. sourceTree = "<group>";
  285. };
  286. /* End PBXVariantGroup section */
  287. /* Begin XCBuildConfiguration section */
  288. 4A426DEB275484E000B3733B /* Debug */ = {
  289. isa = XCBuildConfiguration;
  290. buildSettings = {
  291. ALWAYS_SEARCH_USER_PATHS = NO;
  292. CLANG_ANALYZER_NONNULL = YES;
  293. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  294. CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
  295. CLANG_CXX_LIBRARY = "libc++";
  296. CLANG_ENABLE_MODULES = YES;
  297. CLANG_ENABLE_OBJC_ARC = YES;
  298. CLANG_ENABLE_OBJC_WEAK = YES;
  299. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  300. CLANG_WARN_BOOL_CONVERSION = YES;
  301. CLANG_WARN_COMMA = YES;
  302. CLANG_WARN_CONSTANT_CONVERSION = YES;
  303. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  304. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  305. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  306. CLANG_WARN_EMPTY_BODY = YES;
  307. CLANG_WARN_ENUM_CONVERSION = YES;
  308. CLANG_WARN_INFINITE_RECURSION = YES;
  309. CLANG_WARN_INT_CONVERSION = YES;
  310. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  311. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  312. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  313. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  314. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  315. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  316. CLANG_WARN_STRICT_PROTOTYPES = YES;
  317. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  318. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  319. CLANG_WARN_UNREACHABLE_CODE = YES;
  320. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  321. COPY_PHASE_STRIP = NO;
  322. DEBUG_INFORMATION_FORMAT = dwarf;
  323. ENABLE_STRICT_OBJC_MSGSEND = YES;
  324. ENABLE_TESTABILITY = YES;
  325. GCC_C_LANGUAGE_STANDARD = gnu11;
  326. GCC_DYNAMIC_NO_PIC = NO;
  327. GCC_NO_COMMON_BLOCKS = YES;
  328. GCC_OPTIMIZATION_LEVEL = 0;
  329. GCC_PREPROCESSOR_DEFINITIONS = (
  330. "DEBUG=1",
  331. "$(inherited)",
  332. );
  333. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  334. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  335. GCC_WARN_UNDECLARED_SELECTOR = YES;
  336. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  337. GCC_WARN_UNUSED_FUNCTION = YES;
  338. GCC_WARN_UNUSED_VARIABLE = YES;
  339. IPHONEOS_DEPLOYMENT_TARGET = 10.0;
  340. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  341. MTL_FAST_MATH = YES;
  342. ONLY_ACTIVE_ARCH = YES;
  343. SDKROOT = iphoneos;
  344. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  345. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  346. };
  347. name = Debug;
  348. };
  349. 4A426DEC275484E000B3733B /* Release */ = {
  350. isa = XCBuildConfiguration;
  351. buildSettings = {
  352. ALWAYS_SEARCH_USER_PATHS = NO;
  353. CLANG_ANALYZER_NONNULL = YES;
  354. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  355. CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
  356. CLANG_CXX_LIBRARY = "libc++";
  357. CLANG_ENABLE_MODULES = YES;
  358. CLANG_ENABLE_OBJC_ARC = YES;
  359. CLANG_ENABLE_OBJC_WEAK = YES;
  360. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  361. CLANG_WARN_BOOL_CONVERSION = YES;
  362. CLANG_WARN_COMMA = YES;
  363. CLANG_WARN_CONSTANT_CONVERSION = YES;
  364. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  365. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  366. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  367. CLANG_WARN_EMPTY_BODY = YES;
  368. CLANG_WARN_ENUM_CONVERSION = YES;
  369. CLANG_WARN_INFINITE_RECURSION = YES;
  370. CLANG_WARN_INT_CONVERSION = YES;
  371. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  372. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  373. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  374. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  375. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  376. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  377. CLANG_WARN_STRICT_PROTOTYPES = YES;
  378. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  379. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  380. CLANG_WARN_UNREACHABLE_CODE = YES;
  381. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  382. COPY_PHASE_STRIP = NO;
  383. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  384. ENABLE_NS_ASSERTIONS = NO;
  385. ENABLE_STRICT_OBJC_MSGSEND = YES;
  386. GCC_C_LANGUAGE_STANDARD = gnu11;
  387. GCC_NO_COMMON_BLOCKS = YES;
  388. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  389. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  390. GCC_WARN_UNDECLARED_SELECTOR = YES;
  391. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  392. GCC_WARN_UNUSED_FUNCTION = YES;
  393. GCC_WARN_UNUSED_VARIABLE = YES;
  394. IPHONEOS_DEPLOYMENT_TARGET = 10.0;
  395. MTL_ENABLE_DEBUG_INFO = NO;
  396. MTL_FAST_MATH = YES;
  397. SDKROOT = iphoneos;
  398. SWIFT_COMPILATION_MODE = wholemodule;
  399. SWIFT_OPTIMIZATION_LEVEL = "-O";
  400. VALIDATE_PRODUCT = YES;
  401. };
  402. name = Release;
  403. };
  404. 4A426DEE275484E000B3733B /* Debug */ = {
  405. isa = XCBuildConfiguration;
  406. baseConfigurationReference = F6FE9FC563C2B8CC6005F8C8 /* Pods-Introduce.debug.xcconfig */;
  407. buildSettings = {
  408. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  409. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  410. CODE_SIGN_STYLE = Automatic;
  411. CURRENT_PROJECT_VERSION = 1;
  412. DEVELOPMENT_TEAM = UH52C8A7SN;
  413. ENABLE_BITCODE = NO;
  414. GENERATE_INFOPLIST_FILE = YES;
  415. INFOPLIST_FILE = Introduce/Info.plist;
  416. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  417. INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
  418. INFOPLIST_KEY_UIMainStoryboardFile = Main;
  419. INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
  420. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  421. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  422. LD_RUNPATH_SEARCH_PATHS = (
  423. "$(inherited)",
  424. "@executable_path/Frameworks",
  425. );
  426. MARKETING_VERSION = 1.0;
  427. PRODUCT_BUNDLE_IDENTIFIER = com.piaoquan.Introduce;
  428. PRODUCT_NAME = "$(TARGET_NAME)";
  429. SWIFT_EMIT_LOC_STRINGS = YES;
  430. SWIFT_VERSION = 5.0;
  431. TARGETED_DEVICE_FAMILY = 1;
  432. };
  433. name = Debug;
  434. };
  435. 4A426DEF275484E000B3733B /* Release */ = {
  436. isa = XCBuildConfiguration;
  437. baseConfigurationReference = 3051DB0957784182F3E1AAD3 /* Pods-Introduce.release.xcconfig */;
  438. buildSettings = {
  439. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  440. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  441. CODE_SIGN_STYLE = Automatic;
  442. CURRENT_PROJECT_VERSION = 1;
  443. DEVELOPMENT_TEAM = UH52C8A7SN;
  444. ENABLE_BITCODE = NO;
  445. GENERATE_INFOPLIST_FILE = YES;
  446. INFOPLIST_FILE = Introduce/Info.plist;
  447. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  448. INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
  449. INFOPLIST_KEY_UIMainStoryboardFile = Main;
  450. INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
  451. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  452. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  453. LD_RUNPATH_SEARCH_PATHS = (
  454. "$(inherited)",
  455. "@executable_path/Frameworks",
  456. );
  457. MARKETING_VERSION = 1.0;
  458. PRODUCT_BUNDLE_IDENTIFIER = com.piaoquan.Introduce;
  459. PRODUCT_NAME = "$(TARGET_NAME)";
  460. SWIFT_EMIT_LOC_STRINGS = YES;
  461. SWIFT_VERSION = 5.0;
  462. TARGETED_DEVICE_FAMILY = 1;
  463. };
  464. name = Release;
  465. };
  466. /* End XCBuildConfiguration section */
  467. /* Begin XCConfigurationList section */
  468. 4A426DD4275484DF00B3733B /* Build configuration list for PBXProject "Introduce" */ = {
  469. isa = XCConfigurationList;
  470. buildConfigurations = (
  471. 4A426DEB275484E000B3733B /* Debug */,
  472. 4A426DEC275484E000B3733B /* Release */,
  473. );
  474. defaultConfigurationIsVisible = 0;
  475. defaultConfigurationName = Release;
  476. };
  477. 4A426DED275484E000B3733B /* Build configuration list for PBXNativeTarget "Introduce" */ = {
  478. isa = XCConfigurationList;
  479. buildConfigurations = (
  480. 4A426DEE275484E000B3733B /* Debug */,
  481. 4A426DEF275484E000B3733B /* Release */,
  482. );
  483. defaultConfigurationIsVisible = 0;
  484. defaultConfigurationName = Release;
  485. };
  486. /* End XCConfigurationList section */
  487. };
  488. rootObject = 4A426DD1275484DF00B3733B /* Project object */;
  489. }