From 259cb497be8e25e064d4976cf23053d1c4fab5e6 Mon Sep 17 00:00:00 2001 From: Raul Fernandez Date: Wed, 7 Feb 2024 09:36:04 -0500 Subject: [PATCH 1/3] note on automatically created schemes --- docs/handbook/development_environments/xcode.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/handbook/development_environments/xcode.md b/docs/handbook/development_environments/xcode.md index 983c0374..bf7c5b19 100644 --- a/docs/handbook/development_environments/xcode.md +++ b/docs/handbook/development_environments/xcode.md @@ -59,3 +59,6 @@ If you have both the minimal command line tools (in `/Applications`) installed, `xcode-select --print-path` shows the 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`. + +Optional: +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. \ No newline at end of file -- 2.30.2 From 19e8f992d80effd23a805f366499d9430e95c311 Mon Sep 17 00:00:00 2001 From: Raul Fernandez Date: Wed, 7 Feb 2024 11:15:10 -0500 Subject: [PATCH 2/3] formatting improvement --- docs/handbook/development_environments/xcode.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/handbook/development_environments/xcode.md b/docs/handbook/development_environments/xcode.md index bf7c5b19..715fa006 100644 --- a/docs/handbook/development_environments/xcode.md +++ b/docs/handbook/development_environments/xcode.md @@ -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 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. 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. \ No newline at end of file +* 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. \ No newline at end of file -- 2.30.2 From 138886b8469f2150c239bfe01434193596ad494a Mon Sep 17 00:00:00 2001 From: Raul Fernandez Date: Wed, 7 Feb 2024 11:19:46 -0500 Subject: [PATCH 3/3] formatting --- docs/handbook/development_environments/xcode.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/handbook/development_environments/xcode.md b/docs/handbook/development_environments/xcode.md index 715fa006..f9715e11 100644 --- a/docs/handbook/development_environments/xcode.md +++ b/docs/handbook/development_environments/xcode.md @@ -54,12 +54,10 @@ should build the application and launch Blender in the debugger. ## Troubleshooting -If you have both the minimal command line tools (in +* If you have both the minimal command line tools (in `/Library/Developer/CommandLineTools/`) and Xcode (usually in `/Applications`) installed, `xcode-select --print-path` shows the 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`. -* 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. \ No newline at end of file +* 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. \ No newline at end of file -- 2.30.2