Skip to content

Commit

Permalink
Version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
soffes committed Mar 16, 2014
1 parent 8be4d61 commit 7c3803b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Clock/Classes/SAMClockView.m
Expand Up @@ -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 {
Expand Down
4 changes: 2 additions & 2 deletions Clock/Resources/Clock-Info.plist
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>0.3.1</string>
<string>0.4.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>5</string>
<string>6</string>
<key>LSApplicationCategoryType</key>
<string></string>
<key>NSHumanReadableCopyright</key>
Expand Down
4 changes: 2 additions & 2 deletions Clock/Resources/SAMClockConfiguration.xib
Expand Up @@ -28,7 +28,7 @@
<autoresizingMask key="autoresizingMask"/>
<subviews>
<popUpButton verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="NFD-3L-sd7">
<rect key="frame" x="120" y="188" width="145" height="26"/>
<rect key="frame" x="120" y="189" width="151" height="26"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<popUpButtonCell key="cell" type="push" title="Light Face" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" selectedItem="fOk-Rv-Vkx" id="Jhk-ZJ-EGw">
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
Expand Down Expand Up @@ -112,7 +112,7 @@ DQ
</connections>
</button>
<popUpButton verticalHuggingPriority="750" fixedFrame="YES" tag="1" translatesAutoresizingMaskIntoConstraints="NO" id="OBY-IK-3JG">
<rect key="frame" x="120" y="162" width="145" height="26"/>
<rect key="frame" x="120" y="162" width="151" height="26"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<popUpButtonCell key="cell" type="push" title="Dark Background" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" tag="1" imageScaling="proportionallyDown" inset="2" selectedItem="f4b-67-6WC" id="H3Y-x2-MoN">
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
Expand Down

0 comments on commit 7c3803b

Please sign in to comment.