From f9152357751b3133cd3e0b14c94095bd3bd9f649 Mon Sep 17 00:00:00 2001 From: Ivan Mathy Date: Fri, 10 Jul 2020 22:07:45 -0500 Subject: [PATCH] Update Debugging.md --- Boop/Documentation/Debugging.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Boop/Documentation/Debugging.md b/Boop/Documentation/Debugging.md index 8c5e3f25..2af90f21 100644 --- a/Boop/Documentation/Debugging.md +++ b/Boop/Documentation/Debugging.md @@ -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.