Index: build/config/mac/rules.gni |
diff --git a/build/config/mac/rules.gni b/build/config/mac/rules.gni |
index a1c3c2ca16473849aab63d18cf8d05ce57e8d0b3..c91e12e46594109322eb21914578fbfc8357a34d 100644 |
--- a/build/config/mac/rules.gni |
+++ b/build/config/mac/rules.gni |
@@ -338,7 +338,7 @@ template("mac_app_bundle") { |
":$_info_plist_bundle_data", |
":$_pkg_info_bundle_data", |
] |
- product_type = "com.apple.product-type.application" |
Robert Sesek
2016/06/17 12:46:16
Remove this change.
Miguel Garcia
2016/06/17 17:10:49
Done.
|
+ |
bundle_root_dir = "$root_out_dir/${_output_name}.app/Contents" |
bundle_resources_dir = "$bundle_root_dir/Resources" |
bundle_executable_dir = "$bundle_root_dir/MacOS" |