According to the IOS Developer Library at: https://developer.apple.com/library/ios/referencelibrary/GettingStarted/RoadMapiOS/FirstTutorial.html
The main function in main.m calls the UIApplicationMain function within an autorelease pool.
However, in XCode 6.3 it appears that there is no longer a "main.m" file. What has replaced the "main.m" file?
Thanks.