More work on bug 1999, added missing CFBundleExecutable key to Info.plist

This commit is contained in:
Sam Lantinga 2013-07-31 21:31:23 -07:00
parent 3d680115c7
commit 9b622dc41e

View file

@ -22,5 +22,7 @@
<string>SDLX</string>
<key>CFBundleVersion</key>
<string>2.0.0</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
</dict>
</plist>