File tree Expand file tree Collapse file tree
SCLAlertViewExample/Images.xcassets/LaunchImage.launchimage Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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)";
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)";
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments