forked from organicmaps/organicmaps
[ios] Fixed Facebook preview alert image url
This commit is contained in:
parent
7a084c6c9e
commit
fedd2e0a4c
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ static NSString * const kFacebookAlertNibName = @"MWMFacebookAlert";
|
|||
static NSString * const kFacebookAppName = @"https://fb.me/918866338157497";
|
||||
static NSString * const kFacebookURL = @"http://www.facebook.com/MapsWithMe";
|
||||
static NSString * const kFacebookScheme = @"fb://profile/111923085594432";
|
||||
static NSString * const kFacebookAlertPreviewImage = @"http://maps.me/images/fb-1.png";
|
||||
static NSString * const kFacebookAlertPreviewImage = @"http://ru3.mapswithme.com/fb-1.png";
|
||||
extern NSString * const kUDAlreadySharedKey;
|
||||
|
||||
@interface MWMFacebookAlert ()
|
||||
|
|
Loading…
Add table
Reference in a new issue