23Aaron / Betelguese

GNU General Public License v3.0
149 stars 18 forks source link

Implement libimobiledevice's idevicepair. #5

Closed m1stadev closed 3 years ago

m1stadev commented 3 years ago

Implementing idevicepair from libimobiledevice would get rid of Error 1, since it'd force a device to pair with your computer (unless it isn't connected at all).

milkly1235writer commented 3 years ago

Use

kirb commented 3 years ago

Implemented in 1.1 by using MobileDevice.framework directly (no real need to add a dependency to libimd unless we were making this cross-platform).