tools.deploy.macosx: deployed apps should be retina-capable.

db4
John Benediktsson 2014-08-05 11:43:03 -07:00
parent 6f3d6ad560
commit 4b64626e10
1 changed files with 2 additions and 0 deletions
basis/tools/deploy/macosx

View File

@ -31,6 +31,8 @@ IN: tools.deploy.macosx
[ "org.factor." prepend "CFBundleIdentifier" ,, ] bi
[ "Icon.icns" "CFBundleIconFile" ,, ] when
t NSHighResolutionCapable ,,
] H{ } make ;
: create-app-plist ( icon? executable bundle-name -- )