Skip to content

Commit 832df09

Browse files
committed
Update repo references to sift-work-timer
1 parent 5721573 commit 832df09

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -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:
3434
2. Go to the **Browse** tab → tap **+** in the top right
3535
3. 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
```
3939
4. 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)
5454
2. Open the downloaded file — you may see a prompt saying **"Install unknown apps"**
5555
3. Tap **Settings** on that prompt → enable **Allow from this source** → go back and tap **Install**
5656
4. 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)
6565
2. Unzip the file — you'll get `Sift.app`
6666
3. Drag it to your **Applications** folder
6767
4. 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)
7676
2. Unzip the file to a folder of your choice (e.g. `C:\Program Files\Sift`)
7777
3. Run `Sift.exe` inside the unzipped folder
7878
4. 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
104104
To 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
109109
flutter pub get
110110
flutter run
111111
```

apps.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"subtitle": "Work session timer with notifications",
1010
"version": "1.0.3",
1111
"versionDate": "2026-03-22",
12-
"downloadURL": "https://github.com/utsapoddar/work-timer-altstore/releases/download/v1.0.3/Sift.ipa",
12+
"downloadURL": "https://github.com/utsapoddar/sift-work-timer/releases/download/v1.0.3/Sift.ipa",
1313
"localizedDescription": "A work session timer that helps you manage your work and break intervals with notifications.",
14-
"iconURL": "https://raw.githubusercontent.com/utsapoddar/work-timer-altstore/main/icon.png",
14+
"iconURL": "https://raw.githubusercontent.com/utsapoddar/sift-work-timer/main/icon.png",
1515
"tintColor": "F97316",
1616
"size": 9168057
1717
}

0 commit comments

Comments
 (0)