1 Star 0 Fork 53

max/iOSDeviceSupport

forked from Han/iOSDeviceSupport 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
download.sh 474 Bytes
一键复制 编辑 原始数据 按行查看 历史
韩劲俊 提交于 2020-03-30 16:09 . 增加下载脚本
version=$1
if [ -n $version ] ; then
# 移动到目录
cd /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport
# 下载
echo " 🚀 🚀 🚀 开始下载 🚀 🚀 🚀"
download_url="https://github.com/JinjunHan/iOSDeviceSupport/raw/master/DeviceSupport/$version.zip"
curl -L -O $download_url
# 解压文件
unzip "$version.zip"
echo " 🎉 🎉 🎉 完成 🎉 🎉 🎉"
else
echo "请在命名后面带上版本号"
fi
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Swift
1
https://gitee.com/xuvw/iOSDeviceSupport.git
git@gitee.com:xuvw/iOSDeviceSupport.git
xuvw
iOSDeviceSupport
iOSDeviceSupport
master

搜索帮助