# CI2Go v1.0.0 the @circleci Client for iPhone &amp; iPad

*2014-11-26*

> iPhone &amp; iPad で使える CircleCI クライアント CI2Go をリリースしました。

[![](picture1.png)][AppStore]

iPhone &amp; iPad で使える CircleCI クライアント CI2Go をリリースしました。

[![](/images/appstore.svg.svg)][AppStore]

**[CI2Go on the App Store][AppStore]**

<!--more-->

## Build logs

![](picture2.png)

ステップごとのビルドログを色つきで閲覧できます。

// [Circle CI の API][API] の制限上、現在実行中のログは閲覧できません。

## Split view

![](picture3.png)

iPad, iPhone 6 Plus の横向きでは、左に実行ステップ、右にビルドログを表示します。

## Color schemes

![](picture4.png)

[iTerm2-color-schemes] で公開されている、116 のカラースキームから、お好みのものに変更できます。

この機能の実装方法については[以前の記事][Previous article]に記載しています。

## 既知の問題と TODO

- ブランチ選択機能 (クラッシュの起因となっていたため、一旦機能を外しました) [PR#3]
- Split view で縦向きから横向きに変更したらクラッシュする時がある
- [Today widget]
- [Apple watch]

その他、問題・リクエストなどありましたら、[Issue 登録][New Issue]よろしくお願いします。

[AppStore]: https://itunes.apple.com/app/id940028427?mt=8
[API]: https://circleci.com/docs/api
[iTerm2-color-schemes]: http://iterm2colorschemes.com/
[PR#3]: https://github.com/ngs/ci2go/pull/3
[New Issue]: https://github.com/ngs/ci2go/issues/new
[Today widget]: https://developer.apple.com/library/ios/documentation/General/Conceptual/ExtensibilityPG/NotificationCenter.html
[Apple watch]: https://developer.apple.com/watchkit/
[Previous article]: /2014/10/26/refresh-ui-appearance/


