mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-06 12:34:24 +00:00
Rebranded the app for iOS
This commit is contained in:
committed by
Konstantin Pastbin
parent
51b669cfd1
commit
d4e1d53c40
@@ -23,7 +23,7 @@ final class MailComposer: NSObject {
|
||||
|
||||
func body() -> String {
|
||||
let appInfo = AppInfo.shared()
|
||||
return String(format: "\n\n\n\n- %@ (%@)\n- Organic Maps %@-%@\n- %@-%@\n- %@\n",
|
||||
return String(format: "\n\n\n\n- %@ (%@)\n- CoMaps %@-%@\n- %@-%@\n- %@\n",
|
||||
appInfo.deviceModel, UIDevice.current.systemVersion,
|
||||
appInfo.bundleVersion, appInfo.buildNumber,
|
||||
Locale.current.languageCode ?? "",
|
||||
@@ -35,7 +35,7 @@ final class MailComposer: NSObject {
|
||||
UIApplication.shared.hideLoadingOverlay {
|
||||
sendEmailWith(subject: subject(),
|
||||
body: body(),
|
||||
toRecipients: [SocialMedia.organicMapsEmail.link],
|
||||
toRecipients: [SocialMedia.CoMapsEmail.link],
|
||||
attachmentFileURL: logFileURL)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user