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 + +