Schlaubischlump / LocationSimulator

MacOS application to spoof / fake / mock your iOS / iPadOS or iPhoneSimulator device location. WatchOS and TvOS are partially supported.
https://schlaubischlump.github.io/LocationSimulator/
GNU General Public License v3.0
2.4k stars 184 forks source link

Homebrew cask formula #18

Closed Schlaubischlump closed 3 years ago

Schlaubischlump commented 4 years ago

I'm not familiar with ruby and furthermore not with homebrew casks. At the moment I don't have the time to look into this. So if anybody reads this and is experienced with homebrew cask it would be create if you could create one.

The plan is to build the app using the homebrew scheme. This scheme will exclude all dynamic libraries from the build. These libraries should be added as a dependency inside the cask formula, so that only the latest release build from GitHub needs to be downloaded by the formula. The formula should also remove LocationSimulators Application Support folder when the app is uninstalled.

@craigcoles because you are the only person who ever contributed, I'm tagging you. Maybe you know more about this stuff or know somebody who knows how to do this.