forked from organicmaps/organicmaps
[ios] Promo date changed to 17 aug
This commit is contained in:
parent
daa3deb327
commit
ed86573348
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ typedef void (^CompletionHandler)(UIBackgroundFetchResult);
|
|||
NSDateComponents * components = [[NSDateComponents alloc] init];
|
||||
[components setYear:2014];
|
||||
[components setMonth:8];
|
||||
[components setDay:15];
|
||||
[components setDay:17];
|
||||
[components setHour:12];
|
||||
NSDate * date = [[NSCalendar currentCalendar] dateFromComponents:components];
|
||||
if ([date timeIntervalSinceNow] > 0)
|
||||
|
|
Loading…
Add table
Reference in a new issue