Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquesCedric committed Mar 18, 2019
1 parent 37252fd commit e36af16
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<img src="img/icon-64.png" align="right" />

#WorldClock ![Swift 4.2](https://img.shields.io/badge/swift-4.2-brightgreen.svg) [![GPLv3 license](https://img.shields.io/badge/License-GPLv3-blue.svg)](http://perso.crans.org/besson/LICENSE.html)
# WorldClock ![Swift 4.2](https://img.shields.io/badge/swift-4.2-brightgreen.svg) [![GPLv3 license](https://img.shields.io/badge/License-GPLv3-blue.svg)](http://perso.crans.org/besson/LICENSE.html)
> MacOS world clock app.
A replacement for the existing MacOS clock menubar applet. Provides all the functions of the default system applet with the addition of customizable clock widgets for user-speicifed cities.

<img src="img/worldclockinapp.png" align="center">

#Installation
## Installation
Just grab the latest release from the releases tab, or build from source following the instrutions below.

#Building
## Building
Open the project in Xcode and build. No need to do anything else.

#Settings
## Settings
<img src="img/worldclockprefs.png" align="center">

- Cities: The list of cities to keep clocks of. Populates from `Foundation`'s `Timezone.knownTimezoneIdentifiers`
Expand All @@ -24,9 +24,9 @@ Open the project in Xcode and build. No need to do anything else.
- App Name: The name of the app
- Icon: A little clock icon

#License
## License
`WorldClock` is available under a GPLv3 license. See the LICENSE file for more details.

#Dependencies
## Dependencies
- [ComboColorWell](https://github.com/erne/ComboColorWell) - Fancy color picker, MIT licence
- [ACBTokenField](https://github.com/akhilcb/ACBTokenField) - Easier Token field, MIT license

0 comments on commit e36af16

Please sign in to comment.