Method: Xcodeproj::Project#sort
- Defined in:
- lib/xcodeproj/project.rb
#sort(options = nil) ⇒ void
This method returns an undefined value.
Sorts the project.
810 811 812 |
# File 'lib/xcodeproj/project.rb', line 810 def sort( = nil) root_object.sort_recursively() end |