Skip to content

Commit 8af8f2b

Browse files
authored
Moved icon images to xcassets archive, removed launch images as we now use a xib file (ios 8+) , versioned for relase (#120)
Signed-off-by: Dan Cunningham <dan@digitaldan.com>
1 parent e0120bb commit 8af8f2b

22 files changed

Lines changed: 64 additions & 211 deletions

MainLaunchScreen.xib

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="11762" systemVersion="16C67" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES">
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="12120" systemVersion="16E195" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES">
33
<device id="retina4_0" orientation="portrait">
44
<adaptation id="fullscreen"/>
55
</device>
66
<dependencies>
7-
<deployment version="1792" identifier="iOS"/>
8-
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11757"/>
7+
<deployment version="2048" identifier="iOS"/>
8+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12088"/>
99
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
1010
</dependencies>
1111
<objects>

openHAB.xcodeproj/project.pbxproj

Lines changed: 32 additions & 84 deletions
Large diffs are not rendered by default.

openHAB/Default-568h@2x.png

-348 KB
Binary file not shown.
-830 KB
Binary file not shown.

openHAB/Default-Landscape~ipad.png

-347 KB
Binary file not shown.
-820 KB
Binary file not shown.

openHAB/Default-Portrait~ipad.png

-351 KB
Binary file not shown.

openHAB/Default.png

-110 KB
Binary file not shown.

openHAB/Default@2x.png

-300 KB
Binary file not shown.

openHAB/Images.xcassets/AppIcon.appiconset/Contents.json

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@
1111
"scale" : "3x"
1212
},
1313
{
14-
"idiom" : "iphone",
1514
"size" : "29x29",
15+
"idiom" : "iphone",
16+
"filename" : "icon-58x58.png",
1617
"scale" : "2x"
1718
},
1819
{
@@ -21,8 +22,9 @@
2122
"scale" : "3x"
2223
},
2324
{
24-
"idiom" : "iphone",
2525
"size" : "40x40",
26+
"idiom" : "iphone",
27+
"filename" : "icon-80x80.png",
2628
"scale" : "2x"
2729
},
2830
{
@@ -31,8 +33,9 @@
3133
"scale" : "3x"
3234
},
3335
{
34-
"idiom" : "iphone",
3536
"size" : "60x60",
37+
"idiom" : "iphone",
38+
"filename" : "icon-120x120.png",
3639
"scale" : "2x"
3740
},
3841
{
@@ -51,38 +54,45 @@
5154
"scale" : "2x"
5255
},
5356
{
54-
"idiom" : "ipad",
5557
"size" : "29x29",
58+
"idiom" : "ipad",
59+
"filename" : "icon-29x29.png",
5660
"scale" : "1x"
5761
},
5862
{
59-
"idiom" : "ipad",
6063
"size" : "29x29",
64+
"idiom" : "ipad",
65+
"filename" : "icon-58x58.png",
6166
"scale" : "2x"
6267
},
6368
{
64-
"idiom" : "ipad",
6569
"size" : "40x40",
70+
"idiom" : "ipad",
71+
"filename" : "icon-40x40.png",
6672
"scale" : "1x"
6773
},
6874
{
69-
"idiom" : "ipad",
7075
"size" : "40x40",
76+
"idiom" : "ipad",
77+
"filename" : "icon-80x80.png",
7178
"scale" : "2x"
7279
},
7380
{
74-
"idiom" : "ipad",
7581
"size" : "76x76",
82+
"idiom" : "ipad",
83+
"filename" : "icon-76x76.png",
7684
"scale" : "1x"
7785
},
7886
{
79-
"idiom" : "ipad",
8087
"size" : "76x76",
88+
"idiom" : "ipad",
89+
"filename" : "icon-152x152.png",
8190
"scale" : "2x"
8291
},
8392
{
84-
"idiom" : "ipad",
8593
"size" : "83.5x83.5",
94+
"idiom" : "ipad",
95+
"filename" : "icon-167x167.png",
8696
"scale" : "2x"
8797
}
8898
],

0 commit comments

Comments
 (0)