Fixed an issue in the install script creating the Mac application bundle file.

Sun, 30 Nov 2014 12:03:42 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 30 Nov 2014 12:03:42 +0100
changeset 3950
6819272cafd5
parent 3948
6c3720179d6b
child 3955
9c3e54d351e2

Fixed an issue in the install script creating the Mac application bundle file.

install.py file | annotate | diff | comparison | revisions
--- a/install.py	Sun Nov 30 11:55:32 2014 +0100
+++ b/install.py	Sun Nov 30 12:03:42 2014 +0100
@@ -901,7 +901,7 @@
         '''    <string>????</string>\n'''
         '''    <key>CFBundleVersion</key>\n'''
         '''    <string>1.0</string>\n'''
-        '''    <keyCFBundleIdentifier</key>\n'''
+        '''    <key>CFBundleIdentifier</key>\n'''
         '''    <string>org.python-projects.eric-ide</string>\n'''
         '''</dict>\n'''
         '''</plist>\n'''.format(macAppBundleName.replace(".app", "")))

eric ide

mercurial