Skip to content

Commit

Permalink
Documentation updated with the asiinema example.
Browse files Browse the repository at this point in the history
  • Loading branch information
geekbrother committed Sep 30, 2021
1 parent 045ed58 commit fe175a5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ target 'App' do
The tool checks if the Pod is already patched.
If nothing changed from the already applied patches - it will do nothing.

[![asciicast](https://asciinema.org/a/t77IAxPy1ZEZ84MAesfE4K2Bv.svg)](https://asciinema.org/a/t77IAxPy1ZEZ84MAesfE4K2Bv)

## Using with the `yarn` or `npm i`

A good practice is to use it linked with the running of `yarn` or `npm i` in the `native` directory in your install script in the `package.json` before the `pod install` execution.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pod-patch",
"version": "0.0.7",
"version": "0.0.8",
"description": "Patching the Pod specfiles in ReactNative projects.",
"main": "index.js",
"bin":{
Expand Down
2 changes: 1 addition & 1 deletion patch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# Usage: npx pod-patch [-h Usage] [-v Version] [-d <path/Podfile> Podfile path ] [-p <path> .patch files directory]
# Run it as npx or bash script from the 'native' directory of
# the ReactNative project.
readonly SCRIPT_VERSION='0.0.7'
readonly SCRIPT_VERSION='0.0.8'
set -e

# Default parameters
Expand Down

0 comments on commit fe175a5

Please sign in to comment.