-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhelp.txt
More file actions
30 lines (22 loc) · 1.31 KB
/
help.txt
File metadata and controls
30 lines (22 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
macifyZip 1.3
usage: macifyZip [zipFile ...] [--outputZip ZIPFILE] [--browse]
[--modifyAttr FILE] [--all] [--locate] [--directories] [--verbose]
[--silent] [--help]
[optional]
zipFile one or more ZIP files containing a Mac executable
outputZip output ZIP file (otherwise, overwrite input ZIP file)
browse browse for ZIP files (default if nothing specified)
modifyAttr modify attributes of specific files within ZIP
all modify attributes of ALL files within ZIP
locate locate file in explorer when finished
directories show directory/subdirectory records
verbose display detailed information while processing
silent display no text output (not even errors)
help show this help
This program modifies ZIP file attributes to fix Mac app permissions.
It marks the platform as 'UNIX' and sets permissions 0755.
By default, it looks for files in *.app/Contents/MacOS/* format.
You can also use --modifyAttr to modify specific files, or --all.
You can specify --outputZip to write to a separate ZIP file.
(This can only be used when specifying one input ZIP, not multiple.)
Switches can be abbreviated, such as -o for --outputZip, -h for --help.