mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
make sure Info.plist has a CFBundleIdentifier entry
This commit is contained in:
parent
ddc82ea944
commit
9896ea24f9
1 changed files with 2 additions and 0 deletions
|
@ -127,6 +127,8 @@ class BundleBuilder(Defaults):
|
|||
else:
|
||||
self.creator = "????"
|
||||
plist.CFBundleSignature = self.creator
|
||||
if not hasattr(plist, "CFBundleIdentifier"):
|
||||
plist.CFBundleIdentifier = self.name
|
||||
|
||||
def build(self):
|
||||
"""Build the bundle."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue