Xcode: Note on automatically created schemes #17
No reviewers
Labels
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-developer-docs#17
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "farsthary/blender-developer-docs:Xcode-notes-changes"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Added a note for Xcode development platform to prevent the prompt "Automatically create scheme" from reappearing.
The PR title and description should generally follow the commit message guidelines, since it will be used for that.
https://developer.blender.org/docs/handbook/guidelines/commit_messages/
So in this case, the title should include some some category name and be capitalized:
@ -61,1 +61,4 @@
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.
I'd turn the two paragraphs into bullet points so it's more clear they are unrelated, and remove the "Optional:" text.
note on automatically created schemesto Xcode: Note on automatically created schemes