You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+28-27Lines changed: 28 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,27 +41,28 @@ Next, you have to declare the icons that you will use in your by adding the foll
41
41
42
42
```xml
43
43
<ios>
44
-
<key>CFBundleIcons</key>
45
-
<dict>
46
-
<key>CFBundleAlternateIcons</key>
47
-
<dict>
48
-
<key>alloyIcon</key>
49
-
<dict>
50
-
<key>CFBundleIconFiles</key>
51
-
<array>
52
-
<string>alloy</string>
53
-
</array>
54
-
</dict>
55
-
</dict>
56
-
<key>CFBundlePrimaryIcon</key>
57
-
<dict>
58
-
<key>CFBundleIconFiles</key>
59
-
<array>
60
-
<string>AppIcon</string>
61
-
</array>
62
-
</dict>
63
-
</dict>
64
-
</dict>
44
+
<dict>
45
+
<key>CFBundleIcons</key>
46
+
<dict>
47
+
<key>CFBundleAlternateIcons</key>
48
+
<dict>
49
+
<key>alloyIcon</key>
50
+
<dict>
51
+
<key>CFBundleIconFiles</key>
52
+
<array>
53
+
<string>alloy</string>
54
+
</array>
55
+
</dict>
56
+
</dict>
57
+
<key>CFBundlePrimaryIcon</key>
58
+
<dict>
59
+
<key>CFBundleIconFiles</key>
60
+
<array>
61
+
<string>AppIcon</string>
62
+
</array>
63
+
</dict>
64
+
</dict>
65
+
</dict>
65
66
</ios>
66
67
```
67
68
@@ -87,11 +88,11 @@ if (AlternateIcons.isSupported()) {
87
88
```
88
89
#### Methods
89
90
90
-
-[x]`isSupported`
91
-
-[x]`supportsAlternateIcons`
92
-
-[x]`alternateIconName`
93
-
-[x]`setAlternateIconName`
94
-
-[x]`setDefaultIconName`
91
+
-[x]`isSupported`
92
+
-[x]`supportsAlternateIcons`
93
+
-[x]`alternateIconName`
94
+
-[x]`setAlternateIconName`
95
+
-[x]`setDefaultIconName`
95
96
96
97
### Author
97
98
@@ -107,4 +108,4 @@ Code contributions are greatly appreciated, please submit a new [pull request](h
107
108
108
109
### Special Thanks
109
110
110
-
To [Hans Knoechel](https://github.com/hansemannn) because this module was created using [titanium-review-dialog](https://github.com/hansemannn/titanium-review-dialog) as a reference
111
+
To [Hans Knoechel](https://github.com/hansemannn) because this module was created using [titanium-review-dialog](https://github.com/hansemannn/titanium-review-dialog) as a reference.
0 commit comments