Skip to content

Commit ae11353

Browse files
committed
Add screenshot status bar magic
1 parent cf8cc9c commit ae11353

31 files changed

Lines changed: 5734 additions & 4838 deletions

BitStore/Controller/AppStart.m

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#import "MainViewControllerPhone.h"
1818
#import "Keys.h"
1919
#import "SharedUser.h"
20+
#import "SDStatusBarManager.h"
2021

2122
@implementation AppStart
2223

@@ -28,6 +29,10 @@ + (void)start {
2829
[self setupRate];
2930
[self setupAnalytics];
3031
[self setupViewController];
32+
33+
#ifdef DEBUG
34+
[[SDStatusBarManager sharedInstance] enableOverrides];
35+
#endif
3136
}
3237

3338
+ (void)migrate {

Podfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ pod 'MBProgressHUD', '0.9'
1010
pod 'NSDate+TimeAgo', '1.0.3'
1111
pod 'PiwikTracker', '2.5.1'
1212
pod 'SocketRocket', '0.3.1-beta2'
13-
pod 'iRate', '1.10.3'
13+
pod 'iRate', '1.10.3'
14+
pod 'SimulatorStatusMagic', '1.2', :configurations => ['Debug']

Podfile.lock

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ PODS:
1010
- OpenSSL-Universal (1.0.1.h)
1111
- PiwikTracker (2.5.1):
1212
- AFNetworking (= 1.3.2)
13+
- SimulatorStatusMagic (1.2)
1314
- SocketRocket (0.3.1-beta2)
1415

1516
DEPENDENCIES:
@@ -20,6 +21,7 @@ DEPENDENCIES:
2021
- MBProgressHUD (= 0.9)
2122
- NSDate+TimeAgo (= 1.0.3)
2223
- PiwikTracker (= 2.5.1)
24+
- SimulatorStatusMagic (= 1.2)
2325
- SocketRocket (= 0.3.1-beta2)
2426

2527
EXTERNAL SOURCES:
@@ -37,6 +39,7 @@ SPEC CHECKSUMS:
3739
NSDate+TimeAgo: f3533e0198fab05b716368b19f8c2185d53d6f3b
3840
OpenSSL-Universal: 9c112508615ed33bb35f730eed820e93175a9dec
3941
PiwikTracker: fd93aedfb17707ed487f2e69fd6af91723e2374b
42+
SimulatorStatusMagic: ea1871b0e7119bc189ec3fb127bd56c54b937eed
4043
SocketRocket: 79a68ae186063c65e1fe6f638b1ae2927aa5f304
4144

42-
COCOAPODS: 0.34.2
45+
COCOAPODS: 0.34.4

Pods/Headers/Build/SimulatorStatusMagic/SDStatusBarManager.h

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Headers/Public/SimulatorStatusMagic/SDStatusBarManager.h

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Manifest.lock

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)