shinydevelopment / SimulatorStatusMagic

Clean up your status bar for taking screenshots on the iOS simulator.
MIT License
2.35k stars 139 forks source link

Allow running `build_and_inject.sh` from anywhere #117

Closed davdroman closed 1 year ago

davdroman commented 1 year ago

Currently, the build_and_inject.sh script requires that it be ran exactly from the root of this repo. However, this is not very convenient for integration where scripts are ran from a parent directory. This simple addition allows the script to be ran from anywhere.