forked from mirror/openmw-tes3mp
Merged pull request #1752
This commit is contained in:
commit
4c4d4672d4
2 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
|||
Bug #4429: [Windows] Error on build INSTALL.vcxproj project (debug) with cmake 3.7.2
|
||||
Bug #4432: Guards behaviour is incorrect if they do not have AI packages
|
||||
Bug #4433: Guard behaviour is incorrect with Alarm = 0
|
||||
Feature #4324: Add CFBundleIdentifier in Info.plist to allow for macOS function key shortcuts
|
||||
Feature #4345: Add equivalents for the command line commands to Launcher
|
||||
Feature #4444: Per-group KF-animation files support
|
||||
|
||||
|
|
|
@ -8,6 +8,8 @@
|
|||
<string>English</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>openmw-launcher</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>org.openmw.openmw</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleLongVersionString</key>
|
||||
|
|
Loading…
Reference in a new issue