From fe175a537a56be6b007dc2b77b432fa322950bdc Mon Sep 17 00:00:00 2001 From: Max Kalashnikov Date: Thu, 30 Sep 2021 17:14:11 +0300 Subject: [PATCH] Documentation updated with the asiinema example. --- README.md | 2 ++ package.json | 2 +- patch.sh | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6f0e7ae..1d99ba1 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/package.json b/package.json index 1334bcd..0842a9e 100644 --- a/package.json +++ b/package.json @@ -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":{ diff --git a/patch.sh b/patch.sh index a1aef31..d7e37ed 100755 --- a/patch.sh +++ b/patch.sh @@ -10,7 +10,7 @@ # Usage: npx pod-patch [-h Usage] [-v Version] [-d Podfile path ] [-p .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