project.pbxproj 23 KB

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