forked from organicmaps/organicmaps
[ios] Minor warning fix.
This commit is contained in:
parent
370948b47f
commit
7848fee647
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ static NSString * const kHaveAppleWatch = @"HaveAppleWatch";
|
|||
|
||||
static CGFloat const kDefaultAnimationDuration = .2;
|
||||
|
||||
static inline NSString * const kApplicationGroupIdentifier()
|
||||
static inline NSString * kApplicationGroupIdentifier()
|
||||
{
|
||||
static NSString * const productionGroupIdentifier = @"group.mapsme.watchkit.production";
|
||||
static NSString * const developerGroupIdentifier = @"group.mapsme.watchkit";
|
||||
|
|
Loading…
Add table
Reference in a new issue