Skip to content

Commit

Permalink
add note for cocoapods users whose project file was converted to XML …
Browse files Browse the repository at this point in the history
…format
  • Loading branch information
汪啸 committed Apr 7, 2017
1 parent 42e4b3b commit cd8282e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,15 @@ If your project uses CocoaPods AND added ``Pods`` directory to source control, y
$ { echo '#!/bin/sh'; echo 'xunique path/to/MyProject.xcodeproj'; echo 'xunique path/to/Pods.xcodeproj'; } > .git/hooks/pre-commit
**Note**: If ``project.pbxproj`` file is in XML format, please install `xcproj <https://github.com/0xced/xcproj>`__ and add it to your $PATH. This would make Cocoapods converting it to Xcode default format automatically:

.. code-block:: bash
brew install xcproj
`Detailed Cocoapods explanation here <https://github.com/CocoaPods/CocoaPods/wiki/Generate-ASCII-format-xcodeproj>`__

Supported argument options
~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit cd8282e

Please sign in to comment.