From bbbc51e931c3a7018f2f19f61fa823190ee6fbb1 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 24 Sep 2013 01:49:59 +0300 Subject: Create a proper Info.plist for the OS X app bundle already in configure After recent instdir changes the SCPZIP_REPLACE thing was not used any more for Info.plist, so all the ${FOO} things were left in Info.plist unexpanded with predictably wonky results, a non-working app. Instead just expand it from the configure script. While at it, use a correct CFBundleShortVersionString: only three integers should be in that. Also, hardcode FILEFORMATNAME as OpenOffice.org and FILEFORMATVERSION as 1.0, and drop the "variables", as that is what those "variables" *means*. They were used to refer to the OOo 1.0 formats. (It would have been utterly wrong to define them as something else, like another product name and a newer version number, in openoffice.lst, so pointless to have them there.) Drop the meaningless BUILDIDCWS. Change-Id: I4030aa060b78e8b3fb812a6362869996e8db7d3d --- sysui/CustomTarget_infoplist.mk | 5 +- sysui/desktop/macosx/Info.plist | 1427 ------------------------------------ sysui/desktop/macosx/Info.plist.in | 1427 ++++++++++++++++++++++++++++++++++++ 3 files changed, 1430 insertions(+), 1429 deletions(-) delete mode 100755 sysui/desktop/macosx/Info.plist create mode 100755 sysui/desktop/macosx/Info.plist.in (limited to 'sysui') diff --git a/sysui/CustomTarget_infoplist.mk b/sysui/CustomTarget_infoplist.mk index 48e8cc84fefb..f8625c2d1132 100644 --- a/sysui/CustomTarget_infoplist.mk +++ b/sysui/CustomTarget_infoplist.mk @@ -9,6 +9,7 @@ info_WORKDIR := $(call gb_CustomTarget_get_workdir,sysui/infoplist) info_SRCDIR := $(SRCDIR)/sysui/desktop/macosx +info_BUILDDIR := $(BUILDDIR)/sysui/desktop/macosx $(eval $(call gb_CustomTarget_CustomTarget,sysui/infoplist)) @@ -24,8 +25,8 @@ $(info_WORKDIR)/PkgInfo: $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),ECH,1) echo "APPLLIBO" > $@ -$(info_WORKDIR)/Info.plist: $(info_SRCDIR)/Info.plist - sed -e "s|\%EXECUTABLE|soffice|g" $< > $@ +$(info_WORKDIR)/Info.plist: $(info_BUILDDIR)/Info.plist + cp $< $@ $(info_WORKDIR)/InfoPlist_%.zip: $(info_WORKDIR)/InfoPlist_%/InfoPlist.strings $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),ZIP,1) diff --git a/sysui/desktop/macosx/Info.plist b/sysui/desktop/macosx/Info.plist deleted file mode 100755 index 5a682dc39d36..000000000000 --- a/sysui/desktop/macosx/Info.plist +++ /dev/null @@ -1,1427 +0,0 @@ - - - - - - CFBundleDevelopmentRegion - English - - UTExportedTypeDeclarations - - - - UTTypeIdentifier - org.openoffice.text - UTTypeDescription - ${FILEFORMATNAME} ${FILEFORMATVERSION} Text - UTTypeConformsTo - - public.data - public.content - - UTTypeTagSpecification - - public.filename-extension - - sxw - sdw - - public.mime-type - - application/vnd.sun.xml.writer - application/vnd.stardivision.writer - - - - - UTTypeIdentifier - org.oasis-open.opendocument.text - UTTypeDescription - OpenDocument Text - UTTypeConformsTo - - public.data - public.content - - UTTypeTagSpecification - - public.filename-extension - - odt - - public.mime-type - - application/vnd.oasis.opendocument.text - - - - - - - UTTypeIdentifier - org.openoffice.spreadsheet - UTTypeDescription - ${FILEFORMATNAME} ${FILEFORMATVERSION} Spreadsheet - UTTypeConformsTo - - public.data - public.content - - UTTypeTagSpecification - - public.filename-extension - - sxc - sdc - - public.mime-type - - application/vnd.sun.xml.calc - application/vnd.stardivision.calc - - - - - UTTypeIdentifier - org.oasis-open.opendocument.spreadsheet - UTTypeDescription - OpenDocument Spreadsheet - UTTypeConformsTo - - public.data - public.content - - UTTypeTagSpecification - - public.filename-extension - - ods - - public.mime-type - - application/vnd.oasis.opendocument.spreadsheet - - - - - - - UTTypeIdentifier - org.openoffice.presentation - UTTypeDescription - ${FILEFORMATNAME} ${FILEFORMATVERSION} Presentation - UTTypeConformsTo - - public.data - public.content - - UTTypeTagSpecification - - public.filename-extension - - sxi - sdd - sdp - - public.mime-type - - application/vnd.sun.xml.impress - application/vnd.stardivision.impress - application/vnd.stardivision.impress-packed - - - - - UTTypeIdentifier - org.oasis-open.opendocument.presentation - UTTypeDescription - OpenDocument Presentation - UTTypeConformsTo - - public.data - public.content - - UTTypeTagSpecification - - public.filename-extension - - odp - - public.mime-type - - application/vnd.oasis.opendocument.presentation - - - - - - - UTTypeIdentifier - org.openoffice.graphics - UTTypeDescription - ${FILEFORMATNAME} ${FILEFORMATVERSION} Drawing - UTTypeConformsTo - - public.data - public.content - - UTTypeTagSpecification - - public.filename-extension - - sxd - sda - - public.mime-type - - application/vnd.sun.xml.draw - application/vnd.stardivision.draw - - - - - UTTypeIdentifier - org.oasis-open.opendocument.graphics - UTTypeDescription - OpenDocument Drawing - UTTypeConformsTo - - public.data - public.content - - UTTypeTagSpecification - - public.filename-extension - - odg - - public.mime-type - - application/vnd.oasis.opendocument.graphics - - - - - - - UTTypeIdentifier - org.openoffice.text-master - UTTypeDescription - ${FILEFORMATNAME} ${FILEFORMATVERSION} Master - UTTypeConformsTo - - public.data - public.content - - UTTypeTagSpecification - - public.filename-extension - - sxg - - public.mime-type - - application/vnd.sun.xml.writer.global - - - - - UTTypeIdentifier - org.oasis-open.opendocument.text-master - UTTypeDescription - OpenDocument Master - UTTypeConformsTo - - public.data - public.content - - UTTypeTagSpecification - - public.filename-extension - - odm - - public.mime-type - - application/vnd.oasis.opendocument.text-master - - - - - - - UTTypeIdentifier - org.openoffice.formula - UTTypeDescription - ${FILEFORMATNAME} ${FILEFORMATVERSION} Formula - UTTypeConformsTo - - public.data - public.content - - UTTypeTagSpecification - - public.filename-extension - - sxm - smf - - public.mime-type - - application/vnd.sun.xml.math - application/vnd.stardivision.math - - - - - UTTypeIdentifier - org.oasis-open.opendocument.formula - UTTypeDescription - OpenDocument Formula - UTTypeConformsTo - - public.data - public.content - - UTTypeTagSpecification - - public.filename-extension - - odf - - public.mime-type - - application/vnd.oasis.opendocument.formula - - - - - - - UTTypeIdentifier - org.openoffice.text-template - UTTypeDescription - ${FILEFORMATNAME} ${FILEFORMATVERSION} Text Template - UTTypeConformsTo - - public.data - public.content - - UTTypeTagSpecification - - public.filename-extension - - stw - - public.mime-type - - application/vnd.sun.xml.writer.template - - - - - UTTypeIdentifier - org.oasis-open.opendocument.text-template - UTTypeDescription - OpenDocument Text Template - UTTypeConformsTo - - public.data - public.content - - UTTypeTagSpecification - - public.filename-extension - - ott - - public.mime-type - - application/vnd.oasis.opendocument.text-template - - - - - - - UTTypeIdentifier - org.openoffice.spreadsheet-template - UTTypeDescription - ${FILEFORMATNAME} ${FILEFORMATVERSION} Spreadsheet Template - UTTypeConformsTo - - public.data - public.content - - UTTypeTagSpecification - - public.filename-extension - - stc - - public.mime-type - - application/vnd.sun.xml.calc.template - - - - - UTTypeIdentifier - org.oasis-open.opendocument.spreadsheet-template - UTTypeDescription - OpenDocument Spreadsheet Template - UTTypeConformsTo - - public.data - public.content - - UTTypeTagSpecification - - public.filename-extension - - ots - - public.mime-type - - application/vnd.oasis.opendocument.spreadsheet-template - - - - - - - UTTypeIdentifier - org.openoffice.presentation-template - UTTypeDescription - ${FILEFORMATNAME} ${FILEFORMATVERSION} Presentation Template - UTTypeConformsTo - - public.data - public.content - - UTTypeTagSpecification - - public.filename-extension - - sti - - public.mime-type - - application/vnd.sun.xml.impress.template - - - - - UTTypeIdentifier - org.oasis-open.opendocument.presentation-template - UTTypeDescription - OpenDocument Presentation Template - UTTypeConformsTo - - public.data - public.content - - UTTypeTagSpecification - - public.filename-extension - - otp - - public.mime-type - - application/vnd.oasis.opendocument.presentation-template - - - - - - - UTTypeIdentifier - org.openoffice.graphics-template - UTTypeDescription - ${FILEFORMATNAME} ${FILEFORMATVERSION} Drawing Template - UTTypeConformsTo - - public.data - public.content - - UTTypeTagSpecification - - public.filename-extension - - std - - public.mime-type - - application/vnd.sun.xml.draw.template - - - - - UTTypeIdentifier - org.oasis-open.opendocument.graphics-template - UTTypeDescription - OpenDocument Drawing Template - UTTypeConformsTo - - public.data - public.content - - UTTypeTagSpecification - - public.filename-extension - - otg - - public.mime-type - - application/vnd.oasis.opendocument.graphics-template - - - - - - - UTTypeIdentifier - org.oasis-open.opendocument.database - UTTypeDescription - OpenDocument Database - UTTypeConformsTo - - public.data - public.content - - UTTypeTagSpecification - - public.filename-extension - - odb - - public.mime-type - - application/vnd.oasis.opendocument.database - - - - - - - UTTypeIdentifier - org.openoffice.extension - UTTypeDescription - ${PRODUCTNAME} Extension - UTTypeConformsTo - - public.data - public.content - - UTTypeTagSpecification - - public.filename-extension - - oxt - - public.mime-type - - application/vnd.openofficeorg.extension - - - - - - UTImportedTypeDeclarations - - - - UTTypeConformsTo - - org.openxmlformats.openxml - public.composite-content - - UTTypeDescription - Office Open XML word processing document - UTTypeIdentifier - org.openxmlformats.wordprocessingml.document - UTTypeTagSpecification - - public.filename-extension - - docx - - public.mime-type - - application/vnd.openxmlformats-officedocument.wordprocessingml.document - - - - - UTTypeConformsTo - - org.openxmlformats.openxml - public.composite-content - public.executable - - UTTypeDescription - Office Open XML word processing document (macros enabled) - UTTypeIdentifier - org.openxmlformats.wordprocessingml.document.macroenabled - UTTypeTagSpecification - - public.filename-extension - - docm - - public.mime-type - - application/vnd.ms-word.document.macroEnabled.12 - - - - - UTTypeConformsTo - - org.openxmlformats.openxml - public.composite-content - - UTTypeDescription - Office Open XML word processing template - UTTypeIdentifier - org.openxmlformats.wordprocessingml.template - UTTypeTagSpecification - - public.filename-extension - - dotx - - public.mime-type - - application/vnd.openxmlformats-officedocument.wordprocessingml.template - - - - - UTTypeConformsTo - - org.openxmlformats.openxml - public.composite-content - public.executable - - UTTypeDescription - Office Open XML word processing template (macros enabled) - UTTypeIdentifier - org.openxmlformats.wordprocessingml.template.macroenabled - UTTypeTagSpecification - - public.filename-extension - - dotm - - public.mime-type - - application/vnd.ms-word.template.macroEnabled.12 - - - - - - - UTTypeConformsTo - - org.openxmlformats.openxml - public.composite-content - - UTTypeDescription - Office Open XML spreadsheet template - UTTypeIdentifier - org.openxmlformats.spreadsheetml.template - UTTypeTagSpecification - - public.filename-extension - - xltx - - public.mime-type - - application/vnd.openxmlformats-officedocument.spreadsheetml.template - - - - - UTTypeConformsTo - - org.openxmlformats.openxml - public.composite-content - public.executable - - UTTypeDescription - Office Open XML spreadsheet template (macros enabled) - UTTypeIdentifier - org.openxmlformats.spreadsheetml.template.macroenabled - UTTypeTagSpecification - - public.filename-extension - - xltm - - public.mime-type - - application/vnd.ms-excel.template.macroEnabled.12 - - - - - UTTypeConformsTo - - org.openxmlformats.openxml - public.composite-content - - UTTypeDescription - Office Open XML spreadsheet - UTTypeIdentifier - org.openxmlformats.spreadsheetml.sheet - UTTypeTagSpecification - - public.filename-extension - - xlsx - - public.mime-type - - application/vnd.openxmlformats-officedocument.spreadsheetml.sheet - - - - - UTTypeConformsTo - - public.zip-archive - public.composite-content - public.executable - - UTTypeDescription - Microsoft Excel 2007 spreadsheet (macros enabled) - UTTypeIdentifier - com.microsoft.excel.sheet.binary.macroenabled - UTTypeTagSpecification - - public.filename-extension - - xlsb - - public.mime-type - - application/vnd.ms-excel.sheet.binary.macroEnabled.12 - - - - - UTTypeConformsTo - - org.openxmlformats.openxml - public.composite-content - public.executable - - UTTypeDescription - Office Open XML spreadsheet (macros enabled) - UTTypeIdentifier - org.openxmlformats.spreadsheetml.sheet.macroenabled - UTTypeTagSpecification - - public.filename-extension - - xlsm - - public.mime-type - - application/vnd.ms-excel.sheet.macroEnabled.12 - - - - - - - UTTypeConformsTo - - org.openxmlformats.openxml - public.presentation - - UTTypeDescription - Office Open XML presentation - UTTypeIdentifier - org.openxmlformats.presentationml.presentation - UTTypeTagSpecification - - public.filename-extension - - pptx - - public.mime-type - - application/vnd.openxmlformats-officedocument.presentationml.presentation - - - - - UTTypeConformsTo - - org.openxmlformats.openxml - public.presentation - public.executable - - UTTypeDescription - Office Open XML presentation (macros enabled) - UTTypeIdentifier - org.openxmlformats.presentationml.presentation.macroenabled - UTTypeTagSpecification - - public.filename-extension - - pptm - - public.mime-type - - application/vnd.ms-powerpoint.presentation.macroEnabled.12 - - - - - UTTypeConformsTo - - org.openxmlformats.openxml - public.presentation - public.executable - - UTTypeDescription - Office Open XML presentation template - UTTypeIdentifier - org.openxmlformats.presentationml.template - UTTypeTagSpecification - - public.filename-extension - - potx - - public.mime-type - - application/vnd.openxmlformats-officedocument.presentationml.template - - - - - UTTypeConformsTo - - org.openxmlformats.openxml - public.presentation - public.executable - - UTTypeDescription - Office Open XML presentation template (macros enabled) - UTTypeIdentifier - org.openxmlformats.presentationml.template.macroenabled - UTTypeTagSpecification - - public.filename-extension - - potm - - public.mime-type - - application/vnd.ms-powerpoint.template.macroEnabled.12 - - - - - - - CFBundleDocumentTypes - - - CFBundleTypeExtensions - - sxw - sdw - - CFBundleTypeMIMETypes - - application/vnd.sun.xml.writer - application/vnd.stardivision.writer - - CFBundleTypeIconFile - text.icns - CFBundleTypeName - ${FILEFORMATNAME} ${FILEFORMATVERSION} Text - CFBundleTypeRole - Editor - LSIsAppleDefaultForType - - - - CFBundleTypeExtensions - - odt - - CFBundleTypeMIMETypes - - application/vnd.oasis.opendocument.text - - CFBundleTypeIconFile - oasis-text.icns - CFBundleTypeName - OpenDocument Text - CFBundleTypeRole - Editor - LSIsAppleDefaultForType - - - - CFBundleTypeExtensions - - sxc - sdc - - CFBundleTypeMIMETypes - - application/vnd.sun.xml.calc - application/vnd.stardivision.calc - - CFBundleTypeIconFile - spreadsheet.icns - CFBundleTypeName - ${FILEFORMATNAME} ${FILEFORMATVERSION} Spreadsheet - CFBundleTypeRole - Editor - LSIsAppleDefaultForType - - - - CFBundleTypeExtensions - - ods - - CFBundleTypeMIMETypes - - application/vnd.oasis.opendocument.spreadsheet - - CFBundleTypeIconFile - oasis-spreadsheet.icns - CFBundleTypeName - OpenDocument Spreadsheet - CFBundleTypeRole - Editor - LSIsAppleDefaultForType - - - - CFBundleTypeExtensions - - sxi - sdd - sdp - - CFBundleTypeMIMETypes - - application/vnd.sun.xml.impress - application/vnd.stardivision.impress - application/vnd.stardivision.impress-packed - - CFBundleTypeIconFile - presentation.icns - CFBundleTypeName - ${FILEFORMATNAME} ${FILEFORMATVERSION} Presentation - CFBundleTypeRole - Editor - LSIsAppleDefaultForType - - - - CFBundleTypeExtensions - - odp - - CFBundleTypeMIMETypes - - application/vnd.oasis.opendocument.presentation - - CFBundleTypeIconFile - oasis-presentation.icns - CFBundleTypeName - OpenDocument Presentation - CFBundleTypeRole - Editor - LSIsAppleDefaultForType - - - - CFBundleTypeExtensions - - sxd - sda - - CFBundleTypeMIMETypes - - application/vnd.sun.xml.draw - application/vnd.stardivision.draw - - CFBundleTypeIconFile - drawing.icns - CFBundleTypeName - ${FILEFORMATNAME} ${FILEFORMATVERSION} Drawing - CFBundleTypeRole - Editor - LSIsAppleDefaultForType - - - - CFBundleTypeExtensions - - odg - - CFBundleTypeMIMETypes - - application/vnd.oasis.opendocument.graphics - - CFBundleTypeIconFile - oasis-drawing.icns - CFBundleTypeName - OpenDocument Drawing - CFBundleTypeRole - Editor - LSIsAppleDefaultForType - - - - CFBundleTypeExtensions - - sxg - - CFBundleTypeMIMETypes - - application/vnd.sun.xml.writer.global - - CFBundleTypeIconFile - master-document.icns - CFBundleTypeName - ${FILEFORMATNAME} ${FILEFORMATVERSION} Master - CFBundleTypeRole - Editor - LSIsAppleDefaultForType - - - - CFBundleTypeExtensions - - odm - - CFBundleTypeMIMETypes - - application/vnd.oasis.opendocument.text-master - - CFBundleTypeIconFile - oasis-master-document.icns - CFBundleTypeName - OpenDocument Master - CFBundleTypeRole - Editor - LSIsAppleDefaultForType - - - - CFBundleTypeExtensions - - sxm - smf - - CFBundleTypeMIMETypes - - application/vnd.sun.xml.math - application/vnd.stardivision.math - - CFBundleTypeIconFile - formula.icns - CFBundleTypeName - ${FILEFORMATNAME} ${FILEFORMATVERSION} Formula - CFBundleTypeRole - Editor - LSIsAppleDefaultForType - - - - CFBundleTypeExtensions - - odf - - CFBundleTypeMIMETypes - - application/vnd.oasis.opendocument.formula - - CFBundleTypeIconFile - oasis-formula.icns - CFBundleTypeName - OpenDocument Formula - CFBundleTypeRole - Editor - LSIsAppleDefaultForType - - - - CFBundleTypeExtensions - - stw - - CFBundleTypeMIMETypes - - application/vnd.sun.xml.writer.template - - CFBundleTypeIconFile - text-template.icns - CFBundleTypeName - ${FILEFORMATNAME} ${FILEFORMATVERSION} Text Template - CFBundleTypeRole - Editor - LSIsAppleDefaultForType - - - - CFBundleTypeExtensions - - ott - - CFBundleTypeMIMETypes - - application/vnd.oasis.opendocument.text-template - - CFBundleTypeIconFile - oasis-text-template.icns - CFBundleTypeName - OpenDocument Text Template - CFBundleTypeRole - Editor - LSIsAppleDefaultForType - - - - CFBundleTypeExtensions - - stc - - CFBundleTypeMIMETypes - - application/vnd.sun.xml.calc.template - - CFBundleTypeIconFile - spreadsheet-template.icns - CFBundleTypeName - ${FILEFORMATNAME} ${FILEFORMATVERSION} Spreadsheet Template - CFBundleTypeRole - Editor - LSIsAppleDefaultForType - - - - CFBundleTypeExtensions - - ots - - CFBundleTypeMIMETypes - - application/vnd.oasis.opendocument.spreadsheet-template - - CFBundleTypeIconFile - oasis-spreadsheet-template.icns - CFBundleTypeName - OpenDocument Spreadsheet Template - CFBundleTypeRole - Editor - LSIsAppleDefaultForType - - - - CFBundleTypeExtensions - - sti - - CFBundleTypeMIMETypes - - application/vnd.sun.xml.impress.template - - CFBundleTypeIconFile - presentation-template.icns - CFBundleTypeName - ${FILEFORMATNAME} ${FILEFORMATVERSION} Presentation Template - CFBundleTypeRole - Editor - LSIsAppleDefaultForType - - - - CFBundleTypeExtensions - - otp - - CFBundleTypeMIMETypes - - application/vnd.oasis.opendocument.presentation-template - - CFBundleTypeIconFile - oasis-presentation-template.icns - CFBundleTypeName - OpenDocument Presentation Template - CFBundleTypeRole - Editor - LSIsAppleDefaultForType - - - - CFBundleTypeExtensions - - std - - CFBundleTypeMIMETypes - - application/vnd.sun.xml.draw.template - - CFBundleTypeIconFile - drawing-template.icns - CFBundleTypeName - ${FILEFORMATNAME} ${FILEFORMATVERSION} Drawing Template - CFBundleTypeRole - Editor - LSIsAppleDefaultForType - - - - CFBundleTypeExtensions - - otg - - CFBundleTypeMIMETypes - - application/vnd.oasis.opendocument.graphics-template - - CFBundleTypeIconFile - oasis-drawing-template.icns - CFBundleTypeName - OpenDocument Drawing Template - CFBundleTypeRole - Editor - LSIsAppleDefaultForType - - - - CFBundleTypeExtensions - - odb - - CFBundleTypeMIMETypes - - application/vnd.oasis.opendocument.database - - CFBundleTypeIconFile - oasis-database.icns - CFBundleTypeName - OpenDocument Database - CFBundleTypeRole - Editor - LSIsAppleDefaultForType - - - - CFBundleTypeExtensions - - doc - dot - rtf - html - htm - pdb - xml - psw - wpd - jtd - jtt - hwp - wps - dif - dbf - xls - xlw - xlt - slk - csv - wk1 - wk2 - 123 - pxl - ppt - pps - pot - cgm - dxf - emf - eps - met - pct - sgf - sgv - svm - wmf - bmp - gif - jpg - jpeg - jfif - jif - jpe - pbm - pcx - pgm - png - ppm - psd - ras - tga - tif - tiff - xbm - xpm - pcd - oth - mml - - CFBundleTypeRole - Editor - - - CFBundleTypeExtensions - - txt - TXT - text - * - - CFBundleTypeName - TEXT - CFBundleTypeOSTypes - - TEXT - sEXT - ttro - - CFBundleTypeRole - Editor - - - LSItemContentTypes - - org.openoffice.text - org.oasis-open.opendocument.text - org.openoffice.spreadsheet - org.oasis-open.opendocument.spreadsheet - org.openoffice.presentation - org.oasis-open.opendocument.presentation - org.openoffice.graphics - org.oasis-open.opendocument.graphics - org.openoffice.text-master - org.oasis-open.opendocument.text-master - org.openoffice.formula - org.oasis-open.opendocument.formula - org.openoffice.text-template - org.oasis-open.opendocument.text-template - org.openoffice.spreadsheet-template - org.oasis-open.opendocument.spreadsheet-template - org.openoffice.presentation-template - org.oasis-open.opendocument.presentation-template - org.openoffice.graphics-template - org.oasis-open.opendocument.graphics-template - org.oasis-open.opendocument.database - org.oasis-open.opendocument.chart - public.rtf - public.html - public.jpeg - public.tiff - public.png - public.xbitmap-image - com.adobe.encapsulated-postscript - com.microsoft.bmp - com.microsoft.word.doc - com.microsoft.excel.xls - com.microsoft.powerpoint.ppt - org.openxmlformats.wordprocessingml.document - org.openxmlformats.wordprocessingml.document.macroenabled - org.openxmlformats.wordprocessingml.template - org.openxmlformats.wordprocessingml.template.macroenabled - org.openxmlformats.spreadsheetml.sheet - org.openxmlformats.spreadsheetml.sheet.macroenabled - com.microsoft.excel.sheet.binary.macroenabled - org.openxmlformats.spreadsheetml.template - org.openxmlformats.spreadsheetml.template.macroenabled - org.openxmlformats.presentationml.presentation - org.openxmlformats.presentationml.presentation.macroenabled - org.openxmlformats.presentationml.template - org.openxmlformats.presentationml.template.macroenabled - - CFBundleTypeRole - Editor - - - CFBundleTypeExtensions - - oxt - - CFBundleTypeMIMETypes - - application/vnd.openofficeorg.extension - - CFBundleTypeIconFile - extension.icns - CFBundleTypeName - ${PRODUCTNAME} Extension - CFBundleTypeRole - Viewer - LSIsAppleDefaultForType - - - - CFBundleExecutable - %EXECUTABLE - CFBundleGetInfoString - ${PRODUCTNAME} ${ABOUTBOXPRODUCTVERSION} ${BUILDIDCWS} - CFBundleIconFile - main.icns - CFBundleShortVersionString - ${ABOUTBOXPRODUCTVERSION} - CFBundleIdentifier - ${BUNDLEIDENTIFIER} - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - ${PRODUCTNAME} - CFBundlePackageType - APPL - CFBundleSignature - LibO - LSRequiresCarbon - 1 - NSPrincipalClass - VCL_NSApplication - LSApplicationCategoryType - public.app-category.productivity - - - diff --git a/sysui/desktop/macosx/Info.plist.in b/sysui/desktop/macosx/Info.plist.in new file mode 100755 index 000000000000..6cc134313ab1 --- /dev/null +++ b/sysui/desktop/macosx/Info.plist.in @@ -0,0 +1,1427 @@ + + + + + + CFBundleDevelopmentRegion + English + + UTExportedTypeDeclarations + + + + UTTypeIdentifier + org.openoffice.text + UTTypeDescription + OpenOffice.org 1.0 Text + UTTypeConformsTo + + public.data + public.content + + UTTypeTagSpecification + + public.filename-extension + + sxw + sdw + + public.mime-type + + application/vnd.sun.xml.writer + application/vnd.stardivision.writer + + + + + UTTypeIdentifier + org.oasis-open.opendocument.text + UTTypeDescription + OpenDocument Text + UTTypeConformsTo + + public.data + public.content + + UTTypeTagSpecification + + public.filename-extension + + odt + + public.mime-type + + application/vnd.oasis.opendocument.text + + + + + + + UTTypeIdentifier + org.openoffice.spreadsheet + UTTypeDescription + OpenOffice.org 1.0 Spreadsheet + UTTypeConformsTo + + public.data + public.content + + UTTypeTagSpecification + + public.filename-extension + + sxc + sdc + + public.mime-type + + application/vnd.sun.xml.calc + application/vnd.stardivision.calc + + + + + UTTypeIdentifier + org.oasis-open.opendocument.spreadsheet + UTTypeDescription + OpenDocument Spreadsheet + UTTypeConformsTo + + public.data + public.content + + UTTypeTagSpecification + + public.filename-extension + + ods + + public.mime-type + + application/vnd.oasis.opendocument.spreadsheet + + + + + + + UTTypeIdentifier + org.openoffice.presentation + UTTypeDescription + OpenOffice.org 1.0 Presentation + UTTypeConformsTo + + public.data + public.content + + UTTypeTagSpecification + + public.filename-extension + + sxi + sdd + sdp + + public.mime-type + + application/vnd.sun.xml.impress + application/vnd.stardivision.impress + application/vnd.stardivision.impress-packed + + + + + UTTypeIdentifier + org.oasis-open.opendocument.presentation + UTTypeDescription + OpenDocument Presentation + UTTypeConformsTo + + public.data + public.content + + UTTypeTagSpecification + + public.filename-extension + + odp + + public.mime-type + + application/vnd.oasis.opendocument.presentation + + + + + + + UTTypeIdentifier + org.openoffice.graphics + UTTypeDescription + OpenOffice.org 1.0 Drawing + UTTypeConformsTo + + public.data + public.content + + UTTypeTagSpecification + + public.filename-extension + + sxd + sda + + public.mime-type + + application/vnd.sun.xml.draw + application/vnd.stardivision.draw + + + + + UTTypeIdentifier + org.oasis-open.opendocument.graphics + UTTypeDescription + OpenDocument Drawing + UTTypeConformsTo + + public.data + public.content + + UTTypeTagSpecification + + public.filename-extension + + odg + + public.mime-type + + application/vnd.oasis.opendocument.graphics + + + + + + + UTTypeIdentifier + org.openoffice.text-master + UTTypeDescription + OpenOffice.org 1.0 Master + UTTypeConformsTo + + public.data + public.content + + UTTypeTagSpecification + + public.filename-extension + + sxg + + public.mime-type + + application/vnd.sun.xml.writer.global + + + + + UTTypeIdentifier + org.oasis-open.opendocument.text-master + UTTypeDescription + OpenDocument Master + UTTypeConformsTo + + public.data + public.content + + UTTypeTagSpecification + + public.filename-extension + + odm + + public.mime-type + + application/vnd.oasis.opendocument.text-master + + + + + + + UTTypeIdentifier + org.openoffice.formula + UTTypeDescription + OpenOffice.org 1.0 Formula + UTTypeConformsTo + + public.data + public.content + + UTTypeTagSpecification + + public.filename-extension + + sxm + smf + + public.mime-type + + application/vnd.sun.xml.math + application/vnd.stardivision.math + + + + + UTTypeIdentifier + org.oasis-open.opendocument.formula + UTTypeDescription + OpenDocument Formula + UTTypeConformsTo + + public.data + public.content + + UTTypeTagSpecification + + public.filename-extension + + odf + + public.mime-type + + application/vnd.oasis.opendocument.formula + + + + + + + UTTypeIdentifier + org.openoffice.text-template + UTTypeDescription + OpenOffice.org 1.0 Text Template + UTTypeConformsTo + + public.data + public.content + + UTTypeTagSpecification + + public.filename-extension + + stw + + public.mime-type + + application/vnd.sun.xml.writer.template + + + + + UTTypeIdentifier + org.oasis-open.opendocument.text-template + UTTypeDescription + OpenDocument Text Template + UTTypeConformsTo + + public.data + public.content + + UTTypeTagSpecification + + public.filename-extension + + ott + + public.mime-type + + application/vnd.oasis.opendocument.text-template + + + + + + + UTTypeIdentifier + org.openoffice.spreadsheet-template + UTTypeDescription + OpenOffice.org 1.0 Spreadsheet Template + UTTypeConformsTo + + public.data + public.content + + UTTypeTagSpecification + + public.filename-extension + + stc + + public.mime-type + + application/vnd.sun.xml.calc.template + + + + + UTTypeIdentifier + org.oasis-open.opendocument.spreadsheet-template + UTTypeDescription + OpenDocument Spreadsheet Template + UTTypeConformsTo + + public.data + public.content + + UTTypeTagSpecification + + public.filename-extension + + ots + + public.mime-type + + application/vnd.oasis.opendocument.spreadsheet-template + + + + + + + UTTypeIdentifier + org.openoffice.presentation-template + UTTypeDescription + OpenOffice.org 1.0 Presentation Template + UTTypeConformsTo + + public.data + public.content + + UTTypeTagSpecification + + public.filename-extension + + sti + + public.mime-type + + application/vnd.sun.xml.impress.template + + + + + UTTypeIdentifier + org.oasis-open.opendocument.presentation-template + UTTypeDescription + OpenDocument Presentation Template + UTTypeConformsTo + + public.data + public.content + + UTTypeTagSpecification + + public.filename-extension + + otp + + public.mime-type + + application/vnd.oasis.opendocument.presentation-template + + + + + + + UTTypeIdentifier + org.openoffice.graphics-template + UTTypeDescription + OpenOffice.org 1.0 Drawing Template + UTTypeConformsTo + + public.data + public.content + + UTTypeTagSpecification + + public.filename-extension + + std + + public.mime-type + + application/vnd.sun.xml.draw.template + + + + + UTTypeIdentifier + org.oasis-open.opendocument.graphics-template + UTTypeDescription + OpenDocument Drawing Template + UTTypeConformsTo + + public.data + public.content + + UTTypeTagSpecification + + public.filename-extension + + otg + + public.mime-type + + application/vnd.oasis.opendocument.graphics-template + + + + + + + UTTypeIdentifier + org.oasis-open.opendocument.database + UTTypeDescription + OpenDocument Database + UTTypeConformsTo + + public.data + public.content + + UTTypeTagSpecification + + public.filename-extension + + odb + + public.mime-type + + application/vnd.oasis.opendocument.database + + + + + + + UTTypeIdentifier + org.openoffice.extension + UTTypeDescription + @PRODUCTNAME@ Extension + UTTypeConformsTo + + public.data + public.content + + UTTypeTagSpecification + + public.filename-extension + + oxt + + public.mime-type + + application/vnd.openofficeorg.extension + + + + + + UTImportedTypeDeclarations + + + + UTTypeConformsTo + + org.openxmlformats.openxml + public.composite-content + + UTTypeDescription + Office Open XML word processing document + UTTypeIdentifier + org.openxmlformats.wordprocessingml.document + UTTypeTagSpecification + + public.filename-extension + + docx + + public.mime-type + + application/vnd.openxmlformats-officedocument.wordprocessingml.document + + + + + UTTypeConformsTo + + org.openxmlformats.openxml + public.composite-content + public.executable + + UTTypeDescription + Office Open XML word processing document (macros enabled) + UTTypeIdentifier + org.openxmlformats.wordprocessingml.document.macroenabled + UTTypeTagSpecification + + public.filename-extension + + docm + + public.mime-type + + application/vnd.ms-word.document.macroEnabled.12 + + + + + UTTypeConformsTo + + org.openxmlformats.openxml + public.composite-content + + UTTypeDescription + Office Open XML word processing template + UTTypeIdentifier + org.openxmlformats.wordprocessingml.template + UTTypeTagSpecification + + public.filename-extension + + dotx + + public.mime-type + + application/vnd.openxmlformats-officedocument.wordprocessingml.template + + + + + UTTypeConformsTo + + org.openxmlformats.openxml + public.composite-content + public.executable + + UTTypeDescription + Office Open XML word processing template (macros enabled) + UTTypeIdentifier + org.openxmlformats.wordprocessingml.template.macroenabled + UTTypeTagSpecification + + public.filename-extension + + dotm + + public.mime-type + + application/vnd.ms-word.template.macroEnabled.12 + + + + + + + UTTypeConformsTo + + org.openxmlformats.openxml + public.composite-content + + UTTypeDescription + Office Open XML spreadsheet template + UTTypeIdentifier + org.openxmlformats.spreadsheetml.template + UTTypeTagSpecification + + public.filename-extension + + xltx + + public.mime-type + + application/vnd.openxmlformats-officedocument.spreadsheetml.template + + + + + UTTypeConformsTo + + org.openxmlformats.openxml + public.composite-content + public.executable + + UTTypeDescription + Office Open XML spreadsheet template (macros enabled) + UTTypeIdentifier + org.openxmlformats.spreadsheetml.template.macroenabled + UTTypeTagSpecification + + public.filename-extension + + xltm + + public.mime-type + + application/vnd.ms-excel.template.macroEnabled.12 + + + + + UTTypeConformsTo + + org.openxmlformats.openxml + public.composite-content + + UTTypeDescription + Office Open XML spreadsheet + UTTypeIdentifier + org.openxmlformats.spreadsheetml.sheet + UTTypeTagSpecification + + public.filename-extension + + xlsx + + public.mime-type + + application/vnd.openxmlformats-officedocument.spreadsheetml.sheet + + + + + UTTypeConformsTo + + public.zip-archive + public.composite-content + public.executable + + UTTypeDescription + Microsoft Excel 2007 spreadsheet (macros enabled) + UTTypeIdentifier + com.microsoft.excel.sheet.binary.macroenabled + UTTypeTagSpecification + + public.filename-extension + + xlsb + + public.mime-type + + application/vnd.ms-excel.sheet.binary.macroEnabled.12 + + + + + UTTypeConformsTo + + org.openxmlformats.openxml + public.composite-content + public.executable + + UTTypeDescription + Office Open XML spreadsheet (macros enabled) + UTTypeIdentifier + org.openxmlformats.spreadsheetml.sheet.macroenabled + UTTypeTagSpecification + + public.filename-extension + + xlsm + + public.mime-type + + application/vnd.ms-excel.sheet.macroEnabled.12 + + + + + + + UTTypeConformsTo + + org.openxmlformats.openxml + public.presentation + + UTTypeDescription + Office Open XML presentation + UTTypeIdentifier + org.openxmlformats.presentationml.presentation + UTTypeTagSpecification + + public.filename-extension + + pptx + + public.mime-type + + application/vnd.openxmlformats-officedocument.presentationml.presentation + + + + + UTTypeConformsTo + + org.openxmlformats.openxml + public.presentation + public.executable + + UTTypeDescription + Office Open XML presentation (macros enabled) + UTTypeIdentifier + org.openxmlformats.presentationml.presentation.macroenabled + UTTypeTagSpecification + + public.filename-extension + + pptm + + public.mime-type + + application/vnd.ms-powerpoint.presentation.macroEnabled.12 + + + + + UTTypeConformsTo + + org.openxmlformats.openxml + public.presentation + public.executable + + UTTypeDescription + Office Open XML presentation template + UTTypeIdentifier + org.openxmlformats.presentationml.template + UTTypeTagSpecification + + public.filename-extension + + potx + + public.mime-type + + application/vnd.openxmlformats-officedocument.presentationml.template + + + + + UTTypeConformsTo + + org.openxmlformats.openxml + public.presentation + public.executable + + UTTypeDescription + Office Open XML presentation template (macros enabled) + UTTypeIdentifier + org.openxmlformats.presentationml.template.macroenabled + UTTypeTagSpecification + + public.filename-extension + + potm + + public.mime-type + + application/vnd.ms-powerpoint.template.macroEnabled.12 + + + + + + + CFBundleDocumentTypes + + + CFBundleTypeExtensions + + sxw + sdw + + CFBundleTypeMIMETypes + + application/vnd.sun.xml.writer + application/vnd.stardivision.writer + + CFBundleTypeIconFile + text.icns + CFBundleTypeName + OpenOffice.org 1.0 Text + CFBundleTypeRole + Editor + LSIsAppleDefaultForType + + + + CFBundleTypeExtensions + + odt + + CFBundleTypeMIMETypes + + application/vnd.oasis.opendocument.text + + CFBundleTypeIconFile + oasis-text.icns + CFBundleTypeName + OpenDocument Text + CFBundleTypeRole + Editor + LSIsAppleDefaultForType + + + + CFBundleTypeExtensions + + sxc + sdc + + CFBundleTypeMIMETypes + + application/vnd.sun.xml.calc + application/vnd.stardivision.calc + + CFBundleTypeIconFile + spreadsheet.icns + CFBundleTypeName + OpenOffice.org 1.0 Spreadsheet + CFBundleTypeRole + Editor + LSIsAppleDefaultForType + + + + CFBundleTypeExtensions + + ods + + CFBundleTypeMIMETypes + + application/vnd.oasis.opendocument.spreadsheet + + CFBundleTypeIconFile + oasis-spreadsheet.icns + CFBundleTypeName + OpenDocument Spreadsheet + CFBundleTypeRole + Editor + LSIsAppleDefaultForType + + + + CFBundleTypeExtensions + + sxi + sdd + sdp + + CFBundleTypeMIMETypes + + application/vnd.sun.xml.impress + application/vnd.stardivision.impress + application/vnd.stardivision.impress-packed + + CFBundleTypeIconFile + presentation.icns + CFBundleTypeName + OpenOffice.org 1.0 Presentation + CFBundleTypeRole + Editor + LSIsAppleDefaultForType + + + + CFBundleTypeExtensions + + odp + + CFBundleTypeMIMETypes + + application/vnd.oasis.opendocument.presentation + + CFBundleTypeIconFile + oasis-presentation.icns + CFBundleTypeName + OpenDocument Presentation + CFBundleTypeRole + Editor + LSIsAppleDefaultForType + + + + CFBundleTypeExtensions + + sxd + sda + + CFBundleTypeMIMETypes + + application/vnd.sun.xml.draw + application/vnd.stardivision.draw + + CFBundleTypeIconFile + drawing.icns + CFBundleTypeName + OpenOffice.org 1.0 Drawing + CFBundleTypeRole + Editor + LSIsAppleDefaultForType + + + + CFBundleTypeExtensions + + odg + + CFBundleTypeMIMETypes + + application/vnd.oasis.opendocument.graphics + + CFBundleTypeIconFile + oasis-drawing.icns + CFBundleTypeName + OpenDocument Drawing + CFBundleTypeRole + Editor + LSIsAppleDefaultForType + + + + CFBundleTypeExtensions + + sxg + + CFBundleTypeMIMETypes + + application/vnd.sun.xml.writer.global + + CFBundleTypeIconFile + master-document.icns + CFBundleTypeName + OpenOffice.org 1.0 Master + CFBundleTypeRole + Editor + LSIsAppleDefaultForType + + + + CFBundleTypeExtensions + + odm + + CFBundleTypeMIMETypes + + application/vnd.oasis.opendocument.text-master + + CFBundleTypeIconFile + oasis-master-document.icns + CFBundleTypeName + OpenDocument Master + CFBundleTypeRole + Editor + LSIsAppleDefaultForType + + + + CFBundleTypeExtensions + + sxm + smf + + CFBundleTypeMIMETypes + + application/vnd.sun.xml.math + application/vnd.stardivision.math + + CFBundleTypeIconFile + formula.icns + CFBundleTypeName + OpenOffice.org 1.0 Formula + CFBundleTypeRole + Editor + LSIsAppleDefaultForType + + + + CFBundleTypeExtensions + + odf + + CFBundleTypeMIMETypes + + application/vnd.oasis.opendocument.formula + + CFBundleTypeIconFile + oasis-formula.icns + CFBundleTypeName + OpenDocument Formula + CFBundleTypeRole + Editor + LSIsAppleDefaultForType + + + + CFBundleTypeExtensions + + stw + + CFBundleTypeMIMETypes + + application/vnd.sun.xml.writer.template + + CFBundleTypeIconFile + text-template.icns + CFBundleTypeName + OpenOffice.org 1.0 Text Template + CFBundleTypeRole + Editor + LSIsAppleDefaultForType + + + + CFBundleTypeExtensions + + ott + + CFBundleTypeMIMETypes + + application/vnd.oasis.opendocument.text-template + + CFBundleTypeIconFile + oasis-text-template.icns + CFBundleTypeName + OpenDocument Text Template + CFBundleTypeRole + Editor + LSIsAppleDefaultForType + + + + CFBundleTypeExtensions + + stc + + CFBundleTypeMIMETypes + + application/vnd.sun.xml.calc.template + + CFBundleTypeIconFile + spreadsheet-template.icns + CFBundleTypeName + OpenOffice.org 1.0 Spreadsheet Template + CFBundleTypeRole + Editor + LSIsAppleDefaultForType + + + + CFBundleTypeExtensions + + ots + + CFBundleTypeMIMETypes + + application/vnd.oasis.opendocument.spreadsheet-template + + CFBundleTypeIconFile + oasis-spreadsheet-template.icns + CFBundleTypeName + OpenDocument Spreadsheet Template + CFBundleTypeRole + Editor + LSIsAppleDefaultForType + + + + CFBundleTypeExtensions + + sti + + CFBundleTypeMIMETypes + + application/vnd.sun.xml.impress.template + + CFBundleTypeIconFile + presentation-template.icns + CFBundleTypeName + OpenOffice.org 1.0 Presentation Template + CFBundleTypeRole + Editor + LSIsAppleDefaultForType + + + + CFBundleTypeExtensions + + otp + + CFBundleTypeMIMETypes + + application/vnd.oasis.opendocument.presentation-template + + CFBundleTypeIconFile + oasis-presentation-template.icns + CFBundleTypeName + OpenDocument Presentation Template + CFBundleTypeRole + Editor + LSIsAppleDefaultForType + + + + CFBundleTypeExtensions + + std + + CFBundleTypeMIMETypes + + application/vnd.sun.xml.draw.template + + CFBundleTypeIconFile + drawing-template.icns + CFBundleTypeName + OpenOffice.org 1.0 Drawing Template + CFBundleTypeRole + Editor + LSIsAppleDefaultForType + + + + CFBundleTypeExtensions + + otg + + CFBundleTypeMIMETypes + + application/vnd.oasis.opendocument.graphics-template + + CFBundleTypeIconFile + oasis-drawing-template.icns + CFBundleTypeName + OpenDocument Drawing Template + CFBundleTypeRole + Editor + LSIsAppleDefaultForType + + + + CFBundleTypeExtensions + + odb + + CFBundleTypeMIMETypes + + application/vnd.oasis.opendocument.database + + CFBundleTypeIconFile + oasis-database.icns + CFBundleTypeName + OpenDocument Database + CFBundleTypeRole + Editor + LSIsAppleDefaultForType + + + + CFBundleTypeExtensions + + doc + dot + rtf + html + htm + pdb + xml + psw + wpd + jtd + jtt + hwp + wps + dif + dbf + xls + xlw + xlt + slk + csv + wk1 + wk2 + 123 + pxl + ppt + pps + pot + cgm + dxf + emf + eps + met + pct + sgf + sgv + svm + wmf + bmp + gif + jpg + jpeg + jfif + jif + jpe + pbm + pcx + pgm + png + ppm + psd + ras + tga + tif + tiff + xbm + xpm + pcd + oth + mml + + CFBundleTypeRole + Editor + + + CFBundleTypeExtensions + + txt + TXT + text + * + + CFBundleTypeName + TEXT + CFBundleTypeOSTypes + + TEXT + sEXT + ttro + + CFBundleTypeRole + Editor + + + LSItemContentTypes + + org.openoffice.text + org.oasis-open.opendocument.text + org.openoffice.spreadsheet + org.oasis-open.opendocument.spreadsheet + org.openoffice.presentation + org.oasis-open.opendocument.presentation + org.openoffice.graphics + org.oasis-open.opendocument.graphics + org.openoffice.text-master + org.oasis-open.opendocument.text-master + org.openoffice.formula + org.oasis-open.opendocument.formula + org.openoffice.text-template + org.oasis-open.opendocument.text-template + org.openoffice.spreadsheet-template + org.oasis-open.opendocument.spreadsheet-template + org.openoffice.presentation-template + org.oasis-open.opendocument.presentation-template + org.openoffice.graphics-template + org.oasis-open.opendocument.graphics-template + org.oasis-open.opendocument.database + org.oasis-open.opendocument.chart + public.rtf + public.html + public.jpeg + public.tiff + public.png + public.xbitmap-image + com.adobe.encapsulated-postscript + com.microsoft.bmp + com.microsoft.word.doc + com.microsoft.excel.xls + com.microsoft.powerpoint.ppt + org.openxmlformats.wordprocessingml.document + org.openxmlformats.wordprocessingml.document.macroenabled + org.openxmlformats.wordprocessingml.template + org.openxmlformats.wordprocessingml.template.macroenabled + org.openxmlformats.spreadsheetml.sheet + org.openxmlformats.spreadsheetml.sheet.macroenabled + com.microsoft.excel.sheet.binary.macroenabled + org.openxmlformats.spreadsheetml.template + org.openxmlformats.spreadsheetml.template.macroenabled + org.openxmlformats.presentationml.presentation + org.openxmlformats.presentationml.presentation.macroenabled + org.openxmlformats.presentationml.template + org.openxmlformats.presentationml.template.macroenabled + + CFBundleTypeRole + Editor + + + CFBundleTypeExtensions + + oxt + + CFBundleTypeMIMETypes + + application/vnd.openofficeorg.extension + + CFBundleTypeIconFile + extension.icns + CFBundleTypeName + @PRODUCTNAME@ Extension + CFBundleTypeRole + Viewer + LSIsAppleDefaultForType + + + + CFBundleExecutable + soffice + CFBundleGetInfoString + @PRODUCTNAME@ @LIBO_VERSION_MAJOR@.@LIBO_VERSION_MINOR@.@LIBO_VERSION_MICRO@.@LIBO_VERSION_PATCH@@LIBO_VERSION_SUFFIX@ + CFBundleIconFile + main.icns + CFBundleShortVersionString + @MACOSX_BUNDLE_SHORTVERSION@ + CFBundleIdentifier + @MACOSX_BUNDLE_IDENTIFIER@ + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + @PRODUCTNAME@ + CFBundlePackageType + APPL + CFBundleSignature + LibO + LSRequiresCarbon + 1 + NSPrincipalClass + VCL_NSApplication + LSApplicationCategoryType + public.app-category.productivity + + + -- cgit