Skip to content

Commit

Permalink
Update Debugging.md
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanMathy authored Jul 11, 2020
1 parent d7bc105 commit f915235
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Boop/Documentation/Debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ ___

To use debugging tools, you need a dev build of Boop. This is a restriction of JavascriptCore (the thing that runs scripts) that I have not yet found a way to avoid.

Since dev builds cannot be signed, they cannot be distributed and you need to make your own. For this, you'll need Xcode (free on the Mac App Store or the [Apple Developer Website](https://developer.apple.com). Once you have it, follow these steps:
Since dev builds cannot be signed, they cannot be distributed and you need to make your own. For this, you'll need Xcode (free on the Mac App Store or the [Apple Developer Website](https://developer.apple.com)). Once you have it, follow these steps:

- Download the Boop source code from Github or clone it locally using git. You can find a compressed version of the source code on the [releases page](https://github.com/IvanMathy/Boop/releases/).

- In the source code, find and open `Boop.xcodeproj` with Xcode. (It's in the `Boop` folder, surprisingly)
- In the source code, find and open `Boop.xcodeproj` with Xcode (it's in the `Boop` folder, surprisingly).

- On the top left corner of the Xcode window, hit the play button. The dev build should start.

Expand Down

0 comments on commit f915235

Please sign in to comment.