mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 12:29:30 +02:00
lhelp: added application bundle
git-svn-id: trunk@38078 -
This commit is contained in:
parent
679d0a2cff
commit
4ead057cda
3
.gitattributes
vendored
3
.gitattributes
vendored
@ -407,6 +407,9 @@ components/chmhelp/lhelp/images/lhelp32.png -text
|
||||
components/chmhelp/lhelp/images/table_close.png -text
|
||||
components/chmhelp/lhelp/images/table_item.png -text
|
||||
components/chmhelp/lhelp/images/table_open.png -text
|
||||
components/chmhelp/lhelp/lhelp.app/Contents/Info.plist svneol=native#text/plain
|
||||
components/chmhelp/lhelp/lhelp.app/Contents/MacOS/lhelp -text svneol=unset#application/octet-stream
|
||||
components/chmhelp/lhelp/lhelp.app/Contents/PkgInfo svneol=native#text/plain
|
||||
components/chmhelp/lhelp/lhelp.ico -text svneol=unset#image/icon
|
||||
components/chmhelp/lhelp/lhelp.lpi svneol=native#text/plain
|
||||
components/chmhelp/lhelp/lhelp.lpr svneol=native#text/plain
|
||||
|
43
components/chmhelp/lhelp/lhelp.app/Contents/Info.plist
Normal file
43
components/chmhelp/lhelp/lhelp.app/Contents/Info.plist
Normal file
@ -0,0 +1,43 @@
|
||||
<?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>lhelp</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>lhelp</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.company.lhelp</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>lhel</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.1</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1</string>
|
||||
<key>CSResourcesFileMapped</key>
|
||||
<true/>
|
||||
<key>CFBundleDocumentTypes</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>CFBundleTypeRole</key>
|
||||
<string>Viewer</string>
|
||||
<key>CFBundleTypeExtensions</key>
|
||||
<array>
|
||||
<string>*</string>
|
||||
</array>
|
||||
<key>CFBundleTypeOSTypes</key>
|
||||
<array>
|
||||
<string>fold</string>
|
||||
<string>disk</string>
|
||||
<string>****</string>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</plist>
|
1
components/chmhelp/lhelp/lhelp.app/Contents/MacOS/lhelp
Symbolic link
1
components/chmhelp/lhelp/lhelp.app/Contents/MacOS/lhelp
Symbolic link
@ -0,0 +1 @@
|
||||
../../../lhelp
|
1
components/chmhelp/lhelp/lhelp.app/Contents/PkgInfo
Normal file
1
components/chmhelp/lhelp/lhelp.app/Contents/PkgInfo
Normal file
@ -0,0 +1 @@
|
||||
APPL????
|
Loading…
Reference in New Issue
Block a user