Skip to content

Commit 6d1ac5e

Browse files
authored
Merge pull request #2227 from StoDevX/fix-ipad-alternate-icons
Fix iPad alternate icons
2 parents 2e31474 + 808792a commit 6d1ac5e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

ios/AllAboutOlaf/Info.plist

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,21 @@
2525
</dict>
2626
</dict>
2727
</dict>
28+
<key>CFBundleIcons~ipad</key>
29+
<dict>
30+
<key>CFBundleAlternateIcons</key>
31+
<dict>
32+
<key>icon_type_windmill</key>
33+
<dict>
34+
<key>CFBundleIconFiles</key>
35+
<array>
36+
<string>windmill</string>
37+
</array>
38+
<key>UIPrerenderedIcon</key>
39+
<true/>
40+
</dict>
41+
</dict>
42+
</dict>
2843
<key>CFBundleIdentifier</key>
2944
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
3045
<key>CFBundleInfoDictionaryVersion</key>

0 commit comments

Comments
 (0)