Fix - 355 - Consistency with the app name + Gruntfile PList MacOS app
This commit is contained in:
parent
8278ed62c9
commit
db44589d8b
3 changed files with 7 additions and 3 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue