diff --git a/README.rst b/README.rst index b3c63d3..52fc64c 100644 --- a/README.rst +++ b/README.rst @@ -96,9 +96,9 @@ Git hook #. create a git hook in Terminal like: -.. code-block:: bash + .. code-block:: bash - $ { echo '#!/bin/sh'; echo 'python2 -mxUnique path/to/MyProject.xcodeproj'; } > .git/hooks/pre-commit + $ { echo '#!/bin/sh'; echo 'python2 -mxUnique path/to/MyProject.xcodeproj'; } > .git/hooks/pre-commit #. Add permission ``chmod 755 .git/hooks/pre-commit`` #. xUnique will be triggered when you trying to commit: @@ -136,7 +136,7 @@ Examples - The diff result with my modified `sort-Xcode-project-file `__ with ``PBXBuildFile`` and ``PBXFileReference`` sort support could be found `here `__. - Pure python sort result could be found `here `__ - PBX sections sorted by MD5 digest result (default in v4.0.0) could be - found `here `__ + found `below `__ add xUnique to Xcode post action ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~