project.pbxproj 23 KB

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