File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 11// Create `Readme.pdf` using following command:
22// typst compile _Readme.typ Readme.pdf
33
4+ # let version_num = " 1.2.5"
5+
46# import " @preview/note-me:0.4.0" : *
57
68// Set the page size to match the iPad Air 13-inch screen
7- # set page (width : 197.61mm , height : 263.27mm )
9+ # set page (width : 197.61mm , height : 263.27mm ,
10+ numbering : " 1" )
811
912# show link : set text (fill : blue )
1013# show link : underline
1114
12- = iOS Backup Extractor v1.2.4
15+
16+ = iOS Backup Extractor v# version_num
1317
1418`ios_backup_extractor` is a free command line utility to extract media files
1519(photos and videos) from a local # emph [unencrypted] iOS device backup. This
@@ -112,6 +116,8 @@ Options:
112116 - ‘dash’ (default)
113117 - ‘underscore’
114118 - ‘none’
119+ --ignore-icloud-media
120+ Do not extract media downloaded to the device from iCloud.
115121 -d, --dry Dry run, don't copy any files.
116122 -v, --verbose Show more information while running.
117123 -h, --help Display help.
@@ -125,9 +131,6 @@ Examples:
125131 to 'My Photos and Videos' directory. Such directory must exists already.
126132
127133 ios_backup_extractor.exe ABC123ABC123 -o "My Photos and Videos"
128-
129- Version:
130- 1.2.4 (2024-11-13)
131134```
132135
133136== License
You can’t perform that action at this time.
0 commit comments