Extended the Mac Info.plist file contents.

Fri, 31 Oct 2014 12:45:26 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 31 Oct 2014 12:45:26 +0100
changeset 3897
ae4d4d69ad40
parent 3895
05a919adc36b
child 3898
4786fd10108b

Extended the Mac Info.plist file contents.

install.py file | annotate | diff | comparison | revisions
--- a/install.py	Fri Oct 31 12:15:04 2014 +0100
+++ b/install.py	Fri Oct 31 12:45:26 2014 +0100
@@ -822,6 +822,8 @@
         '''    <string>????</string>\n'''
         '''    <key>CFBundleVersion</key>\n'''
         '''    <string>1.0</string>\n'''
+        '''    <keyCFBundleIdentifier</key>\n'''
+        '''    <string>org.python-projects.eric-ide</string>\n'''
         '''</dict>\n'''
         '''</plist>\n'''.format(macAppBundleName.replace(".app", "")))
 

eric ide

mercurial