lhelp: added application bundle

git-svn-id: trunk@38078 -
This commit is contained in:
mattias 2012-07-28 14:46:56 +00:00
parent 679d0a2cff
commit 4ead057cda
4 changed files with 48 additions and 0 deletions

3
.gitattributes vendored
View File

@ -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

View 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>

View File

@ -0,0 +1 @@
../../../lhelp

View File

@ -0,0 +1 @@
APPL????