Skip to content

Commit

Permalink
Version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
soffes committed Feb 20, 2015
1 parent b5b3653 commit 338620c
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 5 deletions.
4 changes: 3 additions & 1 deletion Clock.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -413,11 +413,11 @@
CODE_SIGN_IDENTITY = "Developer ID Application";
COMBINE_HIDPI_IMAGES = YES;
DEFINES_MODULE = YES;
EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
INFOPLIST_FILE = "Clock/Resources/Clock-Info.plist";
INSTALL_PATH = "$(HOME)/Library/Screen Savers";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
WRAPPER_EXTENSION = saver;
};
name = Debug;
Expand All @@ -428,10 +428,12 @@
CODE_SIGN_IDENTITY = "Developer ID Application";
COMBINE_HIDPI_IMAGES = YES;
DEFINES_MODULE = YES;
EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
INFOPLIST_FILE = "Clock/Resources/Clock-Info.plist";
INSTALL_PATH = "$(HOME)/Library/Screen Savers";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OPTIMIZATION_LEVEL = "-O";
WRAPPER_EXTENSION = saver;
};
name = Release;
Expand Down
2 changes: 1 addition & 1 deletion Clock/Resources/Clock-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>0.4.4</string>
<string>0.5.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
28 changes: 25 additions & 3 deletions Readme.markdown
Original file line number Diff line number Diff line change
@@ -1,15 +1,37 @@
# Clock.saver

Just a little screensaver for Mac inspired by the [Braun BN0032](http://braun-clocks.com/watch/BN0032). You pick a light or dark style. Here’s a screenshot:
Just a little Mac screensaver inspired by the [Braun watches](http://braun-clocks.com/watches). You pick a model and style. Here’s a screenshot:

![Screenshot](http://soff.me/UOr3/clock-screenshot-0.3.0.png)


## Installation

[Download the latest release](https://github.com/soffes/clock-saver/releases). Unzip and double-click.
**[Download the latest release](https://github.com/soffes/clock-saver/releases).** Unzip and double-click.


## Watch Faces

The following models are implemented:

* [BN0021 Range](http://braun-clocks.com/watch/BN0021BKBKG)
* BN0021BKBKG: Black
* BN0021WHBRG: Brown
* [BN0032 Range](http://braun-clocks.com/watch/BN0032)
* BN0032WHBKG: White
* BN0032BKBKG: Black
* [BN0111 Sports Range](http://braun-clocks.com/watch/BN0111)
* BN0111WHBLG: Blue
* BN0111BKORG: Orange
* BN0111WHGYG: Grey
* BN0111BKBKG: Black
* BN0111BKLGYG: Light grey

Eventually, I'd love to have them all implemented. Here's my [progress](Coverage.markdown).


## Preferences

Don’t forget to check out “Screen Saver Options…” in System Preferences. You can change the style and show and hide all of the components to customize to your liking.
Don’t forget to check out “Screen Saver Options…” in System Preferences. You can change the model and style to your liking.

Enjoy.

0 comments on commit 338620c

Please sign in to comment.