Skip to content

Commit 39dfd6e

Browse files
author
Diogo Autilio
committed
Fix example black bar on iOS 7.1
1 parent 63c2ce8 commit 39dfd6e

2 files changed

Lines changed: 51 additions & 0 deletions

File tree

SCLAlertView.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,7 @@
391391
isa = XCBuildConfiguration;
392392
buildSettings = {
393393
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
394+
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
394395
INFOPLIST_FILE = "$(SRCROOT)/SCLAlertViewExample/Info.plist";
395396
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
396397
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -401,6 +402,7 @@
401402
isa = XCBuildConfiguration;
402403
buildSettings = {
403404
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
405+
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
404406
INFOPLIST_FILE = "$(SRCROOT)/SCLAlertViewExample/Info.plist";
405407
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
406408
PRODUCT_NAME = "$(TARGET_NAME)";
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
{
2+
"images" : [
3+
{
4+
"orientation" : "portrait",
5+
"idiom" : "ipad",
6+
"minimum-system-version" : "7.0",
7+
"extent" : "full-screen",
8+
"scale" : "2x"
9+
},
10+
{
11+
"orientation" : "landscape",
12+
"idiom" : "ipad",
13+
"minimum-system-version" : "7.0",
14+
"extent" : "full-screen",
15+
"scale" : "1x"
16+
},
17+
{
18+
"orientation" : "landscape",
19+
"idiom" : "ipad",
20+
"minimum-system-version" : "7.0",
21+
"extent" : "full-screen",
22+
"scale" : "2x"
23+
},
24+
{
25+
"orientation" : "portrait",
26+
"idiom" : "iphone",
27+
"minimum-system-version" : "7.0",
28+
"scale" : "2x"
29+
},
30+
{
31+
"orientation" : "portrait",
32+
"idiom" : "iphone",
33+
"minimum-system-version" : "7.0",
34+
"subtype" : "retina4",
35+
"scale" : "2x"
36+
},
37+
{
38+
"orientation" : "portrait",
39+
"idiom" : "ipad",
40+
"minimum-system-version" : "7.0",
41+
"extent" : "full-screen",
42+
"scale" : "1x"
43+
}
44+
],
45+
"info" : {
46+
"version" : 1,
47+
"author" : "xcode"
48+
}
49+
}

0 commit comments

Comments
 (0)