project.pbxproj 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514
  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 /* INTabbarController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A426DF12754A1E300B3733B /* INTabbarController.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 /* INTabbarController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = INTabbarController.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 /* INTabbarController.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. LastSwiftUpdateCheck = 1310;
  159. LastUpgradeCheck = 1310;
  160. TargetAttributes = {
  161. 4A426DD8275484DF00B3733B = {
  162. CreatedOnToolsVersion = 13.1;
  163. };
  164. };
  165. };
  166. buildConfigurationList = 4A426DD4275484DF00B3733B /* Build configuration list for PBXProject "Introduce" */;
  167. compatibilityVersion = "Xcode 13.0";
  168. developmentRegion = en;
  169. hasScannedForEncodings = 0;
  170. knownRegions = (
  171. en,
  172. Base,
  173. );
  174. mainGroup = 4A426DD0275484DF00B3733B;
  175. productRefGroup = 4A426DDA275484DF00B3733B /* Products */;
  176. projectDirPath = "";
  177. projectRoot = "";
  178. targets = (
  179. 4A426DD8275484DF00B3733B /* Introduce */,
  180. );
  181. };
  182. /* End PBXProject section */
  183. /* Begin PBXResourcesBuildPhase section */
  184. 4A426DD7275484DF00B3733B /* Resources */ = {
  185. isa = PBXResourcesBuildPhase;
  186. buildActionMask = 2147483647;
  187. files = (
  188. 4A426DE9275484E000B3733B /* LaunchScreen.storyboard in Resources */,
  189. 4A426DE6275484E000B3733B /* Assets.xcassets in Resources */,
  190. 4A426DE4275484DF00B3733B /* Main.storyboard in Resources */,
  191. );
  192. runOnlyForDeploymentPostprocessing = 0;
  193. };
  194. /* End PBXResourcesBuildPhase section */
  195. /* Begin PBXShellScriptBuildPhase section */
  196. 0B6E335E37508327721C79AA /* [CP] Check Pods Manifest.lock */ = {
  197. isa = PBXShellScriptBuildPhase;
  198. buildActionMask = 2147483647;
  199. files = (
  200. );
  201. inputFileListPaths = (
  202. );
  203. inputPaths = (
  204. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  205. "${PODS_ROOT}/Manifest.lock",
  206. );
  207. name = "[CP] Check Pods Manifest.lock";
  208. outputFileListPaths = (
  209. );
  210. outputPaths = (
  211. "$(DERIVED_FILE_DIR)/Pods-Introduce-checkManifestLockResult.txt",
  212. );
  213. runOnlyForDeploymentPostprocessing = 0;
  214. shellPath = /bin/sh;
  215. 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";
  216. showEnvVarsInLog = 0;
  217. };
  218. 147516E31A270E74CDD9FCDC /* [CP] Copy Pods Resources */ = {
  219. isa = PBXShellScriptBuildPhase;
  220. buildActionMask = 2147483647;
  221. files = (
  222. );
  223. inputFileListPaths = (
  224. "${PODS_ROOT}/Target Support Files/Pods-Introduce/Pods-Introduce-resources-${CONFIGURATION}-input-files.xcfilelist",
  225. );
  226. name = "[CP] Copy Pods Resources";
  227. outputFileListPaths = (
  228. "${PODS_ROOT}/Target Support Files/Pods-Introduce/Pods-Introduce-resources-${CONFIGURATION}-output-files.xcfilelist",
  229. );
  230. runOnlyForDeploymentPostprocessing = 0;
  231. shellPath = /bin/sh;
  232. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Introduce/Pods-Introduce-resources.sh\"\n";
  233. showEnvVarsInLog = 0;
  234. };
  235. 3DFC34400BF4E4EF0317FBD6 /* [CP] Embed Pods Frameworks */ = {
  236. isa = PBXShellScriptBuildPhase;
  237. buildActionMask = 2147483647;
  238. files = (
  239. );
  240. inputFileListPaths = (
  241. "${PODS_ROOT}/Target Support Files/Pods-Introduce/Pods-Introduce-frameworks-${CONFIGURATION}-input-files.xcfilelist",
  242. );
  243. name = "[CP] Embed Pods Frameworks";
  244. outputFileListPaths = (
  245. "${PODS_ROOT}/Target Support Files/Pods-Introduce/Pods-Introduce-frameworks-${CONFIGURATION}-output-files.xcfilelist",
  246. );
  247. runOnlyForDeploymentPostprocessing = 0;
  248. shellPath = /bin/sh;
  249. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Introduce/Pods-Introduce-frameworks.sh\"\n";
  250. showEnvVarsInLog = 0;
  251. };
  252. /* End PBXShellScriptBuildPhase section */
  253. /* Begin PBXSourcesBuildPhase section */
  254. 4A426DD5275484DF00B3733B /* Sources */ = {
  255. isa = PBXSourcesBuildPhase;
  256. buildActionMask = 2147483647;
  257. files = (
  258. 4A426DFA2754A47700B3733B /* INPhotoVideosController.swift in Sources */,
  259. 4A426DDD275484DF00B3733B /* AppDelegate.swift in Sources */,
  260. 4A426DF52754A27D00B3733B /* INRecorderController.swift in Sources */,
  261. 4A426DFE2754A4F600B3733B /* INVideoExportController.swift in Sources */,
  262. 4A426DFC2754A4B200B3733B /* INIntrocudeController.swift in Sources */,
  263. 4A426DF22754A1E300B3733B /* INTabbarController.swift in Sources */,
  264. );
  265. runOnlyForDeploymentPostprocessing = 0;
  266. };
  267. /* End PBXSourcesBuildPhase section */
  268. /* Begin PBXVariantGroup section */
  269. 4A426DE2275484DF00B3733B /* Main.storyboard */ = {
  270. isa = PBXVariantGroup;
  271. children = (
  272. 4A426DE3275484DF00B3733B /* Base */,
  273. );
  274. name = Main.storyboard;
  275. sourceTree = "<group>";
  276. };
  277. 4A426DE7275484E000B3733B /* LaunchScreen.storyboard */ = {
  278. isa = PBXVariantGroup;
  279. children = (
  280. 4A426DE8275484E000B3733B /* Base */,
  281. );
  282. name = LaunchScreen.storyboard;
  283. sourceTree = "<group>";
  284. };
  285. /* End PBXVariantGroup section */
  286. /* Begin XCBuildConfiguration section */
  287. 4A426DEB275484E000B3733B /* Debug */ = {
  288. isa = XCBuildConfiguration;
  289. buildSettings = {
  290. ALWAYS_SEARCH_USER_PATHS = NO;
  291. CLANG_ANALYZER_NONNULL = YES;
  292. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  293. CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
  294. CLANG_CXX_LIBRARY = "libc++";
  295. CLANG_ENABLE_MODULES = YES;
  296. CLANG_ENABLE_OBJC_ARC = YES;
  297. CLANG_ENABLE_OBJC_WEAK = YES;
  298. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  299. CLANG_WARN_BOOL_CONVERSION = YES;
  300. CLANG_WARN_COMMA = YES;
  301. CLANG_WARN_CONSTANT_CONVERSION = YES;
  302. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  303. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  304. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  305. CLANG_WARN_EMPTY_BODY = YES;
  306. CLANG_WARN_ENUM_CONVERSION = YES;
  307. CLANG_WARN_INFINITE_RECURSION = YES;
  308. CLANG_WARN_INT_CONVERSION = YES;
  309. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  310. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  311. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  312. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  313. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  314. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  315. CLANG_WARN_STRICT_PROTOTYPES = YES;
  316. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  317. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  318. CLANG_WARN_UNREACHABLE_CODE = YES;
  319. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  320. COPY_PHASE_STRIP = NO;
  321. DEBUG_INFORMATION_FORMAT = dwarf;
  322. ENABLE_STRICT_OBJC_MSGSEND = YES;
  323. ENABLE_TESTABILITY = YES;
  324. GCC_C_LANGUAGE_STANDARD = gnu11;
  325. GCC_DYNAMIC_NO_PIC = NO;
  326. GCC_NO_COMMON_BLOCKS = YES;
  327. GCC_OPTIMIZATION_LEVEL = 0;
  328. GCC_PREPROCESSOR_DEFINITIONS = (
  329. "DEBUG=1",
  330. "$(inherited)",
  331. );
  332. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  333. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  334. GCC_WARN_UNDECLARED_SELECTOR = YES;
  335. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  336. GCC_WARN_UNUSED_FUNCTION = YES;
  337. GCC_WARN_UNUSED_VARIABLE = YES;
  338. IPHONEOS_DEPLOYMENT_TARGET = 10.0;
  339. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  340. MTL_FAST_MATH = YES;
  341. ONLY_ACTIVE_ARCH = YES;
  342. SDKROOT = iphoneos;
  343. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  344. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  345. };
  346. name = Debug;
  347. };
  348. 4A426DEC275484E000B3733B /* Release */ = {
  349. isa = XCBuildConfiguration;
  350. buildSettings = {
  351. ALWAYS_SEARCH_USER_PATHS = NO;
  352. CLANG_ANALYZER_NONNULL = YES;
  353. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  354. CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
  355. CLANG_CXX_LIBRARY = "libc++";
  356. CLANG_ENABLE_MODULES = YES;
  357. CLANG_ENABLE_OBJC_ARC = YES;
  358. CLANG_ENABLE_OBJC_WEAK = YES;
  359. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  360. CLANG_WARN_BOOL_CONVERSION = YES;
  361. CLANG_WARN_COMMA = YES;
  362. CLANG_WARN_CONSTANT_CONVERSION = YES;
  363. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  364. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  365. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  366. CLANG_WARN_EMPTY_BODY = YES;
  367. CLANG_WARN_ENUM_CONVERSION = YES;
  368. CLANG_WARN_INFINITE_RECURSION = YES;
  369. CLANG_WARN_INT_CONVERSION = YES;
  370. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  371. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  372. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  373. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  374. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  375. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  376. CLANG_WARN_STRICT_PROTOTYPES = YES;
  377. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  378. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  379. CLANG_WARN_UNREACHABLE_CODE = YES;
  380. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  381. COPY_PHASE_STRIP = NO;
  382. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  383. ENABLE_NS_ASSERTIONS = NO;
  384. ENABLE_STRICT_OBJC_MSGSEND = YES;
  385. GCC_C_LANGUAGE_STANDARD = gnu11;
  386. GCC_NO_COMMON_BLOCKS = YES;
  387. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  388. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  389. GCC_WARN_UNDECLARED_SELECTOR = YES;
  390. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  391. GCC_WARN_UNUSED_FUNCTION = YES;
  392. GCC_WARN_UNUSED_VARIABLE = YES;
  393. IPHONEOS_DEPLOYMENT_TARGET = 10.0;
  394. MTL_ENABLE_DEBUG_INFO = NO;
  395. MTL_FAST_MATH = YES;
  396. SDKROOT = iphoneos;
  397. SWIFT_COMPILATION_MODE = wholemodule;
  398. SWIFT_OPTIMIZATION_LEVEL = "-O";
  399. VALIDATE_PRODUCT = YES;
  400. };
  401. name = Release;
  402. };
  403. 4A426DEE275484E000B3733B /* Debug */ = {
  404. isa = XCBuildConfiguration;
  405. baseConfigurationReference = F6FE9FC563C2B8CC6005F8C8 /* Pods-Introduce.debug.xcconfig */;
  406. buildSettings = {
  407. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  408. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  409. CODE_SIGN_STYLE = Automatic;
  410. CURRENT_PROJECT_VERSION = 0.5;
  411. DEVELOPMENT_TEAM = UH52C8A7SN;
  412. ENABLE_BITCODE = NO;
  413. EXCLUDED_ARCHS = "";
  414. GENERATE_INFOPLIST_FILE = YES;
  415. INFOPLIST_FILE = Introduce/Info.plist;
  416. INFOPLIST_KEY_CFBundleDisplayName = "开讲";
  417. INFOPLIST_KEY_NSCameraUsageDescription = "请点击\"允许\"以允许访问,以便于反馈,上传头像等功能图片上传";
  418. INFOPLIST_KEY_NSMicrophoneUsageDescription = "请点击\"允许\"以允许访问,以便于使用视频制作功能";
  419. INFOPLIST_KEY_NSPhotoLibraryAddUsageDescription = "请点击\"允许\"以允许访问,以便于图片保存";
  420. INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "请点击\"允许\"以允许访问,以便于反馈,上传头像等功能图片上传";
  421. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  422. INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
  423. INFOPLIST_KEY_UIMainStoryboardFile = Main;
  424. INFOPLIST_KEY_UIStatusBarHidden = YES;
  425. INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
  426. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  427. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  428. LD_RUNPATH_SEARCH_PATHS = (
  429. "$(inherited)",
  430. "@executable_path/Frameworks",
  431. );
  432. MARKETING_VERSION = 1.0;
  433. PRODUCT_BUNDLE_IDENTIFIER = com.piaoquan.introduce;
  434. PRODUCT_NAME = "$(TARGET_NAME)";
  435. SWIFT_EMIT_LOC_STRINGS = YES;
  436. SWIFT_VERSION = 5.0;
  437. TARGETED_DEVICE_FAMILY = 1;
  438. };
  439. name = Debug;
  440. };
  441. 4A426DEF275484E000B3733B /* Release */ = {
  442. isa = XCBuildConfiguration;
  443. baseConfigurationReference = 3051DB0957784182F3E1AAD3 /* Pods-Introduce.release.xcconfig */;
  444. buildSettings = {
  445. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  446. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  447. CODE_SIGN_STYLE = Automatic;
  448. CURRENT_PROJECT_VERSION = 0.5;
  449. DEVELOPMENT_TEAM = UH52C8A7SN;
  450. ENABLE_BITCODE = NO;
  451. EXCLUDED_ARCHS = "";
  452. GENERATE_INFOPLIST_FILE = YES;
  453. INFOPLIST_FILE = Introduce/Info.plist;
  454. INFOPLIST_KEY_CFBundleDisplayName = "开讲";
  455. INFOPLIST_KEY_NSCameraUsageDescription = "请点击\"允许\"以允许访问,以便于反馈,上传头像等功能图片上传";
  456. INFOPLIST_KEY_NSMicrophoneUsageDescription = "请点击\"允许\"以允许访问,以便于使用视频制作功能";
  457. INFOPLIST_KEY_NSPhotoLibraryAddUsageDescription = "请点击\"允许\"以允许访问,以便于图片保存";
  458. INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "请点击\"允许\"以允许访问,以便于反馈,上传头像等功能图片上传";
  459. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  460. INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
  461. INFOPLIST_KEY_UIMainStoryboardFile = Main;
  462. INFOPLIST_KEY_UIStatusBarHidden = YES;
  463. INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
  464. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  465. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  466. LD_RUNPATH_SEARCH_PATHS = (
  467. "$(inherited)",
  468. "@executable_path/Frameworks",
  469. );
  470. MARKETING_VERSION = 1.0;
  471. PRODUCT_BUNDLE_IDENTIFIER = com.piaoquan.introduce;
  472. PRODUCT_NAME = "$(TARGET_NAME)";
  473. SWIFT_EMIT_LOC_STRINGS = YES;
  474. SWIFT_VERSION = 5.0;
  475. TARGETED_DEVICE_FAMILY = 1;
  476. };
  477. name = Release;
  478. };
  479. /* End XCBuildConfiguration section */
  480. /* Begin XCConfigurationList section */
  481. 4A426DD4275484DF00B3733B /* Build configuration list for PBXProject "Introduce" */ = {
  482. isa = XCConfigurationList;
  483. buildConfigurations = (
  484. 4A426DEB275484E000B3733B /* Debug */,
  485. 4A426DEC275484E000B3733B /* Release */,
  486. );
  487. defaultConfigurationIsVisible = 0;
  488. defaultConfigurationName = Release;
  489. };
  490. 4A426DED275484E000B3733B /* Build configuration list for PBXNativeTarget "Introduce" */ = {
  491. isa = XCConfigurationList;
  492. buildConfigurations = (
  493. 4A426DEE275484E000B3733B /* Debug */,
  494. 4A426DEF275484E000B3733B /* Release */,
  495. );
  496. defaultConfigurationIsVisible = 0;
  497. defaultConfigurationName = Release;
  498. };
  499. /* End XCConfigurationList section */
  500. };
  501. rootObject = 4A426DD1275484DF00B3733B /* Project object */;
  502. }