Fix - 355 - Consistency with the app name + Gruntfile PList MacOS app

This commit is contained in:
Jean-Baptiste Dominguez 2018-05-24 15:33:09 +09:00
commit db44589d8b
3 changed files with 7 additions and 3 deletions

View file

@ -237,6 +237,10 @@ module.exports = function(grunt) {
macIcns: './resources/<%= pkg.name %>/mac/app.icns',
exeIco: './www/img/app/logo.ico',
macPlist: {
'CFBundleIdentifier': 'com.bitcoin.mwallet.mac',
'CFBundleDisplayName': '<%= pkg.title %>',
'CFBundleShortVersionString': '<%= pkg.version %>',
'LSApplicationCategoryType': 'public.app-category.finance',
'CFBundleURLTypes': [
{
'CFBundleURLName': 'URI Handler',