That's autogenerated code, came from the project template.
On Apr 30, 2012, at 11:33 AM, Alex Zavatone wrote:
>
> On Apr 29, 2012, at 11:26 PM, Roland King wrote:
>
>> At least during development I do this to main.m
>>
>> int main(int argc, char *argv[])
>> {
>> @autoreleasepool {
>> @try
>> {
>> return UIApplicationMain(argc, argv, nil,
>> NSStringFromClass([HIPAppDelegate class]));
>> }
>> @catch (NSException *exception)
>> {
>> NSLog( @"Exception in main %@\n%@", [ exception
>> description ], [ exception callStackSymbols ] );
>> }
>> }
>> }
>
> Awesome. What's the renaming of AppDelegate? HIPAppDelegate
>
_______________________________________________
Cocoa-dev mailing list ([email protected])
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com
This email sent to [email protected]