Uncomment plist generation
parent
82143e7479
commit
a8ad463de9
|
@ -3,7 +3,7 @@
|
||||||
USING: io io.files io.launcher kernel namespaces sequences
|
USING: io io.files io.launcher kernel namespaces sequences
|
||||||
system tools.deploy.backend tools.deploy.config assocs
|
system tools.deploy.backend tools.deploy.config assocs
|
||||||
hashtables prettyprint io.unix.backend cocoa
|
hashtables prettyprint io.unix.backend cocoa
|
||||||
cocoa.application cocoa.classes qualified ;
|
cocoa.application cocoa.classes cocoa.plists qualified ;
|
||||||
QUALIFIED: unix
|
QUALIFIED: unix
|
||||||
IN: tools.deploy.macosx
|
IN: tools.deploy.macosx
|
||||||
|
|
||||||
|
@ -43,7 +43,7 @@ IN: tools.deploy.macosx
|
||||||
|
|
||||||
dup "CFBundleExecutable" set
|
dup "CFBundleExecutable" set
|
||||||
"org.factor." swap append "CFBundleIdentifier" set
|
"org.factor." swap append "CFBundleIdentifier" set
|
||||||
] H{ } make-assoc drop ; ! print-plist ;
|
] H{ } make-assoc print-plist ;
|
||||||
|
|
||||||
: create-app-plist ( vocab bundle-name -- )
|
: create-app-plist ( vocab bundle-name -- )
|
||||||
dup "Contents/Info.plist" path+ <file-writer>
|
dup "Contents/Info.plist" path+ <file-writer>
|
||||||
|
|
Loading…
Reference in New Issue