Last active
August 29, 2015 14:05
-
-
Save pixlwave/d281d19ff37baec0b105 to your computer and use it in GitHub Desktop.
Override RubyMotion build tasks to do more stuff
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
namespace :build do | |
desc "Post build tasks" | |
task :development do | |
# do stuff | |
end | |
desc "Post release build tasks" | |
task :release do | |
# do stuff | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment