Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reader: Add hardcoded wp.org logo #23851

Merged
merged 1 commit into from
Nov 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ extension SiteIconViewModel {
switch siteID {
case 3584907:
return Bundle.main.url(forResource: "wpcom-blog-icon", withExtension: "png")
case 14607090:
return Bundle.main.url(forResource: "wporg-blog-icon", withExtension: "png")
default:
return nil
}
Expand Down
Binary file added WordPress/Images/wporg-blog-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions WordPress/WordPress.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,8 @@
0CB4056E29C7BA63008EED0A /* BlogDashboardPersonalizationServiceTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0CB4056D29C7BA63008EED0A /* BlogDashboardPersonalizationServiceTests.swift */; };
0CB424F42ADF3CBE0080B807 /* PostSearchViewModelTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0CB424F32ADF3CBE0080B807 /* PostSearchViewModelTests.swift */; };
0CD382862A4B6FCF00612173 /* DashboardBlazeCardCellViewModelTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0CD382852A4B6FCE00612173 /* DashboardBlazeCardCellViewModelTest.swift */; };
0CD542C92CEFAE5F00666F44 /* wporg-blog-icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 0CD542C82CEFAE5F00666F44 /* wporg-blog-icon.png */; };
0CD542CA2CEFAE5F00666F44 /* wporg-blog-icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 0CD542C82CEFAE5F00666F44 /* wporg-blog-icon.png */; };
0CD6299B2B9AAA9A00325EA4 /* Foundation+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0CD6299A2B9AAA9A00325EA4 /* Foundation+Extensions.swift */; };
0CF7D6C32ABB753A006D1E89 /* MediaImageServiceTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0CF7D6C22ABB753A006D1E89 /* MediaImageServiceTests.swift */; };
0CFFFECB2C36F5760044709B /* XcodeTarget_WordPressAuthentificatorTests in Frameworks */ = {isa = PBXBuildFile; productRef = 0CFFFECA2C36F5760044709B /* XcodeTarget_WordPressAuthentificatorTests */; };
Expand Down Expand Up @@ -2046,6 +2048,7 @@
0CB4056D29C7BA63008EED0A /* BlogDashboardPersonalizationServiceTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BlogDashboardPersonalizationServiceTests.swift; sourceTree = "<group>"; };
0CB424F32ADF3CBE0080B807 /* PostSearchViewModelTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PostSearchViewModelTests.swift; sourceTree = "<group>"; };
0CD382852A4B6FCE00612173 /* DashboardBlazeCardCellViewModelTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DashboardBlazeCardCellViewModelTest.swift; sourceTree = "<group>"; };
0CD542C82CEFAE5F00666F44 /* wporg-blog-icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "wporg-blog-icon.png"; sourceTree = "<group>"; };
0CD6299A2B9AAA9A00325EA4 /* Foundation+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Foundation+Extensions.swift"; sourceTree = "<group>"; };
0CF7D6C22ABB753A006D1E89 /* MediaImageServiceTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MediaImageServiceTests.swift; sourceTree = "<group>"; };
131D0EE49695795ECEDAA446 /* Pods-WordPressTest.release-alpha.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-WordPressTest.release-alpha.xcconfig"; path = "../Pods/Target Support Files/Pods-WordPressTest/Pods-WordPressTest.release-alpha.xcconfig"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -4129,6 +4132,7 @@
isa = PBXGroup;
children = (
0C77A5AF2CDE5675005BC0DA /* wpcom-blog-icon.png */,
0CD542C82CEFAE5F00666F44 /* wporg-blog-icon.png */,
);
path = Images;
sourceTree = "<group>";
Expand Down Expand Up @@ -8529,6 +8533,7 @@
1761F18A26209AEE000815EF /* [email protected] in Resources */,
FE23EB4B26E7C91F005A1698 /* richCommentStyle.css in Resources */,
1761F18526209AEE000815EF /* [email protected] in Resources */,
0CD542CA2CEFAE5F00666F44 /* wporg-blog-icon.png in Resources */,
17222DB0261DDDF90047B163 /* [email protected] in Resources */,
17222D91261DDDF90047B163 /* [email protected] in Resources */,
17222DA0261DDDF90047B163 /* [email protected] in Resources */,
Expand Down Expand Up @@ -8911,6 +8916,7 @@
F41E4ECF28F23E00001880C6 /* [email protected] in Resources */,
F46597C728E668B900D5F49A /* [email protected] in Resources */,
F41E4ECE28F23E00001880C6 /* [email protected] in Resources */,
0CD542C92CEFAE5F00666F44 /* wporg-blog-icon.png in Resources */,
F465977B28E6598900D5F49A /* [email protected] in Resources */,
F46597BF28E6687800D5F49A /* [email protected] in Resources */,
F465980C28E66A5B00D5F49A /* [email protected] in Resources */,
Expand Down