xchelper is a tool for iOS developers to automate tedious tasks like install, run, test.
Method | Command |
---|---|
curl | sh -c "$(curl -fsSL https://raw.githubusercontent.com/BlueIntent/xchelper/main/scripts/install.sh)" |
wget | sh -c "$(wget -O- https://raw.githubusercontent.com/BlueIntent/xchelper/main/scripts/install.sh)" |
- brew install xchelper
+ GitHub repository not notable enough (<30 forks, <30 watchers and <75 stars)
install project dependencies.
xchelper install
install project dependencies, and open workspace.
xchelper run
test a scheme from the build root (SYMROOT).
xchelper test