iOS Dev Tools
31–37 of 37 posts
Re: iOS Dev Tools
#32Re: iOS Dev Tools
#33BTW, what is the best Git GUI on Mac? I don't care about price. I have always used the command line, but many operations would be faster with a mouse.
Everyone else I work with uses: http://www.kaleidoscopeapp.com
Re: iOS Dev Tools
#34Re: iOS Dev Tools
#35BTW, what is the best Git GUI on Mac? I don't care about price. I have always used the command line, but many operations would be faster with a mouse.
Re: iOS Dev Tools
#36Re: iOS Dev Tools
#37I was surprised to see the mention of Rollout which I hadn't heard of which claims to allow you to push hot fixes to native iOS apps. Although I've been out of the iOS game for a while, I recalled this being against Apple's ToS. Apparently this is is still true to some degree, but they have an interesting blog post about how they can work around these restrictions. https://blog.rollout.io/2016/01/updating-apps-withou…
TLDR; it's because they're not pushing new features but rather bug fixing through the proper channels (Webkit framework or JavascriptCore).