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

Sun, 30 Nov 2014 12:04:06 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 30 Nov 2014 12:04:06 +0100
branch
5_5_x
changeset 3951
aac0d9fd2bc2
parent 3949
1ce546a04f0a
child 3952
6a7a407548d0

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:57:30 2014 +0100
+++ b/install.py	Sun Nov 30 12:04:06 2014 +0100
@@ -879,7 +879,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