123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530 |
- // !$*UTF8*$!
- {
- archiveVersion = 1;
- classes = {
- };
- objectVersion = 46;
- objects = {
- /* Begin PBXBuildFile section */
- 4A426DA5274F982600B3733B /* VideoExportController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A426DA4274F982600B3733B /* VideoExportController.swift */; };
- 4A426DA7274FA4E000B3733B /* IntroduceController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A426DA6274FA4E000B3733B /* IntroduceController.swift */; };
- 4A96F094274CF8DC008657DA /* PhotoVideoListController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A96F093274CF8DC008657DA /* PhotoVideoListController.swift */; };
- 607FACD61AFB9204008FA782 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACD51AFB9204008FA782 /* AppDelegate.swift */; };
- 607FACD81AFB9204008FA782 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACD71AFB9204008FA782 /* ViewController.swift */; };
- 607FACDB1AFB9204008FA782 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 607FACD91AFB9204008FA782 /* Main.storyboard */; };
- 607FACDD1AFB9204008FA782 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 607FACDC1AFB9204008FA782 /* Images.xcassets */; };
- 607FACE01AFB9204008FA782 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 607FACDE1AFB9204008FA782 /* LaunchScreen.xib */; };
- A957E4BFDFB28FDCCC410049 /* Pods_BFRecordScreenKit_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5E394037E3C86B6D51A62719 /* Pods_BFRecordScreenKit_Example.framework */; };
- /* End PBXBuildFile section */
- /* Begin PBXFileReference section */
- 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>"; };
- 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>"; };
- 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>"; };
- 27B6EE71C97A2E92661B8CA2 /* BFRecordScreenKit.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = BFRecordScreenKit.podspec; path = ../BFRecordScreenKit.podspec; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
- 2D091330275756C50026B3FB /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Main.strings"; sourceTree = "<group>"; };
- 2D091331275756C50026B3FB /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/LaunchScreen.strings"; sourceTree = "<group>"; };
- 4A426DA4274F982600B3733B /* VideoExportController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VideoExportController.swift; sourceTree = "<group>"; };
- 4A426DA6274FA4E000B3733B /* IntroduceController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IntroduceController.swift; sourceTree = "<group>"; };
- 4A96F093274CF8DC008657DA /* PhotoVideoListController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PhotoVideoListController.swift; sourceTree = "<group>"; };
- 5E394037E3C86B6D51A62719 /* Pods_BFRecordScreenKit_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_BFRecordScreenKit_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
- 607FACD01AFB9204008FA782 /* Introduce.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Introduce.app; sourceTree = BUILT_PRODUCTS_DIR; };
- 607FACD41AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
- 607FACD51AFB9204008FA782 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
- 607FACD71AFB9204008FA782 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
- 607FACDA1AFB9204008FA782 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
- 607FACDC1AFB9204008FA782 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
- 607FACDF1AFB9204008FA782 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
- 607FACEA1AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
- 607FACEB1AFB9204008FA782 /* Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Tests.swift; sourceTree = "<group>"; };
- 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>"; };
- B4164F7238521FC6C4619D45 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
- C1A660AF3EC4C5C9B5320AC1 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
- F2C1224C6B57451A42D7B9C4 /* Pods_BFRecordScreenKit_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_BFRecordScreenKit_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
- /* End PBXFileReference section */
- /* Begin PBXFrameworksBuildPhase section */
- 607FACCD1AFB9204008FA782 /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- A957E4BFDFB28FDCCC410049 /* Pods_BFRecordScreenKit_Example.framework in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXFrameworksBuildPhase section */
- /* Begin PBXGroup section */
- 603CF1037BE259E3B705DC68 /* Frameworks */ = {
- isa = PBXGroup;
- children = (
- 5E394037E3C86B6D51A62719 /* Pods_BFRecordScreenKit_Example.framework */,
- F2C1224C6B57451A42D7B9C4 /* Pods_BFRecordScreenKit_Tests.framework */,
- );
- name = Frameworks;
- sourceTree = "<group>";
- };
- 607FACC71AFB9204008FA782 = {
- isa = PBXGroup;
- children = (
- 607FACF51AFB993E008FA782 /* Podspec Metadata */,
- 607FACD21AFB9204008FA782 /* Example for BFRecordScreenKit */,
- 607FACE81AFB9204008FA782 /* Tests */,
- 607FACD11AFB9204008FA782 /* Products */,
- 801AE3A217F2B04EE628E860 /* Pods */,
- 603CF1037BE259E3B705DC68 /* Frameworks */,
- );
- sourceTree = "<group>";
- };
- 607FACD11AFB9204008FA782 /* Products */ = {
- isa = PBXGroup;
- children = (
- 607FACD01AFB9204008FA782 /* Introduce.app */,
- );
- name = Products;
- sourceTree = "<group>";
- };
- 607FACD21AFB9204008FA782 /* Example for BFRecordScreenKit */ = {
- isa = PBXGroup;
- children = (
- 607FACD51AFB9204008FA782 /* AppDelegate.swift */,
- 607FACD71AFB9204008FA782 /* ViewController.swift */,
- 4A96F093274CF8DC008657DA /* PhotoVideoListController.swift */,
- 4A426DA6274FA4E000B3733B /* IntroduceController.swift */,
- 4A426DA4274F982600B3733B /* VideoExportController.swift */,
- 607FACD91AFB9204008FA782 /* Main.storyboard */,
- 607FACDC1AFB9204008FA782 /* Images.xcassets */,
- 607FACDE1AFB9204008FA782 /* LaunchScreen.xib */,
- 607FACD31AFB9204008FA782 /* Supporting Files */,
- );
- name = "Example for BFRecordScreenKit";
- path = BFRecordScreenKit;
- sourceTree = "<group>";
- };
- 607FACD31AFB9204008FA782 /* Supporting Files */ = {
- isa = PBXGroup;
- children = (
- 607FACD41AFB9204008FA782 /* Info.plist */,
- );
- name = "Supporting Files";
- sourceTree = "<group>";
- };
- 607FACE81AFB9204008FA782 /* Tests */ = {
- isa = PBXGroup;
- children = (
- 607FACEB1AFB9204008FA782 /* Tests.swift */,
- 607FACE91AFB9204008FA782 /* Supporting Files */,
- );
- path = Tests;
- sourceTree = "<group>";
- };
- 607FACE91AFB9204008FA782 /* Supporting Files */ = {
- isa = PBXGroup;
- children = (
- 607FACEA1AFB9204008FA782 /* Info.plist */,
- );
- name = "Supporting Files";
- sourceTree = "<group>";
- };
- 607FACF51AFB993E008FA782 /* Podspec Metadata */ = {
- isa = PBXGroup;
- children = (
- 27B6EE71C97A2E92661B8CA2 /* BFRecordScreenKit.podspec */,
- C1A660AF3EC4C5C9B5320AC1 /* README.md */,
- B4164F7238521FC6C4619D45 /* LICENSE */,
- );
- name = "Podspec Metadata";
- sourceTree = "<group>";
- };
- 801AE3A217F2B04EE628E860 /* Pods */ = {
- isa = PBXGroup;
- children = (
- 1CDC9754F414D402A7A92B91 /* Pods-BFRecordScreenKit_Example.debug.xcconfig */,
- 11A243ECC5F039CC0D6417E0 /* Pods-BFRecordScreenKit_Example.release.xcconfig */,
- 142F0A79F3F81D559C975EA3 /* Pods-BFRecordScreenKit_Tests.debug.xcconfig */,
- 829548346A7A35F42174B065 /* Pods-BFRecordScreenKit_Tests.release.xcconfig */,
- );
- path = Pods;
- sourceTree = "<group>";
- };
- /* End PBXGroup section */
- /* Begin PBXNativeTarget section */
- 607FACCF1AFB9204008FA782 /* BFRecordScreenKit_Example */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = 607FACEF1AFB9204008FA782 /* Build configuration list for PBXNativeTarget "BFRecordScreenKit_Example" */;
- buildPhases = (
- 74DCFF8D64A3FC5B04AB5C8C /* [CP] Check Pods Manifest.lock */,
- 607FACCC1AFB9204008FA782 /* Sources */,
- 607FACCD1AFB9204008FA782 /* Frameworks */,
- 607FACCE1AFB9204008FA782 /* Resources */,
- B183A636D7A54C4278A56803 /* [CP] Embed Pods Frameworks */,
- DCD300EF81080DC6E87BE9AA /* [CP] Copy Pods Resources */,
- );
- buildRules = (
- );
- dependencies = (
- );
- name = BFRecordScreenKit_Example;
- productName = BFRecordScreenKit;
- productReference = 607FACD01AFB9204008FA782 /* Introduce.app */;
- productType = "com.apple.product-type.application";
- };
- /* End PBXNativeTarget section */
- /* Begin PBXProject section */
- 607FACC81AFB9204008FA782 /* Project object */ = {
- isa = PBXProject;
- attributes = {
- CLASSPREFIX = BF;
- LastSwiftUpdateCheck = 0830;
- LastUpgradeCheck = 0830;
- ORGANIZATIONNAME = BytesFlow;
- TargetAttributes = {
- 607FACCF1AFB9204008FA782 = {
- CreatedOnToolsVersion = 6.3.1;
- DevelopmentTeam = UH52C8A7SN;
- LastSwiftMigration = 0900;
- };
- };
- };
- buildConfigurationList = 607FACCB1AFB9204008FA782 /* Build configuration list for PBXProject "BFRecordScreenKit" */;
- compatibilityVersion = "Xcode 3.2";
- developmentRegion = English;
- hasScannedForEncodings = 0;
- knownRegions = (
- English,
- en,
- Base,
- "zh-Hans",
- );
- mainGroup = 607FACC71AFB9204008FA782;
- productRefGroup = 607FACD11AFB9204008FA782 /* Products */;
- projectDirPath = "";
- projectRoot = "";
- targets = (
- 607FACCF1AFB9204008FA782 /* BFRecordScreenKit_Example */,
- );
- };
- /* End PBXProject section */
- /* Begin PBXResourcesBuildPhase section */
- 607FACCE1AFB9204008FA782 /* Resources */ = {
- isa = PBXResourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 607FACDB1AFB9204008FA782 /* Main.storyboard in Resources */,
- 607FACE01AFB9204008FA782 /* LaunchScreen.xib in Resources */,
- 607FACDD1AFB9204008FA782 /* Images.xcassets in Resources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXResourcesBuildPhase section */
- /* Begin PBXShellScriptBuildPhase section */
- 74DCFF8D64A3FC5B04AB5C8C /* [CP] Check Pods Manifest.lock */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- inputFileListPaths = (
- );
- inputPaths = (
- "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
- "${PODS_ROOT}/Manifest.lock",
- );
- name = "[CP] Check Pods Manifest.lock";
- outputFileListPaths = (
- );
- outputPaths = (
- "$(DERIVED_FILE_DIR)/Pods-BFRecordScreenKit_Example-checkManifestLockResult.txt",
- );
- runOnlyForDeploymentPostprocessing = 0;
- shellPath = /bin/sh;
- 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";
- showEnvVarsInLog = 0;
- };
- B183A636D7A54C4278A56803 /* [CP] Embed Pods Frameworks */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- inputPaths = (
- "${PODS_ROOT}/Target Support Files/Pods-BFRecordScreenKit_Example/Pods-BFRecordScreenKit_Example-frameworks.sh",
- "${BUILT_PRODUCTS_DIR}/Alamofire/Alamofire.framework",
- "${BUILT_PRODUCTS_DIR}/BFCommonKit/BFCommonKit.framework",
- "${BUILT_PRODUCTS_DIR}/BFLogger/BFLogger.framework",
- "${BUILT_PRODUCTS_DIR}/BFNetRequestKit/BFNetRequestKit.framework",
- "${BUILT_PRODUCTS_DIR}/BFUIKit/BFUIKit.framework",
- "${BUILT_PRODUCTS_DIR}/FDFullscreenPopGesture/FDFullscreenPopGesture.framework",
- "${BUILT_PRODUCTS_DIR}/GPUImage/GPUImage.framework",
- "${BUILT_PRODUCTS_DIR}/KeychainAccess/KeychainAccess.framework",
- "${BUILT_PRODUCTS_DIR}/Kingfisher/Kingfisher.framework",
- "${BUILT_PRODUCTS_DIR}/KingfisherWebP/KingfisherWebP.framework",
- "${BUILT_PRODUCTS_DIR}/MGSwipeTableCell/MGSwipeTableCell.framework",
- "${BUILT_PRODUCTS_DIR}/MJRefresh/MJRefresh.framework",
- "${PODS_ROOT}/NuiSDK/nuisdk.framework",
- "${BUILT_PRODUCTS_DIR}/ObjectMapper/ObjectMapper.framework",
- "${BUILT_PRODUCTS_DIR}/Realm/Realm.framework",
- "${BUILT_PRODUCTS_DIR}/RealmSwift/RealmSwift.framework",
- "${BUILT_PRODUCTS_DIR}/SVProgressHUD/SVProgressHUD.framework",
- "${BUILT_PRODUCTS_DIR}/SnapKit/SnapKit.framework",
- "${BUILT_PRODUCTS_DIR}/Toast-Swift/Toast_Swift.framework",
- "${BUILT_PRODUCTS_DIR}/libwebp/libwebp.framework",
- );
- name = "[CP] Embed Pods Frameworks";
- outputPaths = (
- "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Alamofire.framework",
- "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/BFCommonKit.framework",
- "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/BFLogger.framework",
- "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/BFNetRequestKit.framework",
- "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/BFUIKit.framework",
- "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FDFullscreenPopGesture.framework",
- "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GPUImage.framework",
- "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/KeychainAccess.framework",
- "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Kingfisher.framework",
- "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/KingfisherWebP.framework",
- "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MGSwipeTableCell.framework",
- "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MJRefresh.framework",
- "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/nuisdk.framework",
- "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ObjectMapper.framework",
- "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Realm.framework",
- "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RealmSwift.framework",
- "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SVProgressHUD.framework",
- "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SnapKit.framework",
- "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Toast_Swift.framework",
- "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/libwebp.framework",
- );
- runOnlyForDeploymentPostprocessing = 0;
- shellPath = /bin/sh;
- shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-BFRecordScreenKit_Example/Pods-BFRecordScreenKit_Example-frameworks.sh\"\n";
- showEnvVarsInLog = 0;
- };
- DCD300EF81080DC6E87BE9AA /* [CP] Copy Pods Resources */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- inputPaths = (
- "${PODS_ROOT}/Target Support Files/Pods-BFRecordScreenKit_Example/Pods-BFRecordScreenKit_Example-resources.sh",
- "${PODS_CONFIGURATION_BUILD_DIR}/BFMaterialKit/BFMaterialKit_Resources.bundle",
- "${PODS_CONFIGURATION_BUILD_DIR}/BFMediaKit/BFMediaKit_Resources.bundle",
- "${PODS_CONFIGURATION_BUILD_DIR}/BFRecordScreenKit/BFRecordScreenKit_Resources.bundle",
- );
- name = "[CP] Copy Pods Resources";
- outputPaths = (
- "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/BFMaterialKit_Resources.bundle",
- "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/BFMediaKit_Resources.bundle",
- "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/BFRecordScreenKit_Resources.bundle",
- );
- runOnlyForDeploymentPostprocessing = 0;
- shellPath = /bin/sh;
- shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-BFRecordScreenKit_Example/Pods-BFRecordScreenKit_Example-resources.sh\"\n";
- showEnvVarsInLog = 0;
- };
- /* End PBXShellScriptBuildPhase section */
- /* Begin PBXSourcesBuildPhase section */
- 607FACCC1AFB9204008FA782 /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 4A96F094274CF8DC008657DA /* PhotoVideoListController.swift in Sources */,
- 607FACD81AFB9204008FA782 /* ViewController.swift in Sources */,
- 4A426DA7274FA4E000B3733B /* IntroduceController.swift in Sources */,
- 607FACD61AFB9204008FA782 /* AppDelegate.swift in Sources */,
- 4A426DA5274F982600B3733B /* VideoExportController.swift in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXSourcesBuildPhase section */
- /* Begin PBXVariantGroup section */
- 607FACD91AFB9204008FA782 /* Main.storyboard */ = {
- isa = PBXVariantGroup;
- children = (
- 607FACDA1AFB9204008FA782 /* Base */,
- 2D091330275756C50026B3FB /* zh-Hans */,
- );
- name = Main.storyboard;
- sourceTree = "<group>";
- };
- 607FACDE1AFB9204008FA782 /* LaunchScreen.xib */ = {
- isa = PBXVariantGroup;
- children = (
- 607FACDF1AFB9204008FA782 /* Base */,
- 2D091331275756C50026B3FB /* zh-Hans */,
- );
- name = LaunchScreen.xib;
- sourceTree = "<group>";
- };
- /* End PBXVariantGroup section */
- /* Begin XCBuildConfiguration section */
- 607FACED1AFB9204008FA782 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_SEARCH_USER_PATHS = NO;
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
- CLANG_CXX_LIBRARY = "libc++";
- CLANG_ENABLE_MODULES = YES;
- CLANG_ENABLE_OBJC_ARC = YES;
- CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
- CLANG_WARN_BOOL_CONVERSION = YES;
- CLANG_WARN_COMMA = YES;
- CLANG_WARN_CONSTANT_CONVERSION = YES;
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
- CLANG_WARN_EMPTY_BODY = YES;
- CLANG_WARN_ENUM_CONVERSION = YES;
- CLANG_WARN_INFINITE_RECURSION = YES;
- CLANG_WARN_INT_CONVERSION = YES;
- CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
- CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
- CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
- CLANG_WARN_STRICT_PROTOTYPES = YES;
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
- CLANG_WARN_UNREACHABLE_CODE = YES;
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
- COPY_PHASE_STRIP = NO;
- DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- ENABLE_STRICT_OBJC_MSGSEND = YES;
- ENABLE_TESTABILITY = YES;
- GCC_C_LANGUAGE_STANDARD = gnu99;
- GCC_DYNAMIC_NO_PIC = NO;
- GCC_NO_COMMON_BLOCKS = YES;
- GCC_OPTIMIZATION_LEVEL = 0;
- GCC_PREPROCESSOR_DEFINITIONS = (
- "DEBUG=1",
- "$(inherited)",
- );
- GCC_SYMBOLS_PRIVATE_EXTERN = NO;
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
- GCC_WARN_UNDECLARED_SELECTOR = YES;
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
- GCC_WARN_UNUSED_FUNCTION = YES;
- GCC_WARN_UNUSED_VARIABLE = YES;
- IPHONEOS_DEPLOYMENT_TARGET = 10.0;
- MTL_ENABLE_DEBUG_INFO = YES;
- ONLY_ACTIVE_ARCH = YES;
- SDKROOT = iphoneos;
- SWIFT_OPTIMIZATION_LEVEL = "-Onone";
- };
- name = Debug;
- };
- 607FACEE1AFB9204008FA782 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_SEARCH_USER_PATHS = NO;
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
- CLANG_CXX_LIBRARY = "libc++";
- CLANG_ENABLE_MODULES = YES;
- CLANG_ENABLE_OBJC_ARC = YES;
- CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
- CLANG_WARN_BOOL_CONVERSION = YES;
- CLANG_WARN_COMMA = YES;
- CLANG_WARN_CONSTANT_CONVERSION = YES;
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
- CLANG_WARN_EMPTY_BODY = YES;
- CLANG_WARN_ENUM_CONVERSION = YES;
- CLANG_WARN_INFINITE_RECURSION = YES;
- CLANG_WARN_INT_CONVERSION = YES;
- CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
- CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
- CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
- CLANG_WARN_STRICT_PROTOTYPES = YES;
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
- CLANG_WARN_UNREACHABLE_CODE = YES;
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
- COPY_PHASE_STRIP = NO;
- DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- ENABLE_NS_ASSERTIONS = NO;
- ENABLE_STRICT_OBJC_MSGSEND = YES;
- GCC_C_LANGUAGE_STANDARD = gnu99;
- GCC_NO_COMMON_BLOCKS = YES;
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
- GCC_WARN_UNDECLARED_SELECTOR = YES;
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
- GCC_WARN_UNUSED_FUNCTION = YES;
- GCC_WARN_UNUSED_VARIABLE = YES;
- IPHONEOS_DEPLOYMENT_TARGET = 10.0;
- MTL_ENABLE_DEBUG_INFO = NO;
- SDKROOT = iphoneos;
- SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
- VALIDATE_PRODUCT = YES;
- };
- name = Release;
- };
- 607FACF01AFB9204008FA782 /* Debug */ = {
- isa = XCBuildConfiguration;
- baseConfigurationReference = 1CDC9754F414D402A7A92B91 /* Pods-BFRecordScreenKit_Example.debug.xcconfig */;
- buildSettings = {
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
- DEVELOPMENT_TEAM = UH52C8A7SN;
- ENABLE_BITCODE = NO;
- INFOPLIST_FILE = BFRecordScreenKit/Info.plist;
- INFOPLIST_KEY_CFBundleDisplayName = "开讲";
- IPHONEOS_DEPLOYMENT_TARGET = 10.0;
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
- MARKETING_VERSION = 1.0;
- MODULE_NAME = ExampleApp;
- PRODUCT_BUNDLE_IDENTIFIER = com.piaoquan.introduce;
- PRODUCT_MODULE_NAME = "$(TARGET_NAME)";
- PRODUCT_NAME = Introduce;
- SWIFT_SWIFT3_OBJC_INFERENCE = Default;
- SWIFT_VERSION = 4.0;
- };
- name = Debug;
- };
- 607FACF11AFB9204008FA782 /* Release */ = {
- isa = XCBuildConfiguration;
- baseConfigurationReference = 11A243ECC5F039CC0D6417E0 /* Pods-BFRecordScreenKit_Example.release.xcconfig */;
- buildSettings = {
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
- DEVELOPMENT_TEAM = UH52C8A7SN;
- ENABLE_BITCODE = NO;
- INFOPLIST_FILE = BFRecordScreenKit/Info.plist;
- INFOPLIST_KEY_CFBundleDisplayName = "开讲";
- IPHONEOS_DEPLOYMENT_TARGET = 10.0;
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
- MARKETING_VERSION = 1.0;
- MODULE_NAME = ExampleApp;
- PRODUCT_BUNDLE_IDENTIFIER = com.piaoquan.introduce;
- PRODUCT_MODULE_NAME = "$(TARGET_NAME)";
- PRODUCT_NAME = Introduce;
- SWIFT_SWIFT3_OBJC_INFERENCE = Default;
- SWIFT_VERSION = 4.0;
- };
- name = Release;
- };
- /* End XCBuildConfiguration section */
- /* Begin XCConfigurationList section */
- 607FACCB1AFB9204008FA782 /* Build configuration list for PBXProject "BFRecordScreenKit" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 607FACED1AFB9204008FA782 /* Debug */,
- 607FACEE1AFB9204008FA782 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- 607FACEF1AFB9204008FA782 /* Build configuration list for PBXNativeTarget "BFRecordScreenKit_Example" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 607FACF01AFB9204008FA782 /* Debug */,
- 607FACF11AFB9204008FA782 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- /* End XCConfigurationList section */
- };
- rootObject = 607FACC81AFB9204008FA782 /* Project object */;
- }
|