From c701c390c851ee38bc66e29ba8d05271bb488a57 Mon Sep 17 00:00:00 2001 From: v7lin Date: Wed, 17 Jun 2020 23:34:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example/ios/Podfile.lock | 8 ++++---- example/ios/Runner.xcodeproj/project.pbxproj | 9 ++++----- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 808922c..281b5f3 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -6,10 +6,10 @@ PODS: - Flutter - path_provider_macos (0.0.1): - Flutter - - tencent_kit (0.0.1): + - tencent_kit (1.1.0): - Flutter - - tencent_kit/vendor (= 0.0.1) - - tencent_kit/vendor (0.0.1): + - tencent_kit/vendor (= 1.1.0) + - tencent_kit/vendor (1.1.0): - Flutter DEPENDENCIES: @@ -36,7 +36,7 @@ SPEC CHECKSUMS: path_provider: abfe2b5c733d04e238b0d8691db0cfd63a27a93c path_provider_linux: 4d630dc393e1f20364f3e3b4a2ff41d9674a84e4 path_provider_macos: f760a3c5b04357c380e2fddb6f9db6f3015897e0 - tencent_kit: 1ebaea096656428578f0f0ecb694a72bf4672a0a + tencent_kit: 861c8093fe0458832be269ec5e8dbdb48128f799 PODFILE CHECKSUM: f32fb4e7c14f8b3ca19a369d7be425dd9241af27 diff --git a/example/ios/Runner.xcodeproj/project.pbxproj b/example/ios/Runner.xcodeproj/project.pbxproj index d69c9f1..d244ed3 100644 --- a/example/ios/Runner.xcodeproj/project.pbxproj +++ b/example/ios/Runner.xcodeproj/project.pbxproj @@ -248,13 +248,12 @@ buildActionMask = 2147483647; files = ( ); - inputPaths = ( - "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh", - "${PODS_ROOT}/../Flutter/Flutter.framework", + inputFileListPaths = ( + "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist", ); name = "[CP] Embed Pods Frameworks"; - outputPaths = ( - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Flutter.framework", + outputFileListPaths = ( + "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh;