IOS開発基本知識:ファイルパス

1.開発プラットフォームのパス
/Developer/Platforms
MacOSX.platform     //mac
iPhoneSimulator.platform //シミュレータ
iPhoneOS.platform //iphone
例:/Developer/Platforms/*/Developer/usr/bin/

2.シミュレータパス
/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications
シミュレータの実行ファイル:iPhone Simulator.app

3.sdkパス
iphone:/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.0.sdk
simulator:/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.0.sdk

4.appパス
iphone: /var/mobile/Applications/4434-4453A-B453-4ADF4535345ADAF344
ディレクトリ:
appディレクトリtest.app
ドキュメントディレクトリ Documents
ライブラリディレクトリ: Library
一時ディレクトリ:tmp

 

IOS

Posted by arkgame