Tag: Xcode

  • 4 Xcode Asset Catalog Secrets You Need to Know (07 Jan 2016)
    Over time, Apple has given us quite a few tools that make graphic design easier for us to do in our own apps. Unfortunately, we’ve come to rely on our fellow graphic designers to do a lot of the grunt work for us, even though tools like Xcode 6 give us the capability to do it ourselves. Hopefully, with this article, we can learn some things that can prevent our fellow graphic designers from going postal and doing things like printing out 1x, 2x, and 3x image assets on paper and stapling them to our faces.

  • Upgrading Swift Projects from Xcode 6 to Xcode 7 (20 Sep 2015)
    With the official release of Xcode 7 and Swift 2 along with iOS9 last week comes the process of needing to upgrade Xcode 6 projects to Xcode 7, but more importantly, changes in the Swift language.

  • How to add an existing Xcode project to a Git Repo (19 Sep 2015)
    Although Xcode already has git version control built in, what if you have an existing Xcode project that you’d like to add to a Git repo? Well here is a simple solution!

  • Code Signing OSX Applications using the Terminal (25 Feb 2014)
    Xcode easily allows one to sign (using an Apple Developers Account) an application or installer by selecting the relevant certificate in the Project’s general settings. However, what if you are building the project outside Xcode? Luckily there is the codesign terminal command