Index: build/config/mac/rules.gni |
diff --git a/build/config/mac/rules.gni b/build/config/mac/rules.gni |
index 9be71bcb5e81da2db80e436c59594880a00b9a90..bc7d104c9bb8808cf204b168ee8833b83679f1b6 100644 |
--- a/build/config/mac/rules.gni |
+++ b/build/config/mac/rules.gni |
@@ -296,7 +296,7 @@ template("mac_app_bundle") { |
":$_executable_bundle_data", |
":$_info_plist_bundle_data", |
] |
- |
+ product_type = "com.apple.product-type.application" |
sdefresne
2016/06/06 14:26:40
nit: can you restore the blank line you removed?
|
bundle_root_dir = "$root_out_dir/${_output_name}.app/Contents" |
bundle_resources_dir = "$bundle_root_dir/Resources" |
bundle_executable_dir = "$bundle_root_dir/MacOS" |