project.pbxproj 27 KB

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