1 Star 0 Fork 0

weli/SDWebImageSwiftUI

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
carthage.sh 664 Bytes
一键复制 编辑 原始数据 按行查看 历史
DreamPiggy 提交于 2022-09-15 01:13 . Fix the CI, re-enable GitHub Actions
# carthage.sh
# Usage example: ./carthage.sh build --platform iOS
set -euo pipefail
xcconfig=$(mktemp /tmp/static.xcconfig.XXXXXX)
trap 'rm -f "$xcconfig"' INT TERM HUP EXIT
# For Xcode 12 make sure EXCLUDED_ARCHS is set to arm architectures otherwise
# the build will fail on lipo due to duplicate architectures.
echo 'EXCLUDED_ARCHS[sdk=iphonesimulator*] = arm64 arm64e armv7 armv7s armv6 armv8' >> $xcconfig
echo 'EXCLUDED_ARCHS[sdk=appletvsimulator*] = arm64 arm64e armv7 armv7s armv6 armv8' >> $xcconfig
echo 'EXCLUDED_ARCHS[sdk=watchsimulator*] = arm64 arm64e armv7 armv7s armv6 armv8' >> $xcconfig
export XCODE_XCCONFIG_FILE="$xcconfig"
carthage "$@"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/abduweli205/SDWebImageSwiftUI.git
git@gitee.com:abduweli205/SDWebImageSwiftUI.git
abduweli205
SDWebImageSwiftUI
SDWebImageSwiftUI
master

搜索帮助