Skip to content

Commit

Permalink
Added SF Rounded font
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamik423 committed Mar 3, 2022
1 parent a4395c0 commit 98ef88d
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Padbury Clock Revived.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@
"@loader_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 1.1.3;
MARKETING_VERSION = 1.1.4;
PRODUCT_BUNDLE_IDENTIFIER = "com.hans.Padbury-Clock-Revived";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -315,7 +315,7 @@
"@loader_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 1.1.3;
MARKETING_VERSION = 1.1.4;
PRODUCT_BUNDLE_IDENTIFIER = "com.hans.Padbury-Clock-Revived";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion Padbury Clock Revived/ConfigureSheet.xib
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<rect key="contentRect" x="708" y="509" width="474" height="354"/>
<rect key="screenRect" x="0.0" y="0.0" width="1920" height="1175"/>
<view key="contentView" wantsLayer="YES" id="EiT-Mj-1SZ">
<rect key="frame" x="0.0" y="0.0" width="474" height="354"/>
<rect key="frame" x="0.0" y="0.0" width="474" height="343"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<gridView xPlacement="leading" yPlacement="fill" rowAlignment="firstBaseline" rowSpacing="16" translatesAutoresizingMaskIntoConstraints="NO" id="gJC-Fu-Ran">
Expand Down
5 changes: 5 additions & 0 deletions Padbury Clock Revived/Preferences.swift
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ enum SupportedFont: String, CaseIterable {
// Enum of the supported fonts
case sanFrancisco
case sanFranciscoMono
case sanFranciscoRounded
case newYork
case neueHelvetica

Expand All @@ -168,6 +169,8 @@ enum SupportedFont: String, CaseIterable {
return "San Francisco (System Font)"
case .sanFranciscoMono:
return "San Francisco Mono"
case .sanFranciscoRounded:
return "San Francisco Rounded"
case .newYork:
return "New York"
case .neueHelvetica:
Expand All @@ -182,6 +185,8 @@ enum SupportedFont: String, CaseIterable {
return ".AppleSystemUIFont"
case .sanFranciscoMono:
return ".AppleSystemUIFontMonospaced"
case .sanFranciscoRounded:
return ".AppleSystemUIFontRounded"
case .newYork:
return ".AppleSystemUIFontSerif"
case .neueHelvetica:
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ At that point I decided to recreate it.
This new version retains most of the settings from the original (I honestly don't get what the alternate theme was supposed to do) and adds a new font family and font weight selection system.
The original screensaver used Neue Helvetica Ultra Light.
With the new version you will also be able to select San Francisco, Apple's new system font as the font used.
Additionally SF Mono, SF Rounded and New York are available.
The night time mode from the original is also supported.

<img src="screenshots/screenshot-1.png" width=32%> <img src="screenshots/screenshot-2.png" width=32%> <img src="screenshots/screenshot-3.png" width=32%>
Expand All @@ -25,6 +26,10 @@ Download [the latest version](https://github.com/Kamik423/Padbury-Clock-Revived/

## Changelog

### 1.1.4 (2022-03-03)

* Added SF Rounded Font

### 1.1.3 (2022-02-22)

* Added support for dynamic system appearance
Expand Down
Binary file modified screenshots/screenshot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 98ef88d

Please sign in to comment.