by Chris | Jun 9, 2015 | Applications, Applications, Development, Development, Mac, Mobile
I just ran into a pesky Apple ID problem as I tried to download the new Xcode 7 beta and all the other SDK resources Apple presented at the WWDC 2015, yesterday. Apple revamped some of restricted developer.apple.com section as they prepared everything for the...
by Chris | Jan 2, 2015 | Development, Development, Mac, Mobile
Including a .gitignore file in your Xcode project helps to keep your git repository clean and your commits effective. Git is the default version control system, seamless integrated into Xcode since Xcode 4. So it is quite easy to develop your iOS projects under git...
by Chris | Oct 3, 2014 | Applications, Development, Mobile
The current project: A complete rewrite of the good old CompareMe app in Apples new programming language Swift. So, there are some insights & code snippets of a Swift ActionSheet example I want to share with the interested iOS developer community. Today,...
by Chris | Dec 4, 2011 | Development, Mobile
A short reminder on how to name your iPhone / iPad app icons properly. Sure, you can always specify those names specificy in the application info.plist. But why not chose convention over configuration to make life easier 😉 Icon.png (required) # 57x57px …...
by Chris | May 1, 2011 | Development, Development, Mac, Mobile
Finally, Apple introduced native Git support in Xcode 4. Git is now the standard version control system you can use within Xcode. The Apple engineers did a great job in integrating Git into Xcode 4 … but there is room for improvements 😉 Tools like gitx still are...