Browse Source

Moved Icons into Assets folder

Thomas Buck 8 years ago
parent
commit
da07424605

+ 6
- 0
CaseLights/Assets.xcassets/Contents.json View File

@@ -0,0 +1,6 @@
1
+{
2
+  "info" : {
3
+    "version" : 1,
4
+    "author" : "xcode"
5
+  }
6
+}

+ 23
- 0
CaseLights/Assets.xcassets/MenuIcon.imageset/Contents.json View File

@@ -0,0 +1,23 @@
1
+{
2
+  "images" : [
3
+    {
4
+      "idiom" : "universal",
5
+      "filename" : "icon_small.png",
6
+      "scale" : "1x"
7
+    },
8
+    {
9
+      "idiom" : "universal",
10
+      "filename" : "icon_small_2x.png",
11
+      "scale" : "2x"
12
+    },
13
+    {
14
+      "idiom" : "universal",
15
+      "filename" : "icon_big.png",
16
+      "scale" : "3x"
17
+    }
18
+  ],
19
+  "info" : {
20
+    "version" : 1,
21
+    "author" : "xcode"
22
+  }
23
+}

Icon/icon_big.png → CaseLights/Assets.xcassets/MenuIcon.imageset/icon_big.png View File


Icon/icon_small.png → CaseLights/Assets.xcassets/MenuIcon.imageset/icon_small.png View File


Icon/icon_small_2x.png → CaseLights/Assets.xcassets/MenuIcon.imageset/icon_small_2x.png View File


Loading…
Cancel
Save