Commit 91503c8850e3f85fd9c2e3401282355f0418b315

Authored by zhangxiaowen
1 parent 82c4ba6b

no message

Showing 1 changed file with 3 additions and 5 deletions
CNLiveScioLive/AppDelegate.m
... ... @@ -22,11 +22,9 @@
22 22  
23 23 - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
24 24 // Override point for customization after application launch.
25   -// if(SIMULATOR){
26   -// NSLog(@"SIMULATORSIMULATORSIMULATORSIMULATORSIMULATOR---%d---SIMULATORSIMULATOR",SIMULATOR);
27   -// [AvoidCrash makeAllEffective];
28   -// }
29   -
  25 +
  26 +#pragma mark - 打包注意
  27 +// [AvoidCrash makeAllEffective];
30 28 self.window = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]];
31 29 self.window.backgroundColor = [UIColor whiteColor];
32 30 //收藏
... ...