Skip to content

Commit

Permalink
Remove the misleading note.
Browse files Browse the repository at this point in the history
  • Loading branch information
Folo authored and Folo committed Jan 5, 2024
1 parent c9bfdeb commit f11e191
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docpages/make_a_bot/xcode.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

To create a bot with Xcode, follow the steps below to create a *working skeleton project you can build upon*.

\note Since the brew package for D++ only supports C++17, you can't use coro with this project. If you wish to use coro, you need to \ref buildosx "build from source". If you do build from source, look to replace the include and library paths in this project to `/usr/local/include` and `/usr/local/lib`.

1. Make sure you have Xcode downloaded, along with the developer command tools (for AppleClang).
2. Clone the [template project](https://github.com/Jaskowicz1/mac-bot-template/). **Make sure you download the entire project and not just the .cpp file.**
3. Open Xcode, hit "Open Existing Project" or "File"->"Open", navigate to the template folder and open the .xcodeproj file. You can also double click the file in Finder.
Expand Down

0 comments on commit f11e191

Please sign in to comment.