From 764e7754eca5d3b11cea063c580c6ad8fc6fe7a3 Mon Sep 17 00:00:00 2001 From: Joao Moreno Date: Thu, 10 Dec 2015 09:53:21 +0100 Subject: [PATCH] fix darwin bundle id --- product.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product.json b/product.json index e17a8d3020e..ec14d2131c1 100644 --- a/product.json +++ b/product.json @@ -5,7 +5,7 @@ "companyName": "Microsoft Corporation", "copyright": "Copyright (C) 2015 Microsoft. All rights reserved", "licenseUrl": "https://github.com/Microsoft/vscode/blob/master/LICENSE.txt", - "darwinBundleIdentifier": "code.visualstudio.com.Code", + "darwinBundleIdentifier": "com.visualstudio.code.oss", "darwinApplicationCategoryType": "public.app-category.developer-tools", "darwinBundleDocumentTypes": [{ "name": "Code OSS Build document",