app
-
Fix the iOS code signing issue using Jenkins
This week I configure the Jenkins to work with Mac and try to build iOS applications. Unfortunately, I got the code signing issues, either I use…
-
Restart Unicorn with Capistrano
The following tasks is what I use for starting , stopping, restarting and my unicorn server: desc "Start unicorn" task :start, :except => { :no_release =>…