@@ -6,10 +6,10 @@ A work session timer for iOS, Android, macOS, and Windows. Set your work hours,
66
77| Platform | Download |
88| ---| ---|
9- | iOS (.ipa) | [ Download Sift.ipa] ( https://github.com/utsapoddar/work-timer-altstore /releases/latest/download/Sift.ipa ) |
10- | Android (.apk) | [ Download Sift.apk] ( https://github.com/utsapoddar/work-timer-altstore /releases/latest/download/Sift.apk ) |
11- | macOS | [ Download Sift-macOS.zip] ( https://github.com/utsapoddar/work-timer-altstore /releases/latest/download/Sift-macOS.zip ) |
12- | Windows | [ Download Sift-Windows.zip] ( https://github.com/utsapoddar/work-timer-altstore /releases/latest/download/Sift-Windows.zip ) |
9+ | iOS (.ipa) | [ Download Sift.ipa] ( https://github.com/utsapoddar/sift- work-timer/releases/latest/download/Sift.ipa ) |
10+ | Android (.apk) | [ Download Sift.apk] ( https://github.com/utsapoddar/sift- work-timer/releases/latest/download/Sift.apk ) |
11+ | macOS | [ Download Sift-macOS.zip] ( https://github.com/utsapoddar/sift- work-timer/releases/latest/download/Sift-macOS.zip ) |
12+ | Windows | [ Download Sift-Windows.zip] ( https://github.com/utsapoddar/sift- work-timer/releases/latest/download/Sift-Windows.zip ) |
1313
1414---
1515
@@ -34,7 +34,7 @@ In short:
34342 . Go to the ** Browse** tab → tap ** +** in the top right
35353 . Paste this URL:
3636 ```
37- https://raw.githubusercontent.com/utsapoddar/work-timer-altstore /main/apps.json
37+ https://raw.githubusercontent.com/utsapoddar/sift- work-timer/main/apps.json
3838 ```
39394 . Tap ** Sift → Free** to install
4040
@@ -50,7 +50,7 @@ AltStore re-signs the app every 7 days using a free Apple ID. To enable backgrou
5050
5151## Android Installation
5252
53- 1 . On your Android phone, download ` Sift.apk ` from the [ latest release] ( https://github.com/utsapoddar/work-timer-altstore /releases/latest )
53+ 1 . On your Android phone, download ` Sift.apk ` from the [ latest release] ( https://github.com/utsapoddar/sift- work-timer/releases/latest )
54542 . Open the downloaded file — you may see a prompt saying ** "Install unknown apps"**
55553 . Tap ** Settings** on that prompt → enable ** Allow from this source** → go back and tap ** Install**
56564 . Once installed, open ** Sift** from your app drawer
@@ -61,7 +61,7 @@ AltStore re-signs the app every 7 days using a free Apple ID. To enable backgrou
6161
6262## macOS Installation
6363
64- 1 . Download ` Sift-macOS.zip ` from the [ latest release] ( https://github.com/utsapoddar/work-timer-altstore /releases/latest )
64+ 1 . Download ` Sift-macOS.zip ` from the [ latest release] ( https://github.com/utsapoddar/sift- work-timer/releases/latest )
65652 . Unzip the file — you'll get ` Sift.app `
66663 . Drag it to your ** Applications** folder
67674 . On first launch, macOS may say the app can't be opened because it's from an unidentified developer
@@ -72,7 +72,7 @@ AltStore re-signs the app every 7 days using a free Apple ID. To enable backgrou
7272
7373## Windows Installation
7474
75- 1 . Download ` Sift-Windows.zip ` from the [ latest release] ( https://github.com/utsapoddar/work-timer-altstore /releases/latest )
75+ 1 . Download ` Sift-Windows.zip ` from the [ latest release] ( https://github.com/utsapoddar/sift- work-timer/releases/latest )
76762 . Unzip the file to a folder of your choice (e.g. ` C:\Program Files\Sift ` )
77773 . Run ` Sift.exe ` inside the unzipped folder
78784 . Windows may show a SmartScreen warning — click ** More info → Run anyway**
@@ -104,8 +104,8 @@ This repo contains both the app source code and the AltStore distribution source
104104To build from source:
105105
106106``` bash
107- git clone https://github.com/utsapoddar/work-timer-altstore .git
108- cd work-timer-altstore /work_timer
107+ git clone https://github.com/utsapoddar/sift- work-timer.git
108+ cd sift- work-timer/work_timer
109109flutter pub get
110110flutter run
111111```
0 commit comments