# HG changeset patch # User Andre Heinecke # Date 1475767175 -7200 # Node ID ef35abf8be35f090986f2755943075faad7b6cc9 # Parent 7204024777b4f7be34c3acf739825a1fed07be46 Fix MacOSXBundleInfo.plist.in diff -r 7204024777b4 -r ef35abf8be35 INSTALL --- a/INSTALL Thu Oct 06 17:05:14 2016 +0200 +++ b/INSTALL Thu Oct 06 17:19:35 2016 +0200 @@ -184,7 +184,7 @@ You can now create a .dmg image for distribution: - mv clickerconvert.app EduExportConvert.app + mv eduexportconvert.app EduExportConvert.app hdiutil create -ov -format UDZO -volname EduExportConvert -srcfolder EduExportConvert.app \ -o EduExportConvert.dmg -imagekey zlib-level=9 diff -r 7204024777b4 -r ef35abf8be35 cmake/MacOSXBundleInfo.plist.in --- a/cmake/MacOSXBundleInfo.plist.in Thu Oct 06 17:05:14 2016 +0200 +++ b/cmake/MacOSXBundleInfo.plist.in Thu Oct 06 17:19:35 2016 +0200 @@ -32,27 +32,26 @@ NSHumanReadableCopyright ${MACOSX_BUNDLE_COPYRIGHT} - CFBundleDocumentTypes - - - CFBundleTypeExtensions - - edu - - CFBundleTypeIconFile - icon.icns - CFBundleTypeMIMETypes - - application/edu-app - - CFBundleTypeName - EduApp Export - CFBundleTypeRole - Editor - LSTypeIsPackage - - - - ${MACOSX_BUNDLE_COPYRIGHT} + CFBundleDocumentTypes + + + CFBundleTypeExtensions + + edu + + CFBundleTypeIconFile + icon.icns + CFBundleTypeMIMETypes + + application/edu-app + + CFBundleTypeName + EduApp Export + CFBundleTypeRole + Editor + LSTypeIsPackage + + +