project.pbxproj 24 KB

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