タグ

ブックマーク / coderwall.com (2)

  • RubyMotionのエコシステムをより良くするには (Example)

    RubyMotionは安定していて、しかもXcodeを完全に捨てられるので画期的だと思います。けれど、一緒に働いているエンジニアが言っていたことの受け売りですが、ドキュメンテーションが揃わない限りはObjective-C/iOS SDKを熟知している人たちのおもちゃに過ぎません。BubbleWrapはそこらへんをある程度隠してくれるけど、BubbleWrapのようなものを書くのにはiOS SDKの知識は不可欠です。例えば、App.run_afterですが、NSTimerのような小難しいクラスのことをわかっていないと書けません。 RubyMotionに触発されて、JRubyでAndroidアプリを作るためにrubotoを使ってみましたが、RubotoのチュートリアルはあってもAndroidのチュートリアルはないので、結局はJava前提のAndroid用のチュートリアルやドキュメンテーションを

    RubyMotionのエコシステムをより良くするには (Example)
    laiso
    laiso 2013/05/13
  • CI for Open Source iOS Applications, Part 1: Setup (Example)

    This guide will walk you through setting up a Jenkins continuous integration server for your open source iOS project. By the end of the guide, you will be able to add an image to your README indicating the build status of your repository's master branch. Step 1: Provisioning a CI server Jenkins on the Cloud In order to provide developers with feedback on the state of the build, you will need a pub

    CI for Open Source iOS Applications, Part 1: Setup (Example)
    laiso
    laiso 2012/09/11
  • 1