This commit is contained in:
Kiryl Kaveryn 2026-06-15 22:44:10 +04:00 committed by GitHub
commit d48ac5b2bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View file

@ -1590,6 +1590,7 @@ plist_fragment(
<string>yandextaxi</string>
<string>yangoride</string>
<string>comgooglemaps</string>
<string>om</string>
<string>youtube</string>
<string>twitter</string>
<string>vk</string>

View file

@ -254,7 +254,11 @@ private func allOpenInOptions(context: AccountContext, item: OpenInItem) -> [Ope
return .openUrl(url: "yandexmaps://maps.yandex.ru/?pt=\(lon),\(lat)&z=16")
}
}))
options.append(OpenInOption(identifier: "organicMaps", application: .other(title: "Organic Maps", identifier: 1567437057, scheme: "om", store: nil), action: {
return .openUrl(url: "om://map?v=1&ll=\(lat),\(lon)")
}))
options.append(OpenInOption(identifier: "uber", application: .other(title: "Uber", identifier: 368677368, scheme: "uber", store: nil), action: {
let dropoffName: String
let dropoffAddress: String