From 3e8437ae559487362fae3525beb79c534c213a51 Mon Sep 17 00:00:00 2001
From: 单军华
Date: Thu, 12 Jul 2018 13:44:34 +0800
Subject: [PATCH] bug修复和功能优化
---
screendisplay/Pods/Target Support Files/Pods-screendisplay/Pods-screendisplay-resources.sh | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/screendisplay/Pods/Target Support Files/Pods-screendisplay/Pods-screendisplay-resources.sh b/screendisplay/Pods/Target Support Files/Pods-screendisplay/Pods-screendisplay-resources.sh
index 90bf1af..5dcb61b 100755
--- a/screendisplay/Pods/Target Support Files/Pods-screendisplay/Pods-screendisplay-resources.sh
+++ b/screendisplay/Pods/Target Support Files/Pods-screendisplay/Pods-screendisplay-resources.sh
@@ -92,6 +92,7 @@
esac
}
if [[ "$CONFIGURATION" == "Debug" ]]; then
+ install_resource "${PODS_ROOT}/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle"
install_resource "${PODS_ROOT}/HMEmoticon/������������/Emoticon/HMEmoticon.bundle"
install_resource "${PODS_ROOT}/HMQRCodeScanner/HMQRCodeScanner/QRCode/HMScanner.bundle"
install_resource "${PODS_ROOT}/IQKeyboardManager/IQKeyboardManager/Resources/IQKeyboardManager.bundle"
@@ -104,6 +105,7 @@
install_resource "${PODS_ROOT}/UMengUShare/UShareSDK/UMSocialUI/UMSocialSDKResources.bundle"
fi
if [[ "$CONFIGURATION" == "Release" ]]; then
+ install_resource "${PODS_ROOT}/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Map.framework/Resources/mapapi.bundle"
install_resource "${PODS_ROOT}/HMEmoticon/������������/Emoticon/HMEmoticon.bundle"
install_resource "${PODS_ROOT}/HMQRCodeScanner/HMQRCodeScanner/QRCode/HMScanner.bundle"
install_resource "${PODS_ROOT}/IQKeyboardManager/IQKeyboardManager/Resources/IQKeyboardManager.bundle"
--
Gitblit v1.8.0