该脚本会自动打包ios ipa 并自动上传至苹果后台,中间自动flutter clean ,自动 pod install
里面需要填写自己应用的 apiKey和apiIssuer
如我的例子中apiKey 为 1234 apiIssuer 为5678,
首先flutter 工程目录 新建 shell目录,目录下新建ipa.sh文件,拷贝如下代码
#!/bin/bash
###
# @author: wds
# @description:
# @LastEditTime: 2024-09-04 17:42:02
###
echo "iOS 打包AppStore渠道包"
# Stop on errors
cd ..
set -e
# Save current directory
cu

1495

被折叠的 条评论
为什么被折叠?



