Commit part of koda's patch which applies cleanly:
- added libSDLmain.a in library generation
- Info.plist now is automatically generated
- completed iphone variant
<?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>CFBundleExecutable</key>
<string>hedgewars</string>
<key>CFBundleIconFile</key>
<string>Icon.icns</string>
<key>CFBundleIdentifier</key>
<string>com.hedgewars</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>LSMinimumSystemVersion</key>
<string>10.5.0</string>
<key>CFBundleSignature</key>
<string>Hedge</string>
<key>CFBundleVersion</key>
<string>${HEDGEWARS_VERSION}</string>
</dict>
</plist>