forked from organicmaps/organicmaps
[ios] Replaced /im_get to /get
Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
parent
fc39d857c5
commit
0376e455d0
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue