From cc9d8ffa218c3a2bc107116fdc8eadd12a287ee4 Mon Sep 17 00:00:00 2001 From: gershik <31369902+gershik@users.noreply.github.com> Date: Sat, 14 Nov 2020 23:39:28 +0300 Subject: [PATCH 1/2] Add BetterTouchTool --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fd6d30b..3499c28 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,7 @@ Any comments, suggestions? [Let us know!](https://github.com/ThatGuySam/doesitar * [1Password](https://1password.com/) - ✳️ Runs via Rosetta with native support currently in development. - [Forum Discussion](https://1password.community/discussion/114181/will-1password-run-on-apple-silicon-based-mac) * [Alfred](https://www.alfredapp.com/universal/) - ✅ Yes, fully supported - [Official Announcement](https://www.alfredapp.com/blog/announcements/alfred-ready-for-apple-m1-chip/) +* [BetterTouchTool](https://folivora.ai/) - ✅ Yes, fully supported as of v3.502- [Issue Tracker](https://community.folivora.ai/) * [Chrome](https://www.google.com/chrome/) - ⏹ No, not yet but reportedly Chrome beta is working. - [Apple Forums Issue](https://developer.apple.com/forums/thread/657657) [Google Forums Issue](https://support.google.com/chrome/thread/64355557?hl=en) * [Coloban](https://www.coloban.com) - ⏹ Not yet, but it's currently in development. - [Coloban Forum Issue](https://forum.coloban.com/index.php?u=/topic/21/new-arm-based-apple-computers) * [Firefox](https://www.mozilla.org/en-US/firefox/new/) - ⏹ Not yet, but it's currently in development. - [Bugzilla Tracker](https://bugzilla.mozilla.org/show_bug.cgi?id=1648496) From c875a6561a76448a39ce65e42a93e7a36ba2dff0 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Sat, 14 Nov 2020 17:07:08 -0600 Subject: [PATCH 2/2] Fix missing space for line parsing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3499c28..b7f2f30 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ Any comments, suggestions? [Let us know!](https://github.com/ThatGuySam/doesitar * [1Password](https://1password.com/) - ✳️ Runs via Rosetta with native support currently in development. - [Forum Discussion](https://1password.community/discussion/114181/will-1password-run-on-apple-silicon-based-mac) * [Alfred](https://www.alfredapp.com/universal/) - ✅ Yes, fully supported - [Official Announcement](https://www.alfredapp.com/blog/announcements/alfred-ready-for-apple-m1-chip/) -* [BetterTouchTool](https://folivora.ai/) - ✅ Yes, fully supported as of v3.502- [Issue Tracker](https://community.folivora.ai/) +* [BetterTouchTool](https://folivora.ai/) - ✅ Yes, fully supported as of v3.502 - [Issue Tracker](https://community.folivora.ai/) * [Chrome](https://www.google.com/chrome/) - ⏹ No, not yet but reportedly Chrome beta is working. - [Apple Forums Issue](https://developer.apple.com/forums/thread/657657) [Google Forums Issue](https://support.google.com/chrome/thread/64355557?hl=en) * [Coloban](https://www.coloban.com) - ⏹ Not yet, but it's currently in development. - [Coloban Forum Issue](https://forum.coloban.com/index.php?u=/topic/21/new-arm-based-apple-computers) * [Firefox](https://www.mozilla.org/en-US/firefox/new/) - ⏹ Not yet, but it's currently in development. - [Bugzilla Tracker](https://bugzilla.mozilla.org/show_bug.cgi?id=1648496)