mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-11 02:48:31 +02:00
Added Lazarus IDE Application Bundle for Mac OS X with mainicon, with help from Phil J. Hess
git-svn-id: trunk@12510 -
This commit is contained in:
parent
1a9ab26796
commit
ae68d570ac
5
.gitattributes
vendored
5
.gitattributes
vendored
@ -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
|
||||
|
131
lazarus.app/Contents/Info.plist
Normal file
131
lazarus.app/Contents/Info.plist
Normal file
@ -0,0 +1,131 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>English</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>lazarus</string>
|
||||
<key>CFBundleDisplayName</key>
|
||||
<string>Lazarus IDE</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>Lazarus IDE</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>lazarus</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>lazi</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.0</string>
|
||||
<key>CSResourcesFileMapped</key>
|
||||
<true/>
|
||||
<key>CFBundleDocumentTypes</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>CFBundleTypeRole</key>
|
||||
<string>Editor</string>
|
||||
<key>CFBundleTypeExtension</key>
|
||||
<string>*</string>
|
||||
<key>CFBundleTypeOSTypes</key>
|
||||
<array>
|
||||
<string>****</string>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>CFBundleTypeRole</key>
|
||||
<string>Editor</string>
|
||||
<key>CFBundleTypeExtension</key>
|
||||
<array>
|
||||
<string>pas</string>
|
||||
<string>pp</string>
|
||||
<string>inc</string>
|
||||
</array>
|
||||
<key>CFBundleTypeIconFile</key>
|
||||
<string>lazarussource</string>
|
||||
<key>CFBundleTypeMIMETypes</key>
|
||||
<string>text/pascal</string>
|
||||
<key>CFBundleTypeName</key>
|
||||
<string>public.pascal-source</string>
|
||||
<key>CFBundleTypeOSTypes</key>
|
||||
<array>
|
||||
<string>****</string>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>CFBundleTypeRole</key>
|
||||
<string>Editor</string>
|
||||
<key>CFBundleTypeExtension</key>
|
||||
<array>
|
||||
<string>lpr</string>
|
||||
</array>
|
||||
<key>CFBundleTypeIconFile</key>
|
||||
<string>lazarusproject</string>
|
||||
<key>CFBundleTypeMIMETypes</key>
|
||||
<string>text/pascal</string>
|
||||
<key>CFBundleTypeName</key>
|
||||
<string>public.lazarus-project-source</string>
|
||||
<key>CFBundleTypeOSTypes</key>
|
||||
<array>
|
||||
<string>****</string>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>CFBundleTypeRole</key>
|
||||
<string>Editor</string>
|
||||
<key>CFBundleTypeExtension</key>
|
||||
<array>
|
||||
<string>lpi</string>
|
||||
</array>
|
||||
<key>CFBundleTypeIconFile</key>
|
||||
<string>lazarusproject</string>
|
||||
<key>CFBundleTypeMIMETypes</key>
|
||||
<string>text/xml</string>
|
||||
<key>CFBundleTypeName</key>
|
||||
<string>public.lazarus-project-info</string>
|
||||
<key>CFBundleTypeOSTypes</key>
|
||||
<array>
|
||||
<string>****</string>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>CFBundleTypeRole</key>
|
||||
<string>Editor</string>
|
||||
<key>CFBundleTypeExtension</key>
|
||||
<array>
|
||||
<string>lpk</string>
|
||||
</array>
|
||||
<key>CFBundleTypeIconFile</key>
|
||||
<string>lazaruspackage</string>
|
||||
<key>CFBundleTypeMIMETypes</key>
|
||||
<string>text/xml</string>
|
||||
<key>CFBundleTypeName</key>
|
||||
<string>public.lazarus-package-info</string>
|
||||
<key>CFBundleTypeOSTypes</key>
|
||||
<array>
|
||||
<string>****</string>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>CFBundleTypeRole</key>
|
||||
<string>Editor</string>
|
||||
<key>CFBundleTypeExtension</key>
|
||||
<array>
|
||||
<string>lfm</string>
|
||||
</array>
|
||||
<key>CFBundleTypeIconFile</key>
|
||||
<string>lazarusform</string>
|
||||
<key>CFBundleTypeMIMETypes</key>
|
||||
<string>text/plain</string>
|
||||
<key>CFBundleTypeName</key>
|
||||
<string>public.lazarus-form-source</string>
|
||||
<key>CFBundleTypeOSTypes</key>
|
||||
<array>
|
||||
<string>****</string>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</plist>);
|
1
lazarus.app/Contents/MacOS/lazarus
Normal file
1
lazarus.app/Contents/MacOS/lazarus
Normal file
@ -0,0 +1 @@
|
||||
../../../lazarus
|
1
lazarus.app/Contents/PkgInfo
Normal file
1
lazarus.app/Contents/PkgInfo
Normal file
@ -0,0 +1 @@
|
||||
APPL????
|
13
lazarus.app/Contents/Resources/README.rtf
Normal file
13
lazarus.app/Contents/Resources/README.rtf
Normal file
@ -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 \
|
||||
\
|
||||
|
||||
\
|
||||
|
||||
}
|
BIN
lazarus.app/Contents/Resources/lazarus.icns
Normal file
BIN
lazarus.app/Contents/Resources/lazarus.icns
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user