#pragma section-numbers off
[[TableOfContents]]

= 概要 =

= 公式サイト =

= 関連サイト =
##[http://www.stanford.edu/class/cs193p/cgi-bin/drupal/ CS 193P iPhone Application Development]:スタンフォード大学の iPhone アプリの講義の宿題が以下

## * http://www.stanford.edu/class/cs193p/downloads/Assignment-Presence3.pdf

= インストール =

= 設定 =
[http://r.nanapi.jp/417/ iPhone 3GSを購入したら直ちに設定したい10ポイント | nanapiナナピ]

= 利用方法 =

{{{
xcodebuild -configuration Debug
xcodebuild install -configuration Debug
xcodebuild install -target XXXX -configuration Debug
}}}

http://iphonesdkdev.blogspot.com/2008/12/how-to-compile-iphone-project-in-mac.html

[http://code.google.com/p/accelerometer-simulator/ accelerometer-simulator - Project Hosting on Google Code]

= Makefile =
[http://stackoverflow.com/questions/1626579/compile-error-for-iphone-simulator compile error for iphone simulator - Stack Overflow]

[http://onlamp.com/pub/a/onlamp/2008/03/25/the-apple-sdk-apis-apple-didnt-want-you-to-know-about.html The iPhone SDK: APIs Apple Didn't Want You to Know About - O'Reilly Media]

[http://latenitesoft.blogspot.com/2008/10/iphone-programming-tips-building-unix.html Latenitesoft: Mac & iPhone Applications: iPhone Programming Tips: building Unix software]

[http://iphonesdkdev.blogspot.com/2009/07/how-to-compile-command-line-utility-for.html iPhone Software Development: How to compile command line utility for iPhone using XCode gcc]

= UI開発 =
[http://www.designcommission.com/shop/iphone-stencil-kit/ iPhone Stencil Kit | Design Commission]

http://www.designboom.com/weblog/cat/8/view/7675/iphone-app-design-products.html

= UnitTest =
http://code.google.com/p/google-toolbox-for-mac/wiki/iPhoneUnitTesting

http://code.google.com/p/google-toolbox-for-mac/source/browse/trunk/UnitTesting/RunIPhoneUnitTest.sh

[http://cocoawithlove.com/2008/11/automated-user-interface-testing-on.html Cocoa with Love: Automated user interface testing on the iPhone]

[http://hennessynet.com/2009/05/24/unit-testing-on-the-iphone.html Unit Testing on the IPhone]

[http://discussions.apple.com/thread.jspa?messageID=8508217 Apple - Support - Discussions - Building & Running iPhone Apps from ...]

http://github.com/gabriel/gh-unit/

http://www.grokkingcocoa.com/how_to_debug_iphone_unit_te.html

[http://d.hatena.ne.jp/yuum3/20091227/1261878632 Google Toolbox for Mac の iPhoneUnitTesting を使ってみた - yuum3のお仕事日記]

= コード例 =
[http://snipplr.com/all/language/objective-c Objective C Snippets]

http://code.google.com/p/google-styleguide/

= 調査ツール =
[http://www.codethecode.com/projects/class-dump/ Code the Code - Projects - class-dump]

= ツール =
[http://www.curioustimes.de/iphonesimulatorcropper/ Curious Times - iPhone-Simulator Cropper]

= 参考書籍 =
[[ASIN(4873114179 iPhone SDK アプリケーション開発ガイド: Jonathan Zdziarski, 近藤 誠 (監訳), 武舎 広幸, 武舎 るみ: 本)]]

= 参考サイト =
[http://ascii.jp/elem/000/000/465/465154/ ASCII.jp:IT紳士が激論!! iPhone「けしからん」定番アプリ|都庁前iPhoneクラブ]

[http://iphone.goodegg.jp/archives/5366 iPhoneと過ごした500日まとめ(67,695円分の1軍アプリ達) - iPhone.goodegg.jp]

[http://www.kagoota.com/2009/05/iphoneiphone-fb.html お手軽にiPhoneゲームを作りたいだと!?ならばこれを使いたまへ!!的な、iPhoneゲーム制作を支援するフレームワーク。: かごおた]

[http://tirania.org/blog/archive/2009/Jan-07.html More Mono-based games on the iPhone - Miguel de Icaza]

[http://blog.seiji.me/ seiji blog]

[http://stockkabusiki.blog90.fc2.com/blog-entry-997.html iPhone買ってちょっとだけ変わったこと | 投資十八番 ]

----
CategoryMac