Skip to content

Commit

Permalink
Fixed icon not rendered on iOS <= 14
Browse files Browse the repository at this point in the history
  • Loading branch information
PoomSmart committed Jan 21, 2024
1 parent 2f9eedd commit 2581906
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<array>
<string>AppIcon60x60</string>
</array>
<key>CFBundleIconName</key>
<string>AppIcon</string>
<key>UIPrerenderedIcon</key>
<true/>
</dict>
</dict>
<key>CFBundleIcons~ipad</key>
Expand All @@ -27,8 +27,8 @@
<string>AppIcon60x60</string>
<string>AppIcon76x76</string>
</array>
<key>CFBundleIconName</key>
<string>AppIcon</string>
<key>UIPrerenderedIcon</key>
<true/>
</dict>
</dict>
<key>CFBundleIdentifier</key>
Expand All @@ -44,9 +44,9 @@
<string>iPhoneOS</string>
</array>
<key>CFBundleShortVersionString</key>
<string>1.2.0</string>
<string>1.2.1</string>
<key>CFBundleVersion</key>
<string>1.2.0</string>
<string>1.2.1</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>MinimumOSVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion control
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: com.ps.trollleds
Name: TrollLEDs
Version: 1.2.0
Version: 1.2.1
Depends: firmware (>= 11.0), gsc.camera-flash
Architecture: iphoneos-arm
Description: Control flashlight LEDs with eases.
Expand Down

0 comments on commit 2581906

Please sign in to comment.