From cb3e135ce9ec19bf7f4eed583cd52fe174d8627e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=B4=E5=AF=92?= Date: Wed, 26 Nov 2014 23:07:21 +0800 Subject: [PATCH] fix format issue --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~