Vincent Coste

Results 3 issues of Vincent Coste

Hi, I tried tu use you integrity deployment solution, and it works fine. Thanks for such easyness. Still, I have a problem, when building: Missing the Rails 2.3.8 gem. Please...

It seems that instantiating a Status::Base never enter inside this "every" block: ``` timer = 0.1.second.every do return if App.shared.keyWindow == nil || App.shared.keyWindow.rootViewController == nil @view = StatusBar::View.new App.shared.keyWindow.rootViewController.view.addSubview(@view.view)...