Skip to content

Commit

Permalink
Merge pull request #3 from drekka/drekka-patch-1
Browse files Browse the repository at this point in the history
Updated to sort the headers
  • Loading branch information
literator committed Aug 29, 2016
2 parents 51963b3 + ca53775 commit cfb7a39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pysock/sorterer/sorterer.py
Expand Up @@ -42,6 +42,7 @@ def sort_critical_sections_in_pbx_file(pbx_file_path):
sort_lines_in_section(section_key='PBXGroup', lines=raw_lines)
sort_lines_in_section(section_key='PBXResourcesBuildPhase', lines=raw_lines)
sort_lines_in_section(section_key='PBXSourcesBuildPhase', lines=raw_lines)
sort_lines_in_section(section_key='PBXHeadersBuildPhase', lines=raw_lines)

write_sorted_raw_lines(raw_lines, pbx_file_path)

Expand Down

0 comments on commit cfb7a39

Please sign in to comment.