From 7c3803b8d409349b428b52b74ed7a21cec9e705d Mon Sep 17 00:00:00 2001 From: Sam Soffes Date: Sun, 16 Mar 2014 06:54:37 -0700 Subject: [PATCH] Version 0.4.0 --- Clock/Classes/SAMClockView.m | 2 +- Clock/Resources/Clock-Info.plist | 4 ++-- Clock/Resources/SAMClockConfiguration.xib | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Clock/Classes/SAMClockView.m b/Clock/Classes/SAMClockView.m index 6b3804f..98edf63 100644 --- a/Clock/Classes/SAMClockView.m +++ b/Clock/Classes/SAMClockView.m @@ -310,7 +310,7 @@ - (void)configurationDidChange:(NSNotification *)notification { self.logoImage = [NSImage imageNamed:self.faceStyle == SAMClockStyleLight ? @"braun-dark" : @"braun-light"]; #else NSBundle *bundle = [NSBundle bundleWithIdentifier:SAMClockDefaultsModuleName]; - NSString *path = [bundle pathForResource:self.faceStyle == SAMClockFaceStyleLight ? @"braun-dark" : @"braun-light" ofType:@"pdf"]; + NSString *path = [bundle pathForResource:self.faceStyle == SAMClockStyleLight ? @"braun-dark" : @"braun-light" ofType:@"pdf"]; self.logoImage = [[NSImage alloc] initWithContentsOfFile:path]; #endif } else { diff --git a/Clock/Resources/Clock-Info.plist b/Clock/Resources/Clock-Info.plist index 8118c93..cc475fd 100644 --- a/Clock/Resources/Clock-Info.plist +++ b/Clock/Resources/Clock-Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 0.3.1 + 0.4.0 CFBundleSignature ???? CFBundleVersion - 5 + 6 LSApplicationCategoryType NSHumanReadableCopyright diff --git a/Clock/Resources/SAMClockConfiguration.xib b/Clock/Resources/SAMClockConfiguration.xib index e0b6c4d..d337c48 100644 --- a/Clock/Resources/SAMClockConfiguration.xib +++ b/Clock/Resources/SAMClockConfiguration.xib @@ -28,7 +28,7 @@ - + @@ -112,7 +112,7 @@ DQ - +