1 Star 1 Fork 0

showtan/react-native-maps

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
enable-google-maps 417 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/bash
cd "$(dirname "${BASH_SOURCE[0]}")"
GOOGLE_MAPS_INSTALL_LOCATION=$1
if [[ -z "$GOOGLE_MAPS_INSTALL_LOCATION" ]]; then
echo "usage: enable-google-maps <google-frameworks-relative-install-dir>"
exit 1
fi
cat > lib/ios/User.xcconfig <<EOF
FRAMEWORK_SEARCH_PATHS = \$(inherited) \$(SRCROOT)/../../../../$GOOGLE_MAPS_INSTALL_LOCATION
GCC_PREPROCESSOR_DEFINITIONS = \$(inherited) HAVE_GOOGLE_MAPS=1
EOF
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/showtan/react-native-maps.git
git@gitee.com:showtan/react-native-maps.git
showtan
react-native-maps
react-native-maps
master

搜索帮助