project.pbxproj 23 KB

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