Skip to content
This repository has been archived by the owner on Oct 11, 2020. It is now read-only.

Commit

Permalink
Remove Touchpose for submitting to App Store.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlackty committed May 8, 2012
1 parent 2c8fc2c commit 48e27cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Anniversary/main.m
Expand Up @@ -9,13 +9,12 @@
#import <UIKit/UIKit.h>

#import "ANAppDelegate.h"
#import "QTouchposeApplication.h"

int main(int argc, char *argv[])
{
@autoreleasepool {
return UIApplicationMain(argc, argv,
NSStringFromClass([QTouchposeApplication class]),
NSStringFromClass([UIApplication class]),
NSStringFromClass([ANAppDelegate class]));
}
}

0 comments on commit 48e27cd

Please sign in to comment.