diff --git a/Gruntfile.js b/Gruntfile.js index 9653c99b0..90b32f818 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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', diff --git a/app-template/bitcoincom/appConfig.json b/app-template/bitcoincom/appConfig.json index b87f3dbd2..c521a08ba 100644 --- a/app-template/bitcoincom/appConfig.json +++ b/app-template/bitcoincom/appConfig.json @@ -2,7 +2,7 @@ "packageName": "bitcoin.com", "packageDescription": "Bitcoin.com Wallet", "packageNameId": "com.bitcoin.mwallet", - "userVisibleName": "Bitcoin.com", + "userVisibleName": "Bitcoin.com Wallet", "purposeLine": "Bitcoin.com Wallet", "bundleName": "bitcoincom", "appUri": "bitcoincom", @@ -18,7 +18,7 @@ "appDescription": "Bitcoin.com Wallet", "winAppName": "BitcoinWallet", "WindowsStoreIdentityName": "18C7659D.Bitcoin.com-SecureBitcoinWallet", - "WindowsStoreDisplayName": "Bitcoin.com - Secure Bitcoin Wallet", + "WindowsStoreDisplayName": "Bitcoin.com Wallet", "wpPublisherId": "{31cdd08b-457c-413d-b440-f6665eec847d}", "wpProductId": "{5381aa50-9069-11e4-84cc-293caf9cbdc8}", "windowsAppId": "804636ee-b017-4cad-8719-e58ac97ffa5c", diff --git a/app-template/package-template.json b/app-template/package-template.json index 955e33e7e..2ee9e6d14 100644 --- a/app-template/package-template.json +++ b/app-template/package-template.json @@ -14,7 +14,7 @@ "main": "www/index.html", "title": "*USERVISIBLENAME*", "window": { - "title": "*USERVISIBLENAME* - *PURPOSELINE*", + "title": "*USERVISIBLENAME*", "icon": "www/img/app/icon.png", "toolbar": false, "show": true,