mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
ADD: Application Bundle
This commit is contained in:
parent
bddd895b5f
commit
03e7f72fd4
4 changed files with 59 additions and 0 deletions
57
doublecmd.app/Contents/Info.plist
Normal file
57
doublecmd.app/Contents/Info.plist
Normal file
|
|
@ -0,0 +1,57 @@
|
|||
<?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>doublecmd</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>doublecmd</string>
|
||||
<key>CFBundleLocalizations</key>
|
||||
<array>
|
||||
<string>en</string>
|
||||
<string>de</string>
|
||||
<string>es</string>
|
||||
<string>bg</string>
|
||||
<string>cs</string>
|
||||
<string>hu</string>
|
||||
<string>nl</string>
|
||||
<string>ru</string>
|
||||
<string>ua</string>
|
||||
</array>
|
||||
<key>CFBundleName</key>
|
||||
<string>Double Commander</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.company.doublecmd</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>doub</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
doublecmd.app/Contents/MacOS/doublecmd
Symbolic link
1
doublecmd.app/Contents/MacOS/doublecmd
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../../doublecmd
|
||||
1
doublecmd.app/Contents/PkgInfo
Normal file
1
doublecmd.app/Contents/PkgInfo
Normal file
|
|
@ -0,0 +1 @@
|
|||
APPL????
|
||||
BIN
doublecmd.app/Contents/Resources/doublecmd.icns
Normal file
BIN
doublecmd.app/Contents/Resources/doublecmd.icns
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue