Joined November 2011
·
Posted to
Method naming tip: Keep implementation details out.
over 1 year
ago
Well said @markitoma. Thanks for reading :)
Posted to
Create rubymotion app version from git hash
over 1 year
ago
I like this approach:
app.short_version = "1.0.0"
app.version = `git log -n 1 --pretty=format:'%h'`
Which gives short version: 1.0.0
And the hash as the long version
Testflight nicely displays this as 1.0.0(231asdf)
Achievements
266 Karma
9,112 Total ProTip Views
Bear 3
Have at least three original repos where Objective-C is the dominant language
Ashcat
Make Ruby on Rails better for everyone by getting a commit accepted
Bear
Have at least one original repo where Objective-C is the dominant language
Altruist
Increase developer well-being by sharing at least 20 open source projects
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Forked
Have a project valued enough to be forked by someone else
Charity
Fork and commit to someone's open source project in need
Mongoose 3
Have at least three original repos where Ruby is the dominant language
Mongoose
Have at least one original repo where Ruby is the dominant language
Kona
Have at least one original repo where CoffeeScript is the dominant language
@boxofrox :)