From a9f305bfa62efdde75030749eff0ce0147bb362b Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Tue, 5 Aug 2014 11:44:02 -0700 Subject: [PATCH] tools.deploy.macosx: whoops needs more string. --- basis/tools/deploy/macosx/macosx.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/tools/deploy/macosx/macosx.factor b/basis/tools/deploy/macosx/macosx.factor index 4af919457b..39ff8bc442 100644 --- a/basis/tools/deploy/macosx/macosx.factor +++ b/basis/tools/deploy/macosx/macosx.factor @@ -32,7 +32,7 @@ IN: tools.deploy.macosx [ "Icon.icns" "CFBundleIconFile" ,, ] when - t NSHighResolutionCapable ,, + "true" "NSHighResolutionCapable" ,, ] H{ } make ; : create-app-plist ( icon? executable bundle-name -- )