diff --git a/README.md b/README.md index 94b4c0b0a5..8e6e4ce4eb 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,8 @@ Other useful variables are `CMAKE_BUILD_TYPE` to choose Debug or Release builds, ## Prerequisites +You'll need an Xcode version supporting C++17 and the macOS 10.15 (Catalina) target at minimum. Xcode 11.3 should be working fine. You will need to install the Xcode command line tools to install MacPorts (run `xcode-select --install`) + To compile DarkRadiant, a number of libraries (with development headers) are required. You can obtain them by using [MacPorts](https://distfiles.macports.org/MacPorts/): diff --git a/tools/xcode/DarkRadiant.xcodeproj/xcshareddata/xcschemes/DarkRadiantCore.xcscheme b/tools/xcode/DarkRadiant.xcodeproj/xcshareddata/xcschemes/DarkRadiantCore.xcscheme new file mode 100644 index 0000000000..c261543f82 --- /dev/null +++ b/tools/xcode/DarkRadiant.xcodeproj/xcshareddata/xcschemes/DarkRadiantCore.xcscheme @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tools/xcode/DarkRadiant.xcodeproj/xcshareddata/xcschemes/module.xcscheme b/tools/xcode/DarkRadiant.xcodeproj/xcshareddata/xcschemes/module.xcscheme new file mode 100644 index 0000000000..35efc74df0 --- /dev/null +++ b/tools/xcode/DarkRadiant.xcodeproj/xcshareddata/xcschemes/module.xcscheme @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + +