Entries tagged "iOS"
01 dec 2011
Trailer for Max Astro
25 mar 2011
XCode 4: Duplicating a target to make an iPad build link error
ve been working on an iOS game for a four months now and it's time to create a new target for iPad. The XCode documentation says to select your target, right click and select Duplicate and the Click Duplicate and Transition to iPad. Once this is done there is a shiny new Scheme to build, test and deploy for iPad complete with a new MainWindow.xib....
17 jan 2011
iPhone App Version Information In XCode
When you create an iOS Application in XCode by default the version of the application is stored in <appname>-Info.plist. It would be really handy to get this in to code for compile time checks and #defines...