#define ShowInternals (0 && !ForRelease)
#define IgnoreInstall (0 && !ForRelease)
#define RecycleWebViews 0
-#define RotationEnabled 1
#define RecyclePackageViews (1 && ForRelease)
#define AlwaysReload (1 && !ForRelease)
}
- (BOOL) shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)orientation {
-#ifdef RotationEnabled
- return YES;
-#else
- return NO;
-#endif
+ return IsWildcat_;
}
- (void) setTabBarController:(UITabBarController *)controller {