Index: build/config/mac/write_pkg_info.py |
diff --git a/build/config/mac/write_pkg_info.py b/build/config/mac/write_pkg_info.py |
index b03e77928059d67cd8e20a82536faad81cc1847e..4812d82acb4cdd289fb45d9329b1e9700094076f 100644 |
--- a/build/config/mac/write_pkg_info.py |
+++ b/build/config/mac/write_pkg_info.py |
@@ -26,9 +26,9 @@ def Main(): |
plist = plistlib.readPlist(args.plist) |
package_type = plist['CFBundlePackageType'] |
- if package_type != 'APPL': |
- raise ValueError('Expected CFBundlePackageType to be %s, got %s' % \ |
- ('AAPL', package_type)) |
+ #if package_type != 'APPL': |
+ # raise ValueError('Expected CFBundlePackageType to be %s, got %s' % \ |
+ # ('AAPL', package_type)) |
# The format of PkgInfo is eight characters, representing the bundle type |
# and bundle signature, each four characters. If that is missing, four |