Skip to content

Commit

Permalink
Create Mac port and add App Store badge
Browse files Browse the repository at this point in the history
  • Loading branch information
rickykresslein committed Mar 14, 2023
1 parent 004ef43 commit 7544fa3
Show file tree
Hide file tree
Showing 63 changed files with 5 additions and 58 deletions.
Empty file modified .github/FUNDING.yml
100755 → 100644
Empty file.
Empty file modified .gitignore
100755 → 100644
Empty file.
Empty file modified COPYING
100755 → 100644
Empty file.
Empty file modified Cargo.toml
100755 → 100644
Empty file.
Empty file modified LICENSE
100755 → 100644
Empty file.
5 changes: 5 additions & 0 deletions README.md
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ It allows you to track time spent on different activities without worrying about
* The easiest way to install Furtherance is from [Flathub](https://flathub.org/apps/details/com.lakoliu.Furtherance). Make sure you have Flatpak [setup](https://flatpak.org/setup/).
* Furtherance is also available on Arch in the AUR, btw ([stable](https://aur.archlinux.org/packages/furtherance) or [nightly](https://aur.archlinux.org/packages/furtherance-git))

**Mac**

<a href="https://apps.apple.com/app/furtherance/id1659277200"><img width='240' alt="Download on the Mac App Store" src="https://furtherance.app/images/app-store-dark.svg"/></a>
* Furtherance for Mac is availaible from the [Mac App Store](https://apps.apple.com/app/furtherance/id1659277200). It uses a different codebase (Swift & SwiftUI) to provide a native experience on Mac, and it is not open-source.

**Windows**

<a href="https://apps.microsoft.com/store/detail/furtherance/9NHG98S3VR3W"><img width='240' alt="Download from Microsoft Store" src="https://furtherance.app/images/microsoft-store-dark.svg"/></a>
Expand Down
Empty file modified build-aux/cargo.sh
100755 → 100644
Empty file.
Empty file modified build-aux/flatpak/com.lakoliu.Furtherance.Devel.json
100755 → 100644
Empty file.
58 changes: 0 additions & 58 deletions build-aux/flatpak/com.lakoliu.Furtherance.Devel.json~

This file was deleted.

Empty file modified com.lakoliu.Furtherance.json
100755 → 100644
Empty file.
Empty file modified data/com.lakoliu.Furtherance.appdata.xml.in
100755 → 100644
Empty file.
Empty file modified data/com.lakoliu.Furtherance.desktop.in
100755 → 100644
Empty file.
Empty file modified data/com.lakoliu.Furtherance.gschema.xml
100755 → 100644
Empty file.
Empty file modified data/icons/com.lakoliu.Furtherance.Source.svg
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified data/icons/hicolor/scalable/apps/com.lakoliu.Furtherance.svg
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified data/icons/meson.build
100755 → 100644
Empty file.
Empty file modified data/meson.build
100755 → 100644
Empty file.
Empty file modified data/screenshots/furtherance-screenshot-edit-task.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified data/screenshots/furtherance-screenshot-main.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified data/screenshots/furtherance-screenshot-settings.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified data/screenshots/furtherance-screenshot-task-details.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified meson.build
100755 → 100644
Empty file.
Empty file modified meson_options.txt
100755 → 100644
Empty file.
Empty file modified po/POTFILES
100755 → 100644
Empty file.
Empty file modified po/de.po
100755 → 100644
Empty file.
Empty file modified po/es.po
100755 → 100644
Empty file.
Empty file modified po/fr.po
100755 → 100644
Empty file.
Empty file modified po/he.po
100755 → 100644
Empty file.
Empty file modified po/it.po
100755 → 100644
Empty file.
Empty file modified po/meson.build
100755 → 100644
Empty file.
Empty file modified po/nb.po
100755 → 100644
Empty file.
Empty file modified po/nl.po
100755 → 100644
Empty file.
Empty file modified po/pt_BR.po
100755 → 100644
Empty file.
Empty file modified po/ru.po
100755 → 100644
Empty file.
Empty file modified po/sk.po
100755 → 100644
Empty file.
Empty file modified src/application.rs
100755 → 100644
Empty file.
Empty file modified src/config.rs.in
100755 → 100644
Empty file.
Empty file modified src/database.rs
100755 → 100644
Empty file.
Empty file modified src/furtherance.gresource.xml
100755 → 100644
Empty file.
Empty file modified src/gtk/dialogs.ui
100755 → 100644
Empty file.
Empty file modified src/gtk/history_box.ui
100755 → 100644
Empty file.
Empty file modified src/gtk/preferences_window.ui
100755 → 100644
Empty file.
Empty file modified src/gtk/report.ui
100755 → 100644
Empty file.
Empty file modified src/gtk/style.css
100755 → 100644
Empty file.
Empty file modified src/gtk/task_details.ui
100755 → 100644
Empty file.
Empty file modified src/gtk/task_row.ui
100755 → 100644
Empty file.
Empty file modified src/gtk/tasks_group.ui
100755 → 100644
Empty file.
Empty file modified src/gtk/tasks_page.ui
100755 → 100644
Empty file.
Empty file modified src/gtk/window.ui
100755 → 100644
Empty file.
Empty file modified src/main.rs
100755 → 100644
Empty file.
Empty file modified src/meson.build
100755 → 100644
Empty file.
Empty file modified src/settings_manager.rs
100755 → 100644
Empty file.
Empty file modified src/ui.rs
100755 → 100644
Empty file.
Empty file modified src/ui/history_box.rs
100755 → 100644
Empty file.
Empty file modified src/ui/preferences_window.rs
100755 → 100644
Empty file.
Empty file modified src/ui/report.rs
100755 → 100644
Empty file.
Empty file modified src/ui/task_details.rs
100755 → 100644
Empty file.
Empty file modified src/ui/task_row.rs
100755 → 100644
Empty file.
Empty file modified src/ui/tasks_group.rs
100755 → 100644
Empty file.
Empty file modified src/ui/tasks_page.rs
100755 → 100644
Empty file.
Empty file modified src/ui/window.rs
100755 → 100644
Empty file.

0 comments on commit 7544fa3

Please sign in to comment.