From ec4eac4e4d5e56a918605261dfeb3780c6c0b706 Mon Sep 17 00:00:00 2001 From: Adam Barth Date: Wed, 29 Jul 2015 15:47:26 -0700 Subject: [PATCH] Make SkyShell.app work It was looking for the wrong executable name. --- sky/shell/mac/Info.plist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sky/shell/mac/Info.plist b/sky/shell/mac/Info.plist index 9b2e91c64..522410cdd 100644 --- a/sky/shell/mac/Info.plist +++ b/sky/shell/mac/Info.plist @@ -5,7 +5,7 @@ CFBundleDevelopmentRegion en CFBundleExecutable - Sky + SkyShell CFBundleIconFile CFBundleIdentifier -- GitLab