mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-24 22:14:36 +02:00
56ffd05648
1. vcmiclient now usese custom Info.plist 2. Original H3 game data is now also stored in Application Support folder
11 lines
308 B
Plaintext
11 lines
308 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>CFBundleIconFile</key>
|
|
<string>vcmi.icns</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>0.91</string>
|
|
</dict>
|
|
</plist>
|