LoginSignup
4
3

More than 5 years have passed since last update.

iOSシミュレータをショートカットで直接起動する

Last updated at Posted at 2012-12-26

この記事は最終更新から1年以上経過しています。 気をつけてね。

通常Xcodeのメニューから呼び出すiOSシミュレータを、Automaterワークフローを使って直接起動のショートカットを作成する。

Automater > ワークフロー作成 からシェルスクリプトの実行を追加して中身を下記にする。
OSXやXcodeの環境でパスが違うのでどちらにあるかは要確認。

Xcode4.4 (mountain lion用?)

"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications/iPhone Simulator.app/Contents/MacOS/iPhone Simulator"

Xcode4.3以前?

"/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications/iPhone Simulator.app/Contents/MacOS/iPhone Simulator"

アイコンもショートカット先のResourcesの下から取ってくればOK。

4
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
3