project.pbxproj 24 KB

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