project.pbxproj 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 4A426DA5274F982600B3733B /* VideoExportController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A426DA4274F982600B3733B /* VideoExportController.swift */; };
  10. 4A426DA7274FA4E000B3733B /* IntroduceController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A426DA6274FA4E000B3733B /* IntroduceController.swift */; };
  11. 4A96F094274CF8DC008657DA /* PhotoVideoListController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A96F093274CF8DC008657DA /* PhotoVideoListController.swift */; };
  12. 607FACD61AFB9204008FA782 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACD51AFB9204008FA782 /* AppDelegate.swift */; };
  13. 607FACD81AFB9204008FA782 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACD71AFB9204008FA782 /* ViewController.swift */; };
  14. 607FACDB1AFB9204008FA782 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 607FACD91AFB9204008FA782 /* Main.storyboard */; };
  15. 607FACDD1AFB9204008FA782 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 607FACDC1AFB9204008FA782 /* Images.xcassets */; };
  16. 607FACE01AFB9204008FA782 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 607FACDE1AFB9204008FA782 /* LaunchScreen.xib */; };
  17. A957E4BFDFB28FDCCC410049 /* Pods_BFRecordScreenKit_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5E394037E3C86B6D51A62719 /* Pods_BFRecordScreenKit_Example.framework */; };
  18. /* End PBXBuildFile section */
  19. /* Begin PBXFileReference section */
  20. 11A243ECC5F039CC0D6417E0 /* Pods-BFRecordScreenKit_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BFRecordScreenKit_Example.release.xcconfig"; path = "Target Support Files/Pods-BFRecordScreenKit_Example/Pods-BFRecordScreenKit_Example.release.xcconfig"; sourceTree = "<group>"; };
  21. 142F0A79F3F81D559C975EA3 /* Pods-BFRecordScreenKit_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BFRecordScreenKit_Tests.debug.xcconfig"; path = "Target Support Files/Pods-BFRecordScreenKit_Tests/Pods-BFRecordScreenKit_Tests.debug.xcconfig"; sourceTree = "<group>"; };
  22. 1CDC9754F414D402A7A92B91 /* Pods-BFRecordScreenKit_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BFRecordScreenKit_Example.debug.xcconfig"; path = "Target Support Files/Pods-BFRecordScreenKit_Example/Pods-BFRecordScreenKit_Example.debug.xcconfig"; sourceTree = "<group>"; };
  23. 27B6EE71C97A2E92661B8CA2 /* BFRecordScreenKit.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = BFRecordScreenKit.podspec; path = ../BFRecordScreenKit.podspec; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
  24. 2D091330275756C50026B3FB /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Main.strings"; sourceTree = "<group>"; };
  25. 2D091331275756C50026B3FB /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/LaunchScreen.strings"; sourceTree = "<group>"; };
  26. 4A426DA4274F982600B3733B /* VideoExportController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VideoExportController.swift; sourceTree = "<group>"; };
  27. 4A426DA6274FA4E000B3733B /* IntroduceController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IntroduceController.swift; sourceTree = "<group>"; };
  28. 4A96F093274CF8DC008657DA /* PhotoVideoListController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PhotoVideoListController.swift; sourceTree = "<group>"; };
  29. 5E394037E3C86B6D51A62719 /* Pods_BFRecordScreenKit_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_BFRecordScreenKit_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  30. 607FACD01AFB9204008FA782 /* Introduce.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Introduce.app; sourceTree = BUILT_PRODUCTS_DIR; };
  31. 607FACD41AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  32. 607FACD51AFB9204008FA782 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  33. 607FACD71AFB9204008FA782 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
  34. 607FACDA1AFB9204008FA782 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  35. 607FACDC1AFB9204008FA782 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
  36. 607FACDF1AFB9204008FA782 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
  37. 607FACEA1AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  38. 607FACEB1AFB9204008FA782 /* Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Tests.swift; sourceTree = "<group>"; };
  39. 829548346A7A35F42174B065 /* Pods-BFRecordScreenKit_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BFRecordScreenKit_Tests.release.xcconfig"; path = "Target Support Files/Pods-BFRecordScreenKit_Tests/Pods-BFRecordScreenKit_Tests.release.xcconfig"; sourceTree = "<group>"; };
  40. B4164F7238521FC6C4619D45 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
  41. C1A660AF3EC4C5C9B5320AC1 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
  42. F2C1224C6B57451A42D7B9C4 /* Pods_BFRecordScreenKit_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_BFRecordScreenKit_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  43. /* End PBXFileReference section */
  44. /* Begin PBXFrameworksBuildPhase section */
  45. 607FACCD1AFB9204008FA782 /* Frameworks */ = {
  46. isa = PBXFrameworksBuildPhase;
  47. buildActionMask = 2147483647;
  48. files = (
  49. A957E4BFDFB28FDCCC410049 /* Pods_BFRecordScreenKit_Example.framework in Frameworks */,
  50. );
  51. runOnlyForDeploymentPostprocessing = 0;
  52. };
  53. /* End PBXFrameworksBuildPhase section */
  54. /* Begin PBXGroup section */
  55. 603CF1037BE259E3B705DC68 /* Frameworks */ = {
  56. isa = PBXGroup;
  57. children = (
  58. 5E394037E3C86B6D51A62719 /* Pods_BFRecordScreenKit_Example.framework */,
  59. F2C1224C6B57451A42D7B9C4 /* Pods_BFRecordScreenKit_Tests.framework */,
  60. );
  61. name = Frameworks;
  62. sourceTree = "<group>";
  63. };
  64. 607FACC71AFB9204008FA782 = {
  65. isa = PBXGroup;
  66. children = (
  67. 607FACF51AFB993E008FA782 /* Podspec Metadata */,
  68. 607FACD21AFB9204008FA782 /* Example for BFRecordScreenKit */,
  69. 607FACE81AFB9204008FA782 /* Tests */,
  70. 607FACD11AFB9204008FA782 /* Products */,
  71. 801AE3A217F2B04EE628E860 /* Pods */,
  72. 603CF1037BE259E3B705DC68 /* Frameworks */,
  73. );
  74. sourceTree = "<group>";
  75. };
  76. 607FACD11AFB9204008FA782 /* Products */ = {
  77. isa = PBXGroup;
  78. children = (
  79. 607FACD01AFB9204008FA782 /* Introduce.app */,
  80. );
  81. name = Products;
  82. sourceTree = "<group>";
  83. };
  84. 607FACD21AFB9204008FA782 /* Example for BFRecordScreenKit */ = {
  85. isa = PBXGroup;
  86. children = (
  87. 607FACD51AFB9204008FA782 /* AppDelegate.swift */,
  88. 607FACD71AFB9204008FA782 /* ViewController.swift */,
  89. 4A96F093274CF8DC008657DA /* PhotoVideoListController.swift */,
  90. 4A426DA6274FA4E000B3733B /* IntroduceController.swift */,
  91. 4A426DA4274F982600B3733B /* VideoExportController.swift */,
  92. 607FACD91AFB9204008FA782 /* Main.storyboard */,
  93. 607FACDC1AFB9204008FA782 /* Images.xcassets */,
  94. 607FACDE1AFB9204008FA782 /* LaunchScreen.xib */,
  95. 607FACD31AFB9204008FA782 /* Supporting Files */,
  96. );
  97. name = "Example for BFRecordScreenKit";
  98. path = BFRecordScreenKit;
  99. sourceTree = "<group>";
  100. };
  101. 607FACD31AFB9204008FA782 /* Supporting Files */ = {
  102. isa = PBXGroup;
  103. children = (
  104. 607FACD41AFB9204008FA782 /* Info.plist */,
  105. );
  106. name = "Supporting Files";
  107. sourceTree = "<group>";
  108. };
  109. 607FACE81AFB9204008FA782 /* Tests */ = {
  110. isa = PBXGroup;
  111. children = (
  112. 607FACEB1AFB9204008FA782 /* Tests.swift */,
  113. 607FACE91AFB9204008FA782 /* Supporting Files */,
  114. );
  115. path = Tests;
  116. sourceTree = "<group>";
  117. };
  118. 607FACE91AFB9204008FA782 /* Supporting Files */ = {
  119. isa = PBXGroup;
  120. children = (
  121. 607FACEA1AFB9204008FA782 /* Info.plist */,
  122. );
  123. name = "Supporting Files";
  124. sourceTree = "<group>";
  125. };
  126. 607FACF51AFB993E008FA782 /* Podspec Metadata */ = {
  127. isa = PBXGroup;
  128. children = (
  129. 27B6EE71C97A2E92661B8CA2 /* BFRecordScreenKit.podspec */,
  130. C1A660AF3EC4C5C9B5320AC1 /* README.md */,
  131. B4164F7238521FC6C4619D45 /* LICENSE */,
  132. );
  133. name = "Podspec Metadata";
  134. sourceTree = "<group>";
  135. };
  136. 801AE3A217F2B04EE628E860 /* Pods */ = {
  137. isa = PBXGroup;
  138. children = (
  139. 1CDC9754F414D402A7A92B91 /* Pods-BFRecordScreenKit_Example.debug.xcconfig */,
  140. 11A243ECC5F039CC0D6417E0 /* Pods-BFRecordScreenKit_Example.release.xcconfig */,
  141. 142F0A79F3F81D559C975EA3 /* Pods-BFRecordScreenKit_Tests.debug.xcconfig */,
  142. 829548346A7A35F42174B065 /* Pods-BFRecordScreenKit_Tests.release.xcconfig */,
  143. );
  144. path = Pods;
  145. sourceTree = "<group>";
  146. };
  147. /* End PBXGroup section */
  148. /* Begin PBXNativeTarget section */
  149. 607FACCF1AFB9204008FA782 /* BFRecordScreenKit_Example */ = {
  150. isa = PBXNativeTarget;
  151. buildConfigurationList = 607FACEF1AFB9204008FA782 /* Build configuration list for PBXNativeTarget "BFRecordScreenKit_Example" */;
  152. buildPhases = (
  153. 74DCFF8D64A3FC5B04AB5C8C /* [CP] Check Pods Manifest.lock */,
  154. 607FACCC1AFB9204008FA782 /* Sources */,
  155. 607FACCD1AFB9204008FA782 /* Frameworks */,
  156. 607FACCE1AFB9204008FA782 /* Resources */,
  157. B183A636D7A54C4278A56803 /* [CP] Embed Pods Frameworks */,
  158. DCD300EF81080DC6E87BE9AA /* [CP] Copy Pods Resources */,
  159. );
  160. buildRules = (
  161. );
  162. dependencies = (
  163. );
  164. name = BFRecordScreenKit_Example;
  165. productName = BFRecordScreenKit;
  166. productReference = 607FACD01AFB9204008FA782 /* Introduce.app */;
  167. productType = "com.apple.product-type.application";
  168. };
  169. /* End PBXNativeTarget section */
  170. /* Begin PBXProject section */
  171. 607FACC81AFB9204008FA782 /* Project object */ = {
  172. isa = PBXProject;
  173. attributes = {
  174. LastSwiftUpdateCheck = 0830;
  175. LastUpgradeCheck = 0830;
  176. ORGANIZATIONNAME = CocoaPods;
  177. TargetAttributes = {
  178. 607FACCF1AFB9204008FA782 = {
  179. CreatedOnToolsVersion = 6.3.1;
  180. DevelopmentTeam = UH52C8A7SN;
  181. LastSwiftMigration = 0900;
  182. };
  183. };
  184. };
  185. buildConfigurationList = 607FACCB1AFB9204008FA782 /* Build configuration list for PBXProject "BFRecordScreenKit" */;
  186. compatibilityVersion = "Xcode 3.2";
  187. developmentRegion = English;
  188. hasScannedForEncodings = 0;
  189. knownRegions = (
  190. English,
  191. en,
  192. Base,
  193. "zh-Hans",
  194. );
  195. mainGroup = 607FACC71AFB9204008FA782;
  196. productRefGroup = 607FACD11AFB9204008FA782 /* Products */;
  197. projectDirPath = "";
  198. projectRoot = "";
  199. targets = (
  200. 607FACCF1AFB9204008FA782 /* BFRecordScreenKit_Example */,
  201. );
  202. };
  203. /* End PBXProject section */
  204. /* Begin PBXResourcesBuildPhase section */
  205. 607FACCE1AFB9204008FA782 /* Resources */ = {
  206. isa = PBXResourcesBuildPhase;
  207. buildActionMask = 2147483647;
  208. files = (
  209. 607FACDB1AFB9204008FA782 /* Main.storyboard in Resources */,
  210. 607FACE01AFB9204008FA782 /* LaunchScreen.xib in Resources */,
  211. 607FACDD1AFB9204008FA782 /* Images.xcassets in Resources */,
  212. );
  213. runOnlyForDeploymentPostprocessing = 0;
  214. };
  215. /* End PBXResourcesBuildPhase section */
  216. /* Begin PBXShellScriptBuildPhase section */
  217. 74DCFF8D64A3FC5B04AB5C8C /* [CP] Check Pods Manifest.lock */ = {
  218. isa = PBXShellScriptBuildPhase;
  219. buildActionMask = 2147483647;
  220. files = (
  221. );
  222. inputFileListPaths = (
  223. );
  224. inputPaths = (
  225. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  226. "${PODS_ROOT}/Manifest.lock",
  227. );
  228. name = "[CP] Check Pods Manifest.lock";
  229. outputFileListPaths = (
  230. );
  231. outputPaths = (
  232. "$(DERIVED_FILE_DIR)/Pods-BFRecordScreenKit_Example-checkManifestLockResult.txt",
  233. );
  234. runOnlyForDeploymentPostprocessing = 0;
  235. shellPath = /bin/sh;
  236. 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";
  237. showEnvVarsInLog = 0;
  238. };
  239. B183A636D7A54C4278A56803 /* [CP] Embed Pods Frameworks */ = {
  240. isa = PBXShellScriptBuildPhase;
  241. buildActionMask = 2147483647;
  242. files = (
  243. );
  244. inputPaths = (
  245. "${PODS_ROOT}/Target Support Files/Pods-BFRecordScreenKit_Example/Pods-BFRecordScreenKit_Example-frameworks.sh",
  246. "${BUILT_PRODUCTS_DIR}/Alamofire/Alamofire.framework",
  247. "${BUILT_PRODUCTS_DIR}/BFCommonKit/BFCommonKit.framework",
  248. "${BUILT_PRODUCTS_DIR}/BFLogger/BFLogger.framework",
  249. "${BUILT_PRODUCTS_DIR}/BFNetRequestKit/BFNetRequestKit.framework",
  250. "${BUILT_PRODUCTS_DIR}/BFUIKit/BFUIKit.framework",
  251. "${BUILT_PRODUCTS_DIR}/FDFullscreenPopGesture/FDFullscreenPopGesture.framework",
  252. "${BUILT_PRODUCTS_DIR}/GPUImage/GPUImage.framework",
  253. "${BUILT_PRODUCTS_DIR}/KeychainAccess/KeychainAccess.framework",
  254. "${BUILT_PRODUCTS_DIR}/Kingfisher/Kingfisher.framework",
  255. "${BUILT_PRODUCTS_DIR}/KingfisherWebP/KingfisherWebP.framework",
  256. "${BUILT_PRODUCTS_DIR}/MGSwipeTableCell/MGSwipeTableCell.framework",
  257. "${BUILT_PRODUCTS_DIR}/MJRefresh/MJRefresh.framework",
  258. "${PODS_ROOT}/NuiSDK/nuisdk.framework",
  259. "${BUILT_PRODUCTS_DIR}/ObjectMapper/ObjectMapper.framework",
  260. "${BUILT_PRODUCTS_DIR}/Realm/Realm.framework",
  261. "${BUILT_PRODUCTS_DIR}/RealmSwift/RealmSwift.framework",
  262. "${BUILT_PRODUCTS_DIR}/SVProgressHUD/SVProgressHUD.framework",
  263. "${BUILT_PRODUCTS_DIR}/SnapKit/SnapKit.framework",
  264. "${BUILT_PRODUCTS_DIR}/Toast-Swift/Toast_Swift.framework",
  265. "${BUILT_PRODUCTS_DIR}/libwebp/libwebp.framework",
  266. );
  267. name = "[CP] Embed Pods Frameworks";
  268. outputPaths = (
  269. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Alamofire.framework",
  270. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/BFCommonKit.framework",
  271. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/BFLogger.framework",
  272. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/BFNetRequestKit.framework",
  273. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/BFUIKit.framework",
  274. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FDFullscreenPopGesture.framework",
  275. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GPUImage.framework",
  276. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/KeychainAccess.framework",
  277. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Kingfisher.framework",
  278. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/KingfisherWebP.framework",
  279. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MGSwipeTableCell.framework",
  280. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MJRefresh.framework",
  281. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/nuisdk.framework",
  282. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ObjectMapper.framework",
  283. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Realm.framework",
  284. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RealmSwift.framework",
  285. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SVProgressHUD.framework",
  286. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SnapKit.framework",
  287. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Toast_Swift.framework",
  288. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/libwebp.framework",
  289. );
  290. runOnlyForDeploymentPostprocessing = 0;
  291. shellPath = /bin/sh;
  292. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-BFRecordScreenKit_Example/Pods-BFRecordScreenKit_Example-frameworks.sh\"\n";
  293. showEnvVarsInLog = 0;
  294. };
  295. DCD300EF81080DC6E87BE9AA /* [CP] Copy Pods Resources */ = {
  296. isa = PBXShellScriptBuildPhase;
  297. buildActionMask = 2147483647;
  298. files = (
  299. );
  300. inputPaths = (
  301. "${PODS_ROOT}/Target Support Files/Pods-BFRecordScreenKit_Example/Pods-BFRecordScreenKit_Example-resources.sh",
  302. "${PODS_CONFIGURATION_BUILD_DIR}/BFMaterialKit/BFMaterialKit_Resources.bundle",
  303. "${PODS_CONFIGURATION_BUILD_DIR}/BFMediaKit/BFMediaKit_Resources.bundle",
  304. "${PODS_CONFIGURATION_BUILD_DIR}/BFRecordScreenKit/BFRecordScreenKit_Resources.bundle",
  305. );
  306. name = "[CP] Copy Pods Resources";
  307. outputPaths = (
  308. "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/BFMaterialKit_Resources.bundle",
  309. "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/BFMediaKit_Resources.bundle",
  310. "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/BFRecordScreenKit_Resources.bundle",
  311. );
  312. runOnlyForDeploymentPostprocessing = 0;
  313. shellPath = /bin/sh;
  314. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-BFRecordScreenKit_Example/Pods-BFRecordScreenKit_Example-resources.sh\"\n";
  315. showEnvVarsInLog = 0;
  316. };
  317. /* End PBXShellScriptBuildPhase section */
  318. /* Begin PBXSourcesBuildPhase section */
  319. 607FACCC1AFB9204008FA782 /* Sources */ = {
  320. isa = PBXSourcesBuildPhase;
  321. buildActionMask = 2147483647;
  322. files = (
  323. 4A96F094274CF8DC008657DA /* PhotoVideoListController.swift in Sources */,
  324. 607FACD81AFB9204008FA782 /* ViewController.swift in Sources */,
  325. 4A426DA7274FA4E000B3733B /* IntroduceController.swift in Sources */,
  326. 607FACD61AFB9204008FA782 /* AppDelegate.swift in Sources */,
  327. 4A426DA5274F982600B3733B /* VideoExportController.swift in Sources */,
  328. );
  329. runOnlyForDeploymentPostprocessing = 0;
  330. };
  331. /* End PBXSourcesBuildPhase section */
  332. /* Begin PBXVariantGroup section */
  333. 607FACD91AFB9204008FA782 /* Main.storyboard */ = {
  334. isa = PBXVariantGroup;
  335. children = (
  336. 607FACDA1AFB9204008FA782 /* Base */,
  337. 2D091330275756C50026B3FB /* zh-Hans */,
  338. );
  339. name = Main.storyboard;
  340. sourceTree = "<group>";
  341. };
  342. 607FACDE1AFB9204008FA782 /* LaunchScreen.xib */ = {
  343. isa = PBXVariantGroup;
  344. children = (
  345. 607FACDF1AFB9204008FA782 /* Base */,
  346. 2D091331275756C50026B3FB /* zh-Hans */,
  347. );
  348. name = LaunchScreen.xib;
  349. sourceTree = "<group>";
  350. };
  351. /* End PBXVariantGroup section */
  352. /* Begin XCBuildConfiguration section */
  353. 607FACED1AFB9204008FA782 /* Debug */ = {
  354. isa = XCBuildConfiguration;
  355. buildSettings = {
  356. ALWAYS_SEARCH_USER_PATHS = NO;
  357. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  358. CLANG_CXX_LIBRARY = "libc++";
  359. CLANG_ENABLE_MODULES = YES;
  360. CLANG_ENABLE_OBJC_ARC = 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_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  366. CLANG_WARN_EMPTY_BODY = YES;
  367. CLANG_WARN_ENUM_CONVERSION = YES;
  368. CLANG_WARN_INFINITE_RECURSION = YES;
  369. CLANG_WARN_INT_CONVERSION = YES;
  370. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  371. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  372. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  373. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  374. CLANG_WARN_STRICT_PROTOTYPES = YES;
  375. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  376. CLANG_WARN_UNREACHABLE_CODE = YES;
  377. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  378. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  379. COPY_PHASE_STRIP = NO;
  380. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  381. ENABLE_STRICT_OBJC_MSGSEND = YES;
  382. ENABLE_TESTABILITY = YES;
  383. GCC_C_LANGUAGE_STANDARD = gnu99;
  384. GCC_DYNAMIC_NO_PIC = NO;
  385. GCC_NO_COMMON_BLOCKS = YES;
  386. GCC_OPTIMIZATION_LEVEL = 0;
  387. GCC_PREPROCESSOR_DEFINITIONS = (
  388. "DEBUG=1",
  389. "$(inherited)",
  390. );
  391. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  392. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  393. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  394. GCC_WARN_UNDECLARED_SELECTOR = YES;
  395. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  396. GCC_WARN_UNUSED_FUNCTION = YES;
  397. GCC_WARN_UNUSED_VARIABLE = YES;
  398. IPHONEOS_DEPLOYMENT_TARGET = 10.0;
  399. MTL_ENABLE_DEBUG_INFO = YES;
  400. ONLY_ACTIVE_ARCH = YES;
  401. SDKROOT = iphoneos;
  402. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  403. };
  404. name = Debug;
  405. };
  406. 607FACEE1AFB9204008FA782 /* Release */ = {
  407. isa = XCBuildConfiguration;
  408. buildSettings = {
  409. ALWAYS_SEARCH_USER_PATHS = NO;
  410. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  411. CLANG_CXX_LIBRARY = "libc++";
  412. CLANG_ENABLE_MODULES = YES;
  413. CLANG_ENABLE_OBJC_ARC = YES;
  414. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  415. CLANG_WARN_BOOL_CONVERSION = YES;
  416. CLANG_WARN_COMMA = YES;
  417. CLANG_WARN_CONSTANT_CONVERSION = YES;
  418. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  419. CLANG_WARN_EMPTY_BODY = YES;
  420. CLANG_WARN_ENUM_CONVERSION = YES;
  421. CLANG_WARN_INFINITE_RECURSION = YES;
  422. CLANG_WARN_INT_CONVERSION = YES;
  423. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  424. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  425. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  426. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  427. CLANG_WARN_STRICT_PROTOTYPES = YES;
  428. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  429. CLANG_WARN_UNREACHABLE_CODE = YES;
  430. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  431. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  432. COPY_PHASE_STRIP = NO;
  433. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  434. ENABLE_NS_ASSERTIONS = NO;
  435. ENABLE_STRICT_OBJC_MSGSEND = YES;
  436. GCC_C_LANGUAGE_STANDARD = gnu99;
  437. GCC_NO_COMMON_BLOCKS = YES;
  438. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  439. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  440. GCC_WARN_UNDECLARED_SELECTOR = YES;
  441. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  442. GCC_WARN_UNUSED_FUNCTION = YES;
  443. GCC_WARN_UNUSED_VARIABLE = YES;
  444. IPHONEOS_DEPLOYMENT_TARGET = 10.0;
  445. MTL_ENABLE_DEBUG_INFO = NO;
  446. SDKROOT = iphoneos;
  447. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  448. VALIDATE_PRODUCT = YES;
  449. };
  450. name = Release;
  451. };
  452. 607FACF01AFB9204008FA782 /* Debug */ = {
  453. isa = XCBuildConfiguration;
  454. baseConfigurationReference = 1CDC9754F414D402A7A92B91 /* Pods-BFRecordScreenKit_Example.debug.xcconfig */;
  455. buildSettings = {
  456. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  457. DEVELOPMENT_TEAM = UH52C8A7SN;
  458. ENABLE_BITCODE = NO;
  459. INFOPLIST_FILE = BFRecordScreenKit/Info.plist;
  460. INFOPLIST_KEY_CFBundleDisplayName = "开讲";
  461. IPHONEOS_DEPLOYMENT_TARGET = 10.0;
  462. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  463. MARKETING_VERSION = 1.0;
  464. MODULE_NAME = ExampleApp;
  465. PRODUCT_BUNDLE_IDENTIFIER = com.piaoquan.introduce;
  466. PRODUCT_MODULE_NAME = "$(TARGET_NAME)";
  467. PRODUCT_NAME = Introduce;
  468. SWIFT_SWIFT3_OBJC_INFERENCE = Default;
  469. SWIFT_VERSION = 4.0;
  470. };
  471. name = Debug;
  472. };
  473. 607FACF11AFB9204008FA782 /* Release */ = {
  474. isa = XCBuildConfiguration;
  475. baseConfigurationReference = 11A243ECC5F039CC0D6417E0 /* Pods-BFRecordScreenKit_Example.release.xcconfig */;
  476. buildSettings = {
  477. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  478. DEVELOPMENT_TEAM = UH52C8A7SN;
  479. ENABLE_BITCODE = NO;
  480. INFOPLIST_FILE = BFRecordScreenKit/Info.plist;
  481. INFOPLIST_KEY_CFBundleDisplayName = "开讲";
  482. IPHONEOS_DEPLOYMENT_TARGET = 10.0;
  483. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  484. MARKETING_VERSION = 1.0;
  485. MODULE_NAME = ExampleApp;
  486. PRODUCT_BUNDLE_IDENTIFIER = com.piaoquan.introduce;
  487. PRODUCT_MODULE_NAME = "$(TARGET_NAME)";
  488. PRODUCT_NAME = Introduce;
  489. SWIFT_SWIFT3_OBJC_INFERENCE = Default;
  490. SWIFT_VERSION = 4.0;
  491. };
  492. name = Release;
  493. };
  494. /* End XCBuildConfiguration section */
  495. /* Begin XCConfigurationList section */
  496. 607FACCB1AFB9204008FA782 /* Build configuration list for PBXProject "BFRecordScreenKit" */ = {
  497. isa = XCConfigurationList;
  498. buildConfigurations = (
  499. 607FACED1AFB9204008FA782 /* Debug */,
  500. 607FACEE1AFB9204008FA782 /* Release */,
  501. );
  502. defaultConfigurationIsVisible = 0;
  503. defaultConfigurationName = Release;
  504. };
  505. 607FACEF1AFB9204008FA782 /* Build configuration list for PBXNativeTarget "BFRecordScreenKit_Example" */ = {
  506. isa = XCConfigurationList;
  507. buildConfigurations = (
  508. 607FACF01AFB9204008FA782 /* Debug */,
  509. 607FACF11AFB9204008FA782 /* Release */,
  510. );
  511. defaultConfigurationIsVisible = 0;
  512. defaultConfigurationName = Release;
  513. };
  514. /* End XCConfigurationList section */
  515. };
  516. rootObject = 607FACC81AFB9204008FA782 /* Project object */;
  517. }