$ cd [your_project_folder]
$ fastlane init
INFO This setup will help you get up and running in no time.
INFO First, it will move the config files from `deliver` and `snapshot`
INFO into the subfolder `fastlane`.
INFO Fastlane will check what tools you're already using and set up
INFO the tool automatically for you. Have fun!
Do you want to get started? This will move your Deliverfile and Snapfile (if they exist) (y/n)
y
Do you have everything commited in version control? If not please do so! (y/n)
y
INFO Created new folder './fastlane'.
INFO ------------------------------
INFO To not re-enter your username and app identifier every time you run one of the fastlane tools
or fastlane, these will be stored from now on.
App Identifier (com.krausefx.app): com.hoge.fuga
Your Apple ID:
[email protected]
INFO Created new file './fastlane/Appfile'. Edit it to manage your preferred app metadata
information.
Do you want to setup 'deliver', which is used to upload app screenshots, app metadata and app
updates to the App Store or Apple TestFlight? (y/n)
y
INFO Loading up 'deliver', this might take a few seconds
Phantomjs does not appear to be installed in /Users/hoge/.phantomjs/1.9.8/darwin/bin/phantomjs,
installing!
Init