tools.deploy.macosx: deployed apps should be retina-capable.
parent
6f3d6ad560
commit
4b64626e10
basis/tools/deploy/macosx
|
@ -31,6 +31,8 @@ IN: tools.deploy.macosx
|
||||||
[ "org.factor." prepend "CFBundleIdentifier" ,, ] bi
|
[ "org.factor." prepend "CFBundleIdentifier" ,, ] bi
|
||||||
|
|
||||||
[ "Icon.icns" "CFBundleIconFile" ,, ] when
|
[ "Icon.icns" "CFBundleIconFile" ,, ] when
|
||||||
|
|
||||||
|
t NSHighResolutionCapable ,,
|
||||||
] H{ } make ;
|
] H{ } make ;
|
||||||
|
|
||||||
: create-app-plist ( icon? executable bundle-name -- )
|
: create-app-plist ( icon? executable bundle-name -- )
|
||||||
|
|
Loading…
Reference in New Issue