6
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Objective-CAdvent Calendar 2012

Day 9

iOSシミュレータをGalaxySにする方法

Last updated at Posted at 2012-12-26

タイトルで出落ちですが、iOSシミュレータの枠の画像を変える小ネタです。
結果から言うと、シミュレータのパッケージの中身にframe.pngがあったので差し替えればできます。
simulator_image

シミュレータを起動させ、右クリックの”Finderに表示"からシミュレータアプリがあるディレクトリにアクセスします。

simulator_image2

シミュレータの場所は標準であれば
/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications
にあると思います。

アプリを右クリックして、パッケージの中身をFinderで開きます。
/Contents/Resource/frame.pngを差し替えればOKです。
バックアップは忘れずに取っておいてください。
simulator_image3

これを利用すると簡単に痛iOSシミュレータとかできちゃいますね。

あれ?でも、これObjective-C関係なくね…?

6
7
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
6
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?