Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ You're good to go!
Synx supports the following options:

```
--prune, -p remove source files and image resources that are not referenced by the the Xcode project
--prune, -p remove source files and image resources that are not referenced by the Xcode project
--no-color removes all color from the output
--no-default-exclusions doesn't use the default exclusions of /Libraries, /Frameworks, and /Products
--no-sort-by-name disable sorting groups by name
Expand Down
2 changes: 1 addition & 1 deletion bin/synx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require 'synx'
Clamp do

parameter "xcodeproj", "Path to the xcodeproj", :attribute_name => :xcodeproj_path
option ["--prune", "-p"], :flag, "remove source files and image resources that are not referenced by the the xcode project"
option ["--prune", "-p"], :flag, "remove source files and image resources that are not referenced by the xcode project"
option "--no-color", :flag, "removes all color from the output"
option "--no-default-exclusions", :flag, "doesn't use the default exclusions of /Libraries, /Frameworks, and /Products"
option "--no-sort-by-name", :flag, "disable sorting groups by name"
Expand Down