XCode Flashcards
When you add a Header Search Path what does the little checkbox next to each entry do?
It tells XCode to search folders present in the path specified in addition to the path itself.
What’s a shorter term for when you check the checkbox in the Header Search Path entry (causing XCode to search folders present in the path specified in addition to the path itself)?
Recursive Search Path
What does the path item $(SRCROOT) stand for?
Example path:
$(SRCROOT)/Airship/**
Directory path. Identifies the directory containing the target’s source files.
Hotkey to toggle between .m and .h files
Option-Command-Up
Hotkey to open the documentation for the symbol under the mouse
Option-double-click
Hotkey to go to previously opened file
Option-Command Left-Arrow
Hotkey to go to next file
Option-Command Right-Arrow
Hotkey to indent code selection
Command-[