[xcode] How to easily open apps folder on current iOS simulator

How to easily open apps folder on current iOS simulator, is below

1.Open “autometer” on Mac OS

スクリーンショット 2017-10-15 10.10.44

2.Create New Document

スクリーンショット 2017-10-15 10.11.00

3.Select Application

スクリーンショット 2017-10-15 10.11.08

4.Select “Run shell Script” on left pain, and paste below code on “Run shell script” then “Run”

cd ~/Library/Developer/CoreSimulator/Devices/
cd `ls -t | head -n 1`/data/Containers/Data/Application
cd `ls -t | head -n 1`
open .

スクリーンショット 2017-10-15 10.16.07

Once Run, Open automatically the folder of current app on iOS simulator

スクリーンショット 2017-10-15 10.21.18

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です