Enhancements
General
- You can access the values of the build settings of the target being built through environment variables and launch arguments. When you create custom executables (by changing the value of the Executable setting in Run and Profile scheme actions), you can specify the target against which to expand the environment variables and launch arguments. 7546808
Editing Nib Files
- Xcode suggests key path completions in the bindings inspector as you type. To take advantage of this feature, specify the class of object being managed by your controller in the attributes inspector.Xcode uses the project’s symbol index to generate the key path completions. 8176168
Editing Source Code
- There’s an additional gesture to jump to a symbol definition in the source editor: holding down the Command key. When you hold down Command, Xcode represents the symbol under the pointer as a hyperlink; you can move the pointer between symbols until Xcode highlights the one you want to act on. You can then click the symbol to jump to its definition. Other modifies keys behave as expected. 8459719
Task Information and Alerts
- The activity viewer presents more detailed information about scheme-related tasks, such as building a product. 7982481
No comments:
Post a Comment