Skip to content

Instantly share code, notes, and snippets.

View maildrop's full-sized avatar

Mikito TOGURO maildrop

View GitHub Profile
@maildrop
maildrop / debug.sh
Last active April 21, 2021 08:39 — forked from wakewakame/debug.sh
CLIだけでiOSアプリを実機でデバッグ実行するためのスクリプト
#!/bin/sh
# オプションは基本的に、xcodebuild にそのまま渡される
# 例外
# -reconfig 対話的にデバッグ対象を選択する。
# コマンドが失敗した場合には、直ちに処理を終了する
set -eu
# パスの設定