mirror of
https://github.com/NohamR/TrollDecrypt-tvOS.git
synced 2026-07-11 22:41:37 +00:00
1.1
Fix icons not showing up for some users app crashing on launch, app crashing when going to share files
This commit is contained in:
@@ -10,7 +10,10 @@
|
||||
<dict>
|
||||
<key>CFBundleIconFiles</key>
|
||||
<array>
|
||||
<string>AppIcon60x60</string>
|
||||
<string>AppIcon-29</string>
|
||||
<string>AppIcon-40</string>
|
||||
<string>AppIcon-57</string>
|
||||
<string>AppIcon-60</string>
|
||||
</array>
|
||||
<key>UIPrerenderedIcon</key>
|
||||
<true/>
|
||||
@@ -22,8 +25,13 @@
|
||||
<dict>
|
||||
<key>CFBundleIconFiles</key>
|
||||
<array>
|
||||
<string>AppIcon60x60</string>
|
||||
<string>AppIcon76x76~ipad</string>
|
||||
<string>AppIcon-29</string>
|
||||
<string>AppIcon-40</string>
|
||||
<string>AppIcon-57</string>
|
||||
<string>AppIcon-60</string>
|
||||
<string>AppIcon-50</string>
|
||||
<string>AppIcon-72</string>
|
||||
<string>AppIcon-76</string>
|
||||
</array>
|
||||
<key>UIPrerenderedIcon</key>
|
||||
<true/>
|
||||
@@ -42,7 +50,7 @@
|
||||
<string>iPhoneOS</string>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.0</string>
|
||||
<string>1.1</string>
|
||||
<key>LSRequiresIPhoneOS</key>
|
||||
<true/>
|
||||
<key>UIDeviceFamily</key>
|
||||
|
||||
Reference in New Issue
Block a user