project.pbxproj 28 KB

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