This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# オプションは基本的に、xcodebuild にそのまま渡される | |
# 例外 | |
# -reconfig 対話的にデバッグ対象を選択する。 | |
# コマンドが失敗した場合には、直ちに処理を終了する | |
set -eu | |
# パスの設定 |