Update installation method and documentation (#424)

* Add installation script

* Populate instsall.sh

* format

* Get IP address on both macos and linux

* Update mobile version

* Remove test folder

* Added sed command for ios

* Added sed command for ios

* Fixed ios command

* Fixed ios command

* Added friendly debug message

* Update README

* Update Readme with new installation instruction

* Update message on instsallation script
This commit is contained in:
Alex
2022-08-06 23:42:50 -05:00
committed by GitHub
parent b68358766b
commit 2079583866
8 changed files with 150 additions and 52 deletions

View File

@@ -19,7 +19,7 @@ platform :ios do
desc "iOS Beta"
lane :beta do
increment_version_number(
version_number: "1.19.0"
version_number: "1.20.0"
)
increment_build_number(
build_number: latest_testflight_build_number + 1,