Merge branch 'master' into develop

This commit is contained in:
Sam Carlton 2020-11-28 13:05:19 -06:00
commit 64e681b4a3
3 changed files with 6 additions and 3 deletions

View file

@ -34,7 +34,7 @@ You can check the different statused here: https://github.com/ThatGuySam/doesita
{Add any other context or screenshots about the app request here.} {Add any other context or screenshots about the app request here.}
**Full Screenshot with the App and Activity Monitor(if self reporting)** **Full Screenshot with the App and Activity Monitor(if self reporting) or [Silicon Info](https://github.com/billycastelli/Silicon-Info)**
{As screenshot with Activity Monitor open showing the App's architecture type} {As screenshot with Activity Monitor open showing the App's architecture type}

View file

@ -33,7 +33,7 @@ Any comments, suggestions? [Let us know!](https://github.com/ThatGuySam/doesitar
* [Cyberduck](https://cyberduck.io/download/) - ✳️ Yes, works via Rosetta 2 with native build in development - [Source](https://github.com/ThatGuySam/doesitarm/issues/333) * [Cyberduck](https://cyberduck.io/download/) - ✳️ Yes, works via Rosetta 2 with native build in development - [Source](https://github.com/ThatGuySam/doesitarm/issues/333)
* [DBeaver](https://dbeaver.io/) - 🚫 No, only works on Intel-based Macs - [Issue Tracking](https://github.com/dbeaver/dbeaver/issues/8525) * [DBeaver](https://dbeaver.io/) - 🚫 No, only works on Intel-based Macs - [Issue Tracking](https://github.com/dbeaver/dbeaver/issues/8525)
* [Deno](https://deno.land/) - ✳️ Yes, works via Rosetta 2 - [Issue](https://github.com/denoland/deno/issues/8346) * [Deno](https://deno.land/) - ✳️ Yes, works via Rosetta 2 - [Issue](https://github.com/denoland/deno/issues/8346)
* [Docker](https://www.docker.com/products#/mac) - 🚫 Not yet, but its in development - [Official Post](https://www.docker.com/blog/apple-silicon-m1-chips-and-docker/) [Github Issue](https://github.com/docker/for-mac/issues/4733#issuecomment-653444409) * [Docker](https://www.docker.com/products#/mac) - 🚫 Not yet, but its in development - [Official Post](https://www.docker.com/blog/apple-silicon-m1-chips-and-docker/) [Github Issue](https://github.com/docker/for-mac/issues/4733#issuecomment-653444409) [Workaround](https://finestructure.co/blog/2020/11/27/running-docker-on-apple-silicon-m1)
* [Electron](https://www.electronjs.org/releases/stable) - ✅ Yes, full native support as of v11.0 - [Announcement](https://www.electronjs.org/blog/apple-silicon) * [Electron](https://www.electronjs.org/releases/stable) - ✅ Yes, full native support as of v11.0 - [Announcement](https://www.electronjs.org/blog/apple-silicon)
* [Filezilla](https://filezilla-project.org/) - ✳️ Yes, works via Rosetta 2 - [Verification](https://github.com/ThatGuySam/doesitarm/issues/17#issuecomment-729976000) * [Filezilla](https://filezilla-project.org/) - ✳️ Yes, works via Rosetta 2 - [Verification](https://github.com/ThatGuySam/doesitarm/issues/17#issuecomment-729976000)
* [Flutter](https://flutter.dev/docs/get-started/install/macos) - ✳️ Yes, works via Rosetta 2 with native support in development - [Github Issue](https://github.com/flutter/flutter/issues/60118#issuecomment-695341296) * [Flutter](https://flutter.dev/docs/get-started/install/macos) - ✳️ Yes, works via Rosetta 2 with native support in development - [Github Issue](https://github.com/flutter/flutter/issues/60118#issuecomment-695341296)
@ -272,5 +272,8 @@ Any comments, suggestions? [Let us know!](https://github.com/ThatGuySam/doesitar
* [Apple Silicon Games](https://applesilicongames.com/) - List of reported Games support including performance info. * [Apple Silicon Games](https://applesilicongames.com/) - List of reported Games support including performance info.
* [MacRumors List](https://forums.macrumors.com/threads/universal-and-native-apple-silicon-apps.2267176/) - List of Universal and Native Apple Silicon Apps * [MacRumors List](https://forums.macrumors.com/threads/universal-and-native-apple-silicon-apps.2267176/) - List of Universal and Native Apple Silicon Apps
* [RoaringApps](https://roaringapps.com/collections/list-of-apple-silicon-native-apps) - List of apps ready for Apple Silicon M1 chip Macs * [RoaringApps](https://roaringapps.com/collections/list-of-apple-silicon-native-apps) - List of apps ready for Apple Silicon M1 chip Macs
* [Laravel Supported Apps](https://laravelm1.tighten.co/) - List of Laravel-related apps and their status on Apple SIlicon
* [Big List](https://airtable.com/shribWFi8yrG9B1nh/tbl6aypsMfuofEaJi) - An Airtable List of over 400 apps and their support on Big Sur and Apple Silicon
* [Awais Mirza Video Tests](https://www.youtube.com/playlist?list=PLz5rnvLVJX5XF8cXAOQuarPIeP8Xr7b1_) - A series of videos demonstrating M1 support on various popular apps
* [Official Apple List](https://apps.apple.com/us/story/id1540024103) - Apple is a small tech company in Cupertino, CA * [Official Apple List](https://apps.apple.com/us/story/id1540024103) - Apple is a small tech company in Cupertino, CA

View file

@ -2,7 +2,7 @@
<section class="container py-32"> <section class="container py-32">
<div class="flex flex-col items-center text-center"> <div class="flex flex-col items-center text-center">
<h1 class="title text-sm md:text-2xl font-semibold"> <h1 class="title text-sm md:text-2xl font-semibold">
Does <code>{{ app.name }}</code> work on Apple Silicon? Does <code>{{ app.name }}</code> work on Apple Silicon when installed via Homebrew?
</h1> </h1>
<h2 class="subtitle text-2xl md:text-5xl font-bold py-6"> <h2 class="subtitle text-2xl md:text-5xl font-bold py-6">
{{ app.text }} {{ app.text }}