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

[Feature] Export all backend code to its own swift package #32

Closed Schlaubischlump closed 2 years ago

Schlaubischlump commented 3 years ago

Exporting all backend code to its own swift package and linking against the static libraries, instead of the dynamic ones, will simplify the development process. Furthermore it will fix the macOS 10.13 compatibility problems.

libimobiledevice and libplist should be bundled into its own swift module map.

Schlaubischlump commented 2 years ago

Fixed in v0.1.9