「Fastlane/セットアップ/ios」の版間の差分
提供: 初心者エンジニアの簡易メモ
細 (Admin がページ「Fastlane/セットアップ/xcode」を「Fastlane/セットアップ/ios」に、リダイレクトを残さずに移動しました) |
(→iosでのセットアップ) |
||
| 行1: | 行1: | ||
==iosでのセットアップ== | ==iosでのセットアップ== | ||
| + | Unity-iPhone.xcworkspaceがある場所に移動してから | ||
| + | |||
| + | $ fastlane init | ||
| + | |||
| + | ==TestFlightへのベータ版配布を自動化== | ||
| + | <pre> | ||
| + | $ fastlane init | ||
| + | What would you like to use fastlane for? | ||
| + | 1. 📸 Automate screenshots | ||
| + | 2. 👩✈️ Automate beta distribution to TestFlight | ||
| + | 3. 🚀 Automate App Store distribution | ||
| + | 4. 🛠 Manual setup - manually setup your project to automate your tasks | ||
| + | </pre> | ||
| + | 2を選択 | ||
2023年8月30日 (水) 09:53時点における版
iosでのセットアップ
Unity-iPhone.xcworkspaceがある場所に移動してから
$ fastlane init
TestFlightへのベータ版配布を自動化
$ fastlane init What would you like to use fastlane for? 1. 📸 Automate screenshots 2. 👩✈️ Automate beta distribution to TestFlight 3. 🚀 Automate App Store distribution 4. 🛠 Manual setup - manually setup your project to automate your tasks
2を選択
