make sure Info.plist has a CFBundleIdentifier entry
This commit is contained in:
parent
ddc82ea944
commit
9896ea24f9
|
@ -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…
Reference in New Issue