在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用beta
星标31
分支4
更新时间2026年6月12日 16:32
Build and upload iOS app to TestFlight
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Build and upload iOS app to TestFlight
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Set up Match for iOS code signing certificate management
Submit iOS app to App Store for review
Automate App Store screenshot capture across devices and languages
Set up Fastlane for iOS/macOS app automation
基于 SOC 职业分类
| name | beta |
| description | Build and upload iOS app to TestFlight |
Build and upload the iOS app to TestFlight for beta testing.
fastlane --version 2>/dev/null | grep "fastlane " | head -1 || echo "✗ Not installed - run: brew install fastlane"ls fastlane/Fastfile 2>/dev/null && echo "✓ Found" || echo "✗ Not found - run /setup-fastlane first"[ -n "$FASTLANE_APPLE_APPLICATION_SPECIFIC_PASSWORD" ] && echo "✓ Set" || echo "⚠️ Not set - export FASTLANE_APPLE_APPLICATION_SPECIFIC_PASSWORD='xxxx-xxxx-xxxx-xxxx'"match skill; the base setup-fastlane lane skips this--skip-build-increment)beta_external lane)Run from your project directory (where fastlane/ lives):
fastlane beta
fastlane beta skip_build_increment:true
fastlane beta_external changelog:"Bug fixes and performance improvements"
Set your Apple ID in fastlane/Appfile:
apple_id("your@email.com")
export FASTLANE_APPLE_APPLICATION_SPECIFIC_PASSWORD='xxxx-xxxx-xxxx-xxxx'
If you see --extended-attributes: unknown option, Homebrew rsync conflicts with Xcode:
brew uninstall rsync # Use system rsync
beta_external lane or manual distribution in App Store Connect