25 lines
710 B
Plaintext
25 lines
710 B
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||
|
<plist version="1.0">
|
||
|
<dict>
|
||
|
<key>CFBundleDisplayName</key>
|
||
|
<string>underbridge</string>
|
||
|
<key>CFBundleExecutable</key>
|
||
|
<string>underbridge</string>
|
||
|
<key>CFBundleIconFile</key>
|
||
|
<string>logo.ico</string>
|
||
|
<key>CFBundleIdentifier</key>
|
||
|
<string>underbridge</string>
|
||
|
<key>CFBundleInfoDictionaryVersion</key>
|
||
|
<string>6.0</string>
|
||
|
<key>CFBundleName</key>
|
||
|
<string>underbridge</string>
|
||
|
<key>CFBundlePackageType</key>
|
||
|
<string>APPL</string>
|
||
|
<key>CFBundleShortVersionString</key>
|
||
|
<string>0.0.0</string>
|
||
|
<key>NSHighResolutionCapable</key>
|
||
|
<true/>
|
||
|
</dict>
|
||
|
</plist>
|