diff --git a/.gitattributes b/.gitattributes index 4d49ccf3fc..a4bc9f11a8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2440,6 +2440,11 @@ languages/lazaruside.po svneol=native#text/plain languages/lazaruside.ru.po svneol=native#text/plain languages/lazaruside.ua.po svneol=native#text/plain languages/lazaruside.zh_CN.po svneol=native#text/plain +lazarus.app/Contents/Info.plist svneol=native#text/xml +lazarus.app/Contents/MacOS/lazarus -text svneol=unset#application/octet-stream +lazarus.app/Contents/PkgInfo svneol=native#text/plain +lazarus.app/Contents/Resources/README.rtf svneol=native#text/rtf +lazarus.app/Contents/Resources/lazarus.icns -text svneol=unset#image/x-icns lcl/LAYOUT.txt svneol=native#text/plain lcl/actnlist.pas svneol=native#text/pascal lcl/alllclunits.pp svneol=native#text/pascal diff --git a/lazarus.app/Contents/Info.plist b/lazarus.app/Contents/Info.plist new file mode 100644 index 0000000000..091ce4e5ec --- /dev/null +++ b/lazarus.app/Contents/Info.plist @@ -0,0 +1,131 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleExecutable + lazarus + CFBundleDisplayName + Lazarus IDE + CFBundleName + Lazarus IDE + CFBundleIconFile + lazarus + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + APPL + CFBundleSignature + lazi + CFBundleVersion + 1.0 + CSResourcesFileMapped + + CFBundleDocumentTypes + + + CFBundleTypeRole + Editor + CFBundleTypeExtension + * + CFBundleTypeOSTypes + + **** + + + + CFBundleTypeRole + Editor + CFBundleTypeExtension + + pas + pp + inc + + CFBundleTypeIconFile + lazarussource + CFBundleTypeMIMETypes + text/pascal + CFBundleTypeName + public.pascal-source + CFBundleTypeOSTypes + + **** + + + + CFBundleTypeRole + Editor + CFBundleTypeExtension + + lpr + + CFBundleTypeIconFile + lazarusproject + CFBundleTypeMIMETypes + text/pascal + CFBundleTypeName + public.lazarus-project-source + CFBundleTypeOSTypes + + **** + + + + CFBundleTypeRole + Editor + CFBundleTypeExtension + + lpi + + CFBundleTypeIconFile + lazarusproject + CFBundleTypeMIMETypes + text/xml + CFBundleTypeName + public.lazarus-project-info + CFBundleTypeOSTypes + + **** + + + + CFBundleTypeRole + Editor + CFBundleTypeExtension + + lpk + + CFBundleTypeIconFile + lazaruspackage + CFBundleTypeMIMETypes + text/xml + CFBundleTypeName + public.lazarus-package-info + CFBundleTypeOSTypes + + **** + + + + CFBundleTypeRole + Editor + CFBundleTypeExtension + + lfm + + CFBundleTypeIconFile + lazarusform + CFBundleTypeMIMETypes + text/plain + CFBundleTypeName + public.lazarus-form-source + CFBundleTypeOSTypes + + **** + + + + +); diff --git a/lazarus.app/Contents/MacOS/lazarus b/lazarus.app/Contents/MacOS/lazarus new file mode 100644 index 0000000000..c1b5dd2192 --- /dev/null +++ b/lazarus.app/Contents/MacOS/lazarus @@ -0,0 +1 @@ +../../../lazarus \ No newline at end of file diff --git a/lazarus.app/Contents/PkgInfo b/lazarus.app/Contents/PkgInfo new file mode 100644 index 0000000000..6f749b0f37 --- /dev/null +++ b/lazarus.app/Contents/PkgInfo @@ -0,0 +1 @@ +APPL???? diff --git a/lazarus.app/Contents/Resources/README.rtf b/lazarus.app/Contents/Resources/README.rtf new file mode 100644 index 0000000000..3e2657a583 --- /dev/null +++ b/lazarus.app/Contents/Resources/README.rtf @@ -0,0 +1,13 @@ +{\rtf1\mac\ansicpg10000\cocoartf102 +{\fonttbl\f0\fswiss\fcharset77 Helvetica-Bold;\f1\fswiss\fcharset77 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\margl1440\margr1440\vieww9000\viewh9000\viewkind0 +\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural + +\f0\b\fs24 \cf0 lazarus +\f1\b0 \ +\ + +\ + +} diff --git a/lazarus.app/Contents/Resources/lazarus.icns b/lazarus.app/Contents/Resources/lazarus.icns new file mode 100644 index 0000000000..3d301f1a5f Binary files /dev/null and b/lazarus.app/Contents/Resources/lazarus.icns differ