From da934c40c3501e5c1f0a2848ebdb65dd734922c7 Mon Sep 17 00:00:00 2001 From: gnl Date: Sat, 8 Sep 2018 00:19:44 +0300 Subject: [PATCH] Add support for custom URL schemes on the desktop ...and add some missing keys to Info.plist Signed-off-by: George Lipov --- deployment/macos/Info.plist | 33 ++++++++++++++++++++++++++++----- 1 file changed, 28 insertions(+), 5 deletions(-) diff --git a/deployment/macos/Info.plist b/deployment/macos/Info.plist index 314f19541f..a0a8ae9f02 100644 --- a/deployment/macos/Info.plist +++ b/deployment/macos/Info.plist @@ -2,19 +2,42 @@ + CFBundleDisplayName + Status + CFBundleExecutable + Status CFBundleIconFile status-icon - NSHighResolutionCapable - True CFBundleIdentifier im.status.statusim - CFBundleExecutable + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName Status CFBundlePackageType APPL + CFBundleShortVersionString + 0.1 + CFBundleVersion + 0.1 + + LSMinimumSystemVersion + 10.9.0 + NSHighResolutionCapable + True NSPrincipalClass NSApplication - CFBundleInfoDictionaryVersion - 6.0 + + CFBundleURLTypes + + + CFBundleURLSchemes + + status-im + + CFBundleURLName + im.status.ethereum.applink-desktop + +