Skip to content

Commit e5a237a

Browse files
lufinkeylufinkey
lufinkey
authored and
lufinkey
committed
Fixed weird icon properties in Info.plist
Fixed weird icon properties in Info.plist
1 parent 44639ea commit e5a237a

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

Source/PreferencesView/GlobalPreferences.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ static String codeEditorFont = "Courier";
2020
static unsigned int codeEditorFontSize = 12;
2121
static bool syntaxHighlightingOn = true;
2222

23-
static double currentVersion = 1.0310;
23+
static double currentVersion = 1.0320;
2424
static String versionMessage = "If you enjoy using this app, feel free to donate!";
2525

2626
static ArrayList<String> installedApps;

iCode-Info.plist

+3-5
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,9 @@
1717
<key>CFBundleIconFiles</key>
1818
<array>
1919
<string>Icon.png</string>
20-
<string>Icon72.png</string>
21-
<string>Icon144.png</string>
22-
<string>Icon57.png</string>
23-
<string>Icon114.png</string>
2420
<string>[email protected]</string>
21+
<string>Icon-60.png</string>
22+
<string>[email protected]</string>
2523
<string>[email protected]</string>
2624
<string>Icon-72.png</string>
2725
</array>
@@ -38,7 +36,7 @@
3836
<key>CFBundlePackageType</key>
3937
<string>APPL</string>
4038
<key>CFBundleShortVersionString</key>
41-
<string>1.031</string>
39+
<string>1.032</string>
4240
<key>CFBundleSignature</key>
4341
<string>????</string>
4442
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)