Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.24 KB

safari-install.md

File metadata and controls

45 lines (30 loc) · 1.24 KB

How to install for Safari

This is a too poor developer to pay $99 per year for distribution of an open-source and free browser extension in Apple App Store. So please install it manually, GG Safari.

0. Download this repository

git clone https://github.com/sheepzh/timer.git
cd timer

1. Install tools

Some tools are required to compile this project to an executable software for Safari.

2. Compile source code, install & run

There are several steps.

  1. Compile the source code programmed with TypeScript to js bundles.
# Install dependencies
npm install
# Compile
npm run build:safari

Then there will be one folder called Timer.

Also, you can download the archived file from the release page, and unzip it to gain this folder.

  1. Convert js bundles to Xcode project
[YOUR_PATH]/Xcode.app/Contents/Developer/usr/bin/safari-web-extension-converter ./Timer
  1. Run Xcode project and one extension app will installed on your macOS
  2. Enable this extension
  3. Finally, open your Safari