mirror of
https://github.com/KranX/Vangers.git
synced 2025-11-30 23:15:27 +07:00
29 lines
846 B
Plaintext
29 lines
846 B
Plaintext
|
|
<?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>CFBundleGetInfoString</key>
|
|
<string>Vangers</string>
|
|
<key>CFBundleExecutable</key>
|
|
<string>start</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>org.vangers.www</string>
|
|
<key>CFBundleName</key>
|
|
<string>Vangers</string>
|
|
<key>CFBundleIconFile</key>
|
|
<string>iconfile</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>1.40</string>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<string>6.0</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>APPL</string>
|
|
<key>IFMajorVersion</key>
|
|
<integer>0</integer>
|
|
<key>IFMinorVersion</key>
|
|
<integer>1</integer>
|
|
<key>LSMinimumSystemVersion</key>
|
|
<string>10.12.0</string>
|
|
</dict>
|
|
</plist> |