Skip to content

Commit

Permalink
Status bar light
Browse files Browse the repository at this point in the history
  • Loading branch information
runmad committed Dec 15, 2015
1 parent 9639e88 commit 5230036
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 23 deletions.
6 changes: 6 additions & 0 deletions RMSwipeTableViewCellDemo/Assets.xcassets/Contents.json
@@ -0,0 +1,6 @@
{
"info" : {
"version" : 1,
"author" : "xcode"
}
}

This file was deleted.

Expand Up @@ -271,10 +271,11 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "RMSwipeTableViewCellDemo/RMSwipeTableViewCellDemo-Prefix.pch";
INFOPLIST_FILE = "$(SRCROOT)/RMSwipeTableViewCellDemo/RMSwipeTableViewCellDemo-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
PRODUCT_BUNDLE_IDENTIFIER = "com.theappboutique.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = RMSwipeTableViewCellDemo;
WRAPPER_EXTENSION = app;
Expand All @@ -286,10 +287,11 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "RMSwipeTableViewCellDemo/RMSwipeTableViewCellDemo-Prefix.pch";
INFOPLIST_FILE = "$(SRCROOT)/RMSwipeTableViewCellDemo/RMSwipeTableViewCellDemo-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
PRODUCT_BUNDLE_IDENTIFIER = "com.theappboutique.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = RMSwipeTableViewCellDemo;
WRAPPER_EXTENSION = app;
Expand Down
Expand Up @@ -30,6 +30,8 @@
<array>
<string>armv7</string>
</array>
<key>UIStatusBarHidden</key>
<false/>
<key>UIStatusBarStyle</key>
<string>UIStatusBarStyleLightContent</string>
<key>UISupportedInterfaceOrientations</key>
Expand All @@ -38,5 +40,7 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
</dict>
</plist>

0 comments on commit 5230036

Please sign in to comment.