Closed FabianFrank closed 11 years ago
Thanks for this. I was a bit concerned with the changes and casting from int to long, but a little research led me to: https://developer.apple.com/library/mac/documentation/Darwin/Conceptual/64bitPorting/transition/transition.html#//apple_ref/doc/uid/TP40001064-CH207-TPXREF101 which explains a bit why the compiler suggests that.
update project and make it work with 64bit
I decided to update the minimum OS to 6.0 to be able to add 64 bit support. The demo app now runs fine in a 64 bit emulator as a 64 bit app. I also followed XCode's suggestion to add the 4" launch image, so that the app would launch without black bars on newer iPhones.