Skip to content

Releases: danielpaulus/go-ios

v1.0.65

23 Apr 20:52
204eb25
Compare
Choose a tag to compare
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

21 Apr 20:24
7878cad
Compare
Choose a tag to compare
fix imageToFind reference on Windows OS (#129)

* added a check for the current OS to provide proper imageToFind string

v1.0.63

16 Apr 17:22
08844e9
Compare
Choose a tag to compare
fix replace command (#122)

v1.0.62

16 Apr 16:58
3d638d6
Compare
Choose a tag to compare
Fix/windows (#121)

* use backslashes in postinstall

v1.0.61

14 Apr 19:54
41ac94a
Compare
Choose a tag to compare
damn it (#119)

v1.0.60

14 Apr 19:42
b9e8ff2
Compare
Choose a tag to compare
replace cp with copy (#118)

v1.0.59

14 Apr 16:20
3752a30
Compare
Choose a tag to compare
Update README.md (#117)

v1.0.58

14 Apr 16:00
db84353
Compare
Choose a tag to compare
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

14 Apr 15:58
684ebc7
Compare
Choose a tag to compare
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

13 Apr 21:23
6e7b53a
Compare
Choose a tag to compare
initial attempt to use com.apple.mobile.MCInstall to fetch profiles (…