24/7 twenty-four seven

iOS/OS X application programing topics.

2009-08-01から1ヶ月間の記事一覧

Snow LeopardのXcode 3.2 で iPhone OS 3.0 以前の OS (2.0〜2.2.1) で動くアプリケーションをビルドするには

プロジェクト>情報を見る>ビルド>Deployment>iPhone OS Deployment Target の値を iPhone OS 2.2 などにすればいいらしい。

ディスクに存在するXcodeプロジェクトのビルドディレクトリを自動的に削除してくれるアプリケーション

BuildCleaner A simple app that searches for old and unused Xcode build folders and deletes them. A couple options are available, including the ability to ignore build folders for specific projects and the cutoff interval for deleting folde…

MapKitでルート案内をするライブラリを公開しました。

MapKitフレームワーク単体では、標準のマップアプリのようなナビは作れないのですが、Google Maps APIと組み合わせることで、似たような機能を実現してみました。 GitHubのリポジトリで公開しています。 kishikawakatsumi/MapKit-Route-Directions · GitHub …