More rebranding including the team identifier, url scheme, and links on about screen

Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
Yannik Bloscheck
2025-06-12 22:20:56 +02:00
committed by Konstantin Pastbin
parent d4e1d53c40
commit 074d443f0f
126 changed files with 559 additions and 276 deletions

View File

@@ -7,7 +7,7 @@ enum SocialMedia {
case matrix
case fosstodon
case linkedin
case CoMapsEmail
case email
case codeberg
var link: String {
@@ -18,10 +18,10 @@ enum SocialMedia {
return "https://codeberg.org/comaps/comaps/"
case .linkedin:
return "https://www.linkedin.com/company/comaps-community/"
case .CoMapsEmail:
return "hello@comaps.app"
case .email:
return "ios@comaps.app"
case .matrix:
return "https://matrix.to/#/%23comaps:matrix.org"
return "https://matrix.to/#/#comaps:matrix.org"
case .fosstodon:
return "https://floss.social/@CoMaps"
case .facebook:
@@ -43,7 +43,7 @@ enum SocialMedia {
return UIImage(named: "ic_social_media_codeberg")!
case .linkedin:
return UIImage(named: "ic_social_media_linkedin")!
case .CoMapsEmail:
case .email:
return UIImage(named: "ic_social_media_mail")!
case .matrix:
return UIImage(named: "ic_social_media_matrix")!