Handbook
Glossary
create-app-plist ( icon? executable bundle-name -- )
Vocabulary
tools
.
deploy
.
macos
Inputs
icon?
an
object
executable
an
object
bundle-name
an
object
Outputs
None
Definition
USING:
cocoa.plists
io.pathnames
kernel
;
IN:
tools.deploy.macos
:
create-app-plist
( icon? executable bundle-name -- )
[
app-plist
]
keep
"Contents/Info.plist"
append-path
write-plist
;