henteko
henteko
* `ignore_udid_list` などのファイルを用意してignoreできるようにする
Add `--release-note` option ``` $ dg deploy --distribution-key xxxxxxxxxxx --release-note 'release note' ``` https://docs.deploygate.com/v1.0.1/reference#upload
This issue reason was that "*.xcscheme" was not generated. ## Quick fix * Open [Xcode menubar]> [Product]> [Scheme]> [Manage Schemes ...] * Check from disable to enable (or from enable...
# First deploy ``` $ dg deploy ..... Select Scheme: 1. hoge 2. fuga 1 ..... Please input bundle identifier Example: com.example.ios bundle identifier: com.example.ios ..... Uploading........done ``` # Second...