From 0da8a980b9f2f70e89f55e963e873ab037f45e67 Mon Sep 17 00:00:00 2001
From: Jayden Litolff <42988261+JayBigGuy10@users.noreply.github.com>
Date: Mon, 13 Jan 2020 11:10:11 +1300
Subject: [PATCH 1/3] update with relevant macos stupidity
from my issue
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 339287e..7060a22 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,8 @@ Who hasn't played the dinosaur game in Chrome when the internet goes down? But h
TouchBarDino is a macOS app that simulates the dinosaur running game on the Touch Bar. It is written in Swift 3 and uses SpriteKit.
## How to play it
-* Have the latest MacBook Pro with Touch Bar? Download the compiled game [here](https://github.com/yuhuili/TouchBarDino/raw/master/Compiled/Dino%202016-11-22%2020-23-19/Dino.zip)
+* Have the latest MacBook Pro with Touch Bar? Download the compiled game [here](https://github.com/yuhuili/TouchBarDino/raw/master/Compiled/Dino%202016-11-22%2020-23-19/Dino.zip) Recent versions of macOS block unsigned apps by default, to run TouchBarDino right-click/control-click the .app file and click on Open. This will add a security exception for the app, and in the future you can just double-click it to open.
+Here's the macOS support article about this "feature".
* No? No worries, clone the repo and open it up in Xcode. Then go to Window->Show Touch Bar
From c295d78ad596c410a94ee38502b863afdd43a81e Mon Sep 17 00:00:00 2001
From: Jayden Litolff <42988261+JayBigGuy10@users.noreply.github.com>
Date: Mon, 13 Jan 2020 11:16:15 +1300
Subject: [PATCH 2/3] kkkkkkk
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 7060a22..2817330 100644
--- a/README.md
+++ b/README.md
@@ -6,8 +6,8 @@ Who hasn't played the dinosaur game in Chrome when the internet goes down? But h
TouchBarDino is a macOS app that simulates the dinosaur running game on the Touch Bar. It is written in Swift 3 and uses SpriteKit.
## How to play it
-* Have the latest MacBook Pro with Touch Bar? Download the compiled game [here](https://github.com/yuhuili/TouchBarDino/raw/master/Compiled/Dino%202016-11-22%2020-23-19/Dino.zip) Recent versions of macOS block unsigned apps by default, to run TouchBarDino right-click/control-click the .app file and click on Open. This will add a security exception for the app, and in the future you can just double-click it to open.
-Here's the macOS support article about this "feature".
+* Have the latest MacBook Pro with Touch Bar? Download the compiled game [here](https://github.com/yuhuili/TouchBarDino/raw/master/Compiled/Dino%202016-11-22%2020-23-19/Dino.zip)
+> Recent versions of macOS block unsigned apps by default, to run TouchBarDino right-click/control-click the .app file and click on Open. This will add a security exception for the app, and in the future you can just double-click it to open.
* No? No worries, clone the repo and open it up in Xcode. Then go to Window->Show Touch Bar
From fa14daf51cf8f56c88f29255bc8579f793e0a37a Mon Sep 17 00:00:00 2001
From: Jayden Litolff <42988261+JayBigGuy10@users.noreply.github.com>
Date: Mon, 13 Jan 2020 11:21:31 +1300
Subject: [PATCH 3/3] Better looking with better instructions
should now be obvious how to run game
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 2817330..942d9a0 100644
--- a/README.md
+++ b/README.md
@@ -6,8 +6,8 @@ Who hasn't played the dinosaur game in Chrome when the internet goes down? But h
TouchBarDino is a macOS app that simulates the dinosaur running game on the Touch Bar. It is written in Swift 3 and uses SpriteKit.
## How to play it
-* Have the latest MacBook Pro with Touch Bar? Download the compiled game [here](https://github.com/yuhuili/TouchBarDino/raw/master/Compiled/Dino%202016-11-22%2020-23-19/Dino.zip)
-> Recent versions of macOS block unsigned apps by default, to run TouchBarDino right-click/control-click the .app file and click on Open. This will add a security exception for the app, and in the future you can just double-click it to open.
+* Have the latest MacBook Pro with Touch Bar? Download the compiled game [here](https://github.com/yuhuili/TouchBarDino/raw/master/Compiled/Dino%202016-11-22%2020-23-19/Dino.zip).
+Recent versions of macOS block unsigned apps by default, to run TouchBarDino right-click/control-click the .app file and click on Open. This will add a security exception for the app, and in the future you can just double-click it to open.
* No? No worries, clone the repo and open it up in Xcode. Then go to Window->Show Touch Bar