cordova-ios-lightstatusbar
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"version": "0.0.1", | ||
"name": "cordova-ios-lightstatusbar", | ||
"cordova_name": "cordova-ios-lightstatusbar", | ||
"description": "Replaces the default black status bar with a white status bar on the splash screen", | ||
"license": "MIT", | ||
"repo": "https://github.com/cassioscofield/cordova-ios-lightstatusbar", | ||
"keywords": [ | ||
"cordova", | ||
"ios", | ||
"UIStatusBarStyle", | ||
"ios9" | ||
], | ||
"platforms": [ | ||
"ios" | ||
], | ||
"engines": [], | ||
"englishdoc": "" | ||
} | ||
"version": "0.0.2", | ||
"name": "cordova-ios-lightstatusbar", | ||
"cordova_name": "cordova-ios-lightstatusbar", | ||
"description": "Replaces the default black status bar with a white status bar on the splash screen", | ||
"license": "MIT", | ||
"repo": "https://github.com/cassioscofield/cordova-ios-lightstatusbar", | ||
"keywords": [ | ||
"cordova", | ||
"ios", | ||
"UIStatusBarStyle", | ||
"ios9" | ||
], | ||
"platforms": [ | ||
"ios" | ||
], | ||
"engines": [], | ||
"englishdoc": "" | ||
} |
@@ -9,1 +9,4 @@ # cordova-ios-lightstatusbar | ||
<string>UIStatusBarStyleLightContent</string> | ||
<key>UIViewControllerBasedStatusBarAppearance</key> | ||
<false/> |
Sorry, the diff of this file is not supported yet
1789
12