日々の記録。

プログラミングのメモや感じた事などを記録。

2015-01-01から1年間の記事一覧

Podfileで取得するプロジェクト一覧を出力する

ポイント Podfileで定義されているメソッドを再定義した。Podfileの内容に応じて、空のメソッドを定義する。 Podfileは拡張子がないため(または.podfile)、requreは利用できない Podfileをロードする箇所は、https://github.com/CocoaPods/Core/blob/master…

Xcode ターミナルから楽して開く

インストール cd ~ git clone https://github.com/hmuronaka/xcode_scripts.git cd xcode_scripts ./install.sh .bash_profileに以下を追加 source ~/.xcode_scripts/xcode_script.bash 出来る事 xo (xcopen) ... カレントディレクトリ以下のXcodeプロジェク…