Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add instructions for running unsigned apps on macos to readme #6

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
* No? No worries, clone the repo and open it up in Xcode. Then go to Window->Show Touch Bar

<img src="GitHub/play.gif">