File tree 4 files changed +3
-1
lines changed
4 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ ipsw download macos [flags]
19
19
```
20
20
-a, --assistant Only download the InstallAssistant.pkg
21
21
-h, --help help for macos
22
- --ignore Do NOT verify pkg digests
23
22
--latest Download latest macOS installer
24
23
-l, --list Show latest macOS installers
25
24
-w, --work-dir string macOS installer creator working directory
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ ipsw ota extract <OTA> [FILENAME]> [flags]
18
18
19
19
```
20
20
-y, --confirm Confirm searching for pattern in payloadv2 files
21
+ -c, --cryptex string Extract cryptex as DMG (requires full OTA)
21
22
-x, --decomp Decompress pbzx files
22
23
-d, --dyld Extract dyld_shared_cache files
23
24
-h, --help help for extract
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ ipsw ota patch rsr [flags]
17
17
### Options
18
18
19
19
```
20
+ -c, --cryptex string Cryptex file from OTA
20
21
-a, --dyld-arch stringArray dyld_shared_cache architecture to extract
21
22
-h, --help help for rsr
22
23
-i, --input string Input folder
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ ipsw pkg PKG [flags]
24
24
-h, --help help for pkg
25
25
-o, --output string Output folder
26
26
-p, --pattern string Extract files that match regex
27
+ -l, --pay Show Payload
27
28
-s, --scripts Show scripts
28
29
```
29
30
You can’t perform that action at this time.
0 commit comments