commit | 9896ea24f9dd0ad895f2095b5680fafc901fea6f | [log] [tgz] |
---|---|---|
author | Just van Rossum <just@letterror.com> | Mon Jan 13 23:30:04 2003 +0000 |
committer | Just van Rossum <just@letterror.com> | Mon Jan 13 23:30:04 2003 +0000 |
tree | 02de22d8b395e8ed60d57616fd0920e4713abf19 | |
parent | ddc82ea944d330d517196b363620e0fed5426a16 [diff] [blame] |
make sure Info.plist has a CFBundleIdentifier entry
diff --git a/Lib/plat-mac/bundlebuilder.py b/Lib/plat-mac/bundlebuilder.py index 749d851..45642bd 100755 --- a/Lib/plat-mac/bundlebuilder.py +++ b/Lib/plat-mac/bundlebuilder.py
@@ -127,6 +127,8 @@ else: self.creator = "????" plist.CFBundleSignature = self.creator + if not hasattr(plist, "CFBundleIdentifier"): + plist.CFBundleIdentifier = self.name def build(self): """Build the bundle."""