Sun, 30 Nov 2014 12:04:06 +0100
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", "")))