Skip to content

Commit e56bbde

Browse files
authored
Merge finalized release 19.0 (#17800)
2 parents 05369ba + 5174252 commit e56bbde

File tree

95 files changed

+511
-165
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+511
-165
lines changed

RELEASE-NOTES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
* [*] Block editor: Add missing translations of unsupported block editor modal [https://github.com/wordpress-mobile/gutenberg-mobile/pull/4410]
3131
* [**] Time zone suggester: we have a new time zone selection screen that suggests the time zone based on the device, and improves search. [#17699]
3232
* [*] Added the "Share WordPress with a friend" row back to the Me screen. [#17748]
33+
* [***] Updated default app icon. [#17793]
3334

3435
18.9
3536
-----

WordPress/Classes/Utility/AppIcon.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,6 @@ struct AppIcon {
9393
static let imageBaseName = "icon-app-60x60"
9494
}
9595

96-
static let defaultIconName = "Blue"
96+
static let defaultIconName = "Cool Blue"
9797
static let defaultLegacyIconName = "WordPress"
9898
}

WordPress/Info.plist

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,17 @@
4040
<key>WPRequiresBorder</key>
4141
<true/>
4242
</dict>
43+
<key>Blue</key>
44+
<dict>
45+
<key>CFBundleIconFiles</key>
46+
<array>
47+
<string>blue-icon-app-60x60</string>
48+
<string>blue-icon-app-76x76</string>
49+
<string>blue-icon-app-83.5x83.5</string>
50+
</array>
51+
<key>UIPrerenderedIcon</key>
52+
<true/>
53+
</dict>
4354
<key>Blue Classic</key>
4455
<dict>
4556
<key>CFBundleIconFiles</key>

0 commit comments

Comments
 (0)