diff options
author | Sam Lantinga <slouken@libsdl.org> | 2013-07-31 21:31:23 -0700 |
---|---|---|
committer | Sam Lantinga <slouken@libsdl.org> | 2013-07-31 21:31:23 -0700 |
commit | 0e06fd2dfcad35b0dd58139e3c55b1ac5308ad78 (patch) | |
tree | 59525d8a81e71f52051e6600b85bda1bf92241d5 /Xcode | |
parent | 260c212fd0c32152612eaca106b1446d01e7d3bb (diff) |
More work on bug 1999, added missing CFBundleExecutable key to Info.plist
Diffstat (limited to 'Xcode')
-rw-r--r-- | Xcode/SDL/Info-Framework.plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Xcode/SDL/Info-Framework.plist b/Xcode/SDL/Info-Framework.plist index 544baa6359..0ab4b25e3c 100644 --- a/Xcode/SDL/Info-Framework.plist +++ b/Xcode/SDL/Info-Framework.plist @@ -22,5 +22,7 @@ <string>SDLX</string> <key>CFBundleVersion</key> <string>2.0.0</string> + <key>CFBundleExecutable</key> + <string>${EXECUTABLE_NAME}</string> </dict> </plist> |