forked from mirror/nheko
parent
9189782d3b
commit
9bfd51ceed
@ -0,0 +1,33 @@ |
|||||||
|
<?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>CFBundleDisplayName</key> |
||||||
|
<string>Nheko</string> |
||||||
|
<key>CFBundleExecutable</key> |
||||||
|
<string>nheko</string> |
||||||
|
<key>CFBundleIdentifier</key> |
||||||
|
<string>nheko</string> |
||||||
|
<key>CFBundleName</key> |
||||||
|
<string>Nheko</string> |
||||||
|
<key>CFBundleIconFile</key> |
||||||
|
<string>nheko.icns</string> |
||||||
|
<key>CFBundleShortVersionString</key> |
||||||
|
<string>0.1.0</string> |
||||||
|
<key>CFBundleVersion</key> |
||||||
|
<string>0.1.0</string> |
||||||
|
<key>CFBundleDevelopmentRegion</key> |
||||||
|
<string>en</string> |
||||||
|
<key>CFBundlePackageType</key> |
||||||
|
<string>APPL</string> |
||||||
|
<key>CFBundleInfoDictionaryVersion</key> |
||||||
|
<string>6.0</string> |
||||||
|
<key>NSHighResolutionCapable</key> |
||||||
|
<true /> |
||||||
|
<key>NSMainNibFile</key> |
||||||
|
<string></string> |
||||||
|
<key>NSSupportsAutomaticGraphicsSwitching</key> |
||||||
|
<true /> |
||||||
|
</dict> |
||||||
|
</plist> |
Binary file not shown.
Loading…
Reference in new issue