[ios] Replaced /im_get to /get

Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
Alexander Borsuk 2021-06-15 19:40:32 +02:00 committed by Viktor Govako
parent fc39d857c5
commit 0376e455d0

View file

@ -23,11 +23,11 @@
return [NSURL URLWithString:url];
}
NSString * mapsmeURL = @"http://omaps.app/im_get";
NSString * omapsURL = @"https://omaps.app/get";
if ([activityType isEqualToString:UIActivityTypePostToTwitter] || [activityType isEqualToString:UIActivityTypeMail])
return [NSString stringWithFormat:@"%@ %@", L(@"whatsnew_editor_message_1"), mapsmeURL];
return [NSString stringWithFormat:@"%@ %@", L(@"whatsnew_editor_message_1"), omapsURL];
return [NSString stringWithFormat:@"%@.\n%@\n%@", L(@"editor_sharing_title"), L(@"whatsnew_editor_message_1"), mapsmeURL];
return [NSString stringWithFormat:@"%@.\n%@\n%@", L(@"editor_sharing_title"), L(@"whatsnew_editor_message_1"), omapsURL];
}
- (NSString *)activityViewController:(UIActivityViewController *)activityViewController