From 0fc26985335c46434fe12ac2fd0c408438868f60 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Wed, 18 Nov 2020 15:08:06 +0100 Subject: [PATCH 1/2] Add Godot Engine --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6a3ba14..2b42714 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ Any comments, suggestions? [Let us know!](https://github.com/ThatGuySam/doesitar * [Docker](https://www.docker.com/products#/mac) - 🚫 Not yet, but it’s 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) * [Fork](https://git-fork.com/) - ✳️ Yes, works via Rosetta 2 - [Release notes](https://git-fork.com/releasenotes) * [Go](https://golang.org/) - ✳️ Runs via Rosetta with native builds being tested - [Issue](https://github.com/golang/go/issues/38485) +* [Godot Engine](https://godotengine.org/) - ⏹ No official binaries yet, but can be compiled from source - [`master` PR](https://github.com/godotengine/godot/pull/39788), [`3.2` PR](https://github.com/godotengine/godot/pull/39943) * [Haskell](https://www.haskell.org/platform/mac.html) - 🚫 Not yet supported only works on Intel-based Macs - [Gitlab Issue](https://gitlab.haskell.org/ghc/ghc/-/issues/18664) * [Homebrew](https://brew.sh/) - ✳️ Yes, with caveats and some troubleshooting. - [Issue](https://github.com/Homebrew/brew/issues/7857). * [Hopper Disassembler](https://www.hopperapp.com/download.html) - ✅ Yes, Full Native Apple Silicon Support as of v4.6 - [Release Notes](https://www.hopperapp.com/blog/?p=263) From c685dcd0121eed0bb921f45c057f5aab2e9151fb Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Wed, 18 Nov 2020 11:58:29 -0600 Subject: [PATCH 2/2] Fix Pull request names getting stripped --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b42714..268a1c9 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Any comments, suggestions? [Let us know!](https://github.com/ThatGuySam/doesitar * [Docker](https://www.docker.com/products#/mac) - 🚫 Not yet, but it’s 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) * [Fork](https://git-fork.com/) - ✳️ Yes, works via Rosetta 2 - [Release notes](https://git-fork.com/releasenotes) * [Go](https://golang.org/) - ✳️ Runs via Rosetta with native builds being tested - [Issue](https://github.com/golang/go/issues/38485) -* [Godot Engine](https://godotengine.org/) - ⏹ No official binaries yet, but can be compiled from source - [`master` PR](https://github.com/godotengine/godot/pull/39788), [`3.2` PR](https://github.com/godotengine/godot/pull/39943) +* [Godot Engine](https://godotengine.org/) - ⏹ No official binaries yet, but can be compiled from source - [Master PR](https://github.com/godotengine/godot/pull/39788), [v3.2 PR](https://github.com/godotengine/godot/pull/39943) * [Haskell](https://www.haskell.org/platform/mac.html) - 🚫 Not yet supported only works on Intel-based Macs - [Gitlab Issue](https://gitlab.haskell.org/ghc/ghc/-/issues/18664) * [Homebrew](https://brew.sh/) - ✳️ Yes, with caveats and some troubleshooting. - [Issue](https://github.com/Homebrew/brew/issues/7857). * [Hopper Disassembler](https://www.hopperapp.com/download.html) - ✅ Yes, Full Native Apple Silicon Support as of v4.6 - [Release Notes](https://www.hopperapp.com/blog/?p=263)