Releases: danielpaulus/go-ios
Releases · danielpaulus/go-ios
v1.0.65
Fix/dtx panic (#130) forgot to handle an error that would crash with a panic instead of warning that the developer image was missing
v1.0.64
fix imageToFind reference on Windows OS (#129) * added a check for the current OS to provide proper imageToFind string
v1.0.63
fix replace command (#122)
v1.0.62
Fix/windows (#121) * use backslashes in postinstall
v1.0.61
damn it (#119)
v1.0.60
replace cp with copy (#118)
v1.0.59
Update README.md (#117)
v1.0.58
Add/npm publish (#116) Adds compiling a windows release. Allows go-ios now to be installed using npm install -g go-ios on windows, mac and linux computers.
v1.0.57
Add support for profiles (#114) Allows to install configuration profiles generated by apple configurator, to set global http proxies, add wifi connections and do other cool things. ios profile list shows a list of all currently installed profiles, including identifier ios profile remove <profileIdentifier> removes a profile from the device using its identifier. Example: ios profile remove Daniels-MacBook-Pro-2.C10C60E6-94ED-4F50-B882-0D709A6103DF ios profile add <profileFilePath> adds the profile to the device unsupervised. That means you have to manually accept it on the device by going to the settings app. if your device is supervised though, you can use ios profile add <profileFile> [--p12file=<orgid>] [--password=<p12password>] and have all the profiles be silently installed to set advanced settings on devices seamlessly.
v1.0.56
initial attempt to use com.apple.mobile.MCInstall to fetch profiles (…