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',
|
macIcns: './resources/<%= pkg.name %>/mac/app.icns',
|
||||||
exeIco: './www/img/app/logo.ico',
|
exeIco: './www/img/app/logo.ico',
|
||||||
macPlist: {
|
macPlist: {
|
||||||
|
'CFBundleIdentifier': 'com.bitcoin.mwallet.mac',
|
||||||
|
'CFBundleDisplayName': '<%= pkg.title %>',
|
||||||
|
'CFBundleShortVersionString': '<%= pkg.version %>',
|
||||||
|
'LSApplicationCategoryType': 'public.app-category.finance',
|
||||||
'CFBundleURLTypes': [
|
'CFBundleURLTypes': [
|
||||||
{
|
{
|
||||||
'CFBundleURLName': 'URI Handler',
|
'CFBundleURLName': 'URI Handler',
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
"packageName": "bitcoin.com",
|
"packageName": "bitcoin.com",
|
||||||
"packageDescription": "Bitcoin.com Wallet",
|
"packageDescription": "Bitcoin.com Wallet",
|
||||||
"packageNameId": "com.bitcoin.mwallet",
|
"packageNameId": "com.bitcoin.mwallet",
|
||||||
"userVisibleName": "Bitcoin.com",
|
"userVisibleName": "Bitcoin.com Wallet",
|
||||||
"purposeLine": "Bitcoin.com Wallet",
|
"purposeLine": "Bitcoin.com Wallet",
|
||||||
"bundleName": "bitcoincom",
|
"bundleName": "bitcoincom",
|
||||||
"appUri": "bitcoincom",
|
"appUri": "bitcoincom",
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
"appDescription": "Bitcoin.com Wallet",
|
"appDescription": "Bitcoin.com Wallet",
|
||||||
"winAppName": "BitcoinWallet",
|
"winAppName": "BitcoinWallet",
|
||||||
"WindowsStoreIdentityName": "18C7659D.Bitcoin.com-SecureBitcoinWallet",
|
"WindowsStoreIdentityName": "18C7659D.Bitcoin.com-SecureBitcoinWallet",
|
||||||
"WindowsStoreDisplayName": "Bitcoin.com - Secure Bitcoin Wallet",
|
"WindowsStoreDisplayName": "Bitcoin.com Wallet",
|
||||||
"wpPublisherId": "{31cdd08b-457c-413d-b440-f6665eec847d}",
|
"wpPublisherId": "{31cdd08b-457c-413d-b440-f6665eec847d}",
|
||||||
"wpProductId": "{5381aa50-9069-11e4-84cc-293caf9cbdc8}",
|
"wpProductId": "{5381aa50-9069-11e4-84cc-293caf9cbdc8}",
|
||||||
"windowsAppId": "804636ee-b017-4cad-8719-e58ac97ffa5c",
|
"windowsAppId": "804636ee-b017-4cad-8719-e58ac97ffa5c",
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
"main": "www/index.html",
|
"main": "www/index.html",
|
||||||
"title": "*USERVISIBLENAME*",
|
"title": "*USERVISIBLENAME*",
|
||||||
"window": {
|
"window": {
|
||||||
"title": "*USERVISIBLENAME* - *PURPOSELINE*",
|
"title": "*USERVISIBLENAME*",
|
||||||
"icon": "www/img/app/icon.png",
|
"icon": "www/img/app/icon.png",
|
||||||
"toolbar": false,
|
"toolbar": false,
|
||||||
"show": true,
|
"show": true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue