mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-10 08:02:36 +02:00
130 lines
3.4 KiB
Plaintext
130 lines
3.4 KiB
Plaintext
<?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>CFBundleName</key>
|
|
<string>Lazarus</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>
|