Xcode: Note on automatically created schemes #17

Merged
Raul Fernandez Hernandez merged 3 commits from farsthary/blender-developer-docs:Xcode-notes-changes into main 2024-02-07 17:29:05 +01:00
Showing only changes of commit 19e8f992d8 - Show all commits

View File

@ -60,5 +60,6 @@ If you have both the minimal command line tools (in
path to the C/C++ compiler toolchain which will be used by CMake. It can path to the C/C++ compiler toolchain which will be used by CMake. It can
be reset to a good default by running `sudo xcode-select -r`. be reset to a good default by running `sudo xcode-select -r`.
Optional: * Upon launching Xcode, a prompt will appear, inquiring whether you wish to automatically generate schemes for certain targets.
Upon launching Xcode, a prompt will appear, inquiring whether you wish to automatically generate schemes for certain targets. Selecting the "Automatically create scheme" option will result in the creation of new schemes for specified targets. To prevent the prompt from reappearing, you may either deselect the "Autocreate scheme" option or opt for manual scheme creation. * Selecting the "Automatically create scheme" option will result in the creation of new schemes for specified targets.
farsthary marked this conversation as resolved Outdated

I'd turn the two paragraphs into bullet points so it's more clear they are unrelated, and remove the "Optional:" text.

I'd turn the two paragraphs into bullet points so it's more clear they are unrelated, and remove the "Optional:" text.
* To prevent the prompt from reappearing, you may either deselect the "Autocreate scheme" option or opt for manual scheme creation.