We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1654dfa commit d599717Copy full SHA for d599717
1 file changed
pymobiledevice3/restore/tss.py
@@ -12,6 +12,13 @@
12
from pymobiledevice3.restore.img4 import COMPONENT_FOURCC
13
from pymobiledevice3.utils import bytes_to_uint, plist_access_path
14
15
+# Use the following `defaults write` to easily sniff Apple Configurator:
16
+#
17
+# ```shell
18
+# defaults write com.apple.configurator.ui AuthInstallSigningServerURL http://gs.apple.com:80
19
+# defaults write com.apple.configurator.xpc.DeviceService AuthInstallSigningServerURL http://gs.apple.com:80
20
+# defaults write com.apple.AMPDevicesAgent AuthInstallSigningServerURL http://gs.apple.com:80
21
+# ```
22
TSS_CONTROLLER_ACTION_URL = "http://gs.apple.com/TSS/controller?action=2"
23
24
TSS_CLIENT_VERSION_STRING = "libauthinstall-1104.0.9"
0 commit comments