Fixed swizzle of SDL_FillRect() on 24-bit surface (thanks, "nagydavid91"!).
Fixes Bugzilla #2986.
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
5 <key>CFBundleDevelopmentRegion</key>
6 <string>English</string>
7 <key>CFBundleExecutable</key>
8 <string>${EXECUTABLE_NAME}</string>
9 <key>CFBundleGetInfoString</key>
10 <string>http://www.libsdl.org</string>
11 <key>CFBundleIconFile</key>
13 <key>CFBundleIdentifier</key>
14 <string>org.libsdl.SDL2</string>
15 <key>CFBundleInfoDictionaryVersion</key>
17 <key>CFBundleName</key>
18 <string>Simple DirectMedia Layer</string>
19 <key>CFBundlePackageType</key>
21 <key>CFBundleShortVersionString</key>
22 <string>2.0.4</string>
23 <key>CFBundleSignature</key>
25 <key>CFBundleVersion</key>
26 <string>2.0.4</string>