Skip to content

Commit

Permalink
Version 1.2 released to app store.
Browse files Browse the repository at this point in the history
  • Loading branch information
weiran committed May 8, 2013
1 parent 19ac8d1 commit c5bc08f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Hackers/Hackers-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>13</string>
<string>14</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIMainStoryboardFile</key>
Expand Down
17 changes: 14 additions & 3 deletions Hackers/WZAppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// Copyright (c) 2012 Weiran Zhang. All rights reserved.
//


#import "WZAppDelegate.h"
#import <GCOLaunchImageTransition/GCOLaunchImageTransition.h>

Expand All @@ -14,16 +15,26 @@
#import "JSSlidingViewController.h"
#import "WZTheme.h"

#if NDEBUG
#ifndef DEBUG
#import <Crashlytics/Crashlytics.h>
#endif
//#if DEBUG
//#import <SparkInspector/SparkInspector.h>
//#endif

@implementation WZAppDelegate

- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
#if NDEBUG
// // Enable the Spark Inspector
// #if DEBUG
// [SparkInspector enableObservation];
// NSLog(@"SparkInspector registered.");
// #endif

#ifndef DEBUG
[Crashlytics startWithAPIKey:@"6b3b4eba8698666ed08b19d6091a9728deaabab9"];
#endif
NSLog(@"Crashlytics registered.");
#endif
[WZTheme defaults];

// initilise storyboard with JSSlidingViewController
Expand Down

0 comments on commit c5bc08f

Please sign in to comment.