Browse Source

Adding new common strings.

v1.2.4
Abhishek Banthia 8 years ago
parent
commit
fafc50353d
  1. 2
      Clocker/Utilities/CommonStrings.h
  2. 2
      Clocker/Utilities/CommonStrings.m

2
Clocker/Utilities/CommonStrings.h

@ -31,5 +31,7 @@ extern NSString *const CLStartAtLogin;
extern NSString *const CLShowAppInForeground;
extern NSString *const CLSunriseSunsetTime;
extern NSString *const CLLocationSearchURL;
extern NSString *const CLShowSecondsInMenubar;
extern NSString *const CLUserFontSizePreference;
@end

2
Clocker/Utilities/CommonStrings.m

@ -29,5 +29,7 @@ NSString *const CLStartAtLogin = @"startAtLogin";
NSString *const CLShowAppInForeground = @"displayAppAsForegroundApp";
NSString *const CLSunriseSunsetTime = @"showSunriseSetTime";
NSString *const CLLocationSearchURL = @"https://maps.googleapis.com/maps/api/geocode/json?address=%@&key=AIzaSyCyf2knCi6KiKuDJLYDBD3Odq5dt4c-_KI&language=%@";
NSString *const CLShowSecondsInMenubar = @"showSeconds";
NSString *const CLUserFontSizePreference = @"userFontSize";
@end

Loading…
Cancel
Save