Setting up your Mac for hacking iOS Apps
Content will be here soon
By Alok Choudhary · Austin, TX
Read article
Thoughts, ideas, and knowledge on technology, programming, and design.
Content will be here soon
In recent versions of Xcode. Apple is stingy about any plug in is being used by xcode. So I am updating this blog with two methods of installations. Method 1: (super easy) copy...
git remote (displays the name of your remote, for example YourRemote) git tag a 0.1.0 m 'tagging Version 0.1.0' (creates tag 0.1.0 from current branch) git push origin tags (pus...
edit podspec push branch to remote on terminal : add same tag as podspec git remote git tag a 0.1.1 m"tag 0.1.1 added" git push origin tags on terminal now push push pod to trun...
\[youtube https://www.youtube.com/watch?v=EXGY9Q7VmU8&w=420&h=315\] Might be useful one day.