akemin-dayo / simject

simject is a command-line tool and iOS dynamic library that allows developers to easily test their tweaks on the iOS Simulator.
BSD 2-Clause "Simplified" License
486 stars 55 forks source link

Automatic copying launchctl to iOS 11+ runtime if not present. #23

Closed PoomSmart closed 7 years ago

PoomSmart commented 7 years ago

/bin/launchctl binary no longer exists as of iOS 11 runtime. respring_simulator requires the binary to work so we have to copy the binary from any earlier runtime version.

This pull request tends to fix #21