summaryrefslogtreecommitdiff
path: root/Xcode
AgeCommit message (Collapse)AuthorFilesLines
2024-03-26Removed the macOS 10.6 Xcode projectThorbjørn Lindeijer3-2148/+53
Leaving only the slightly more recent macOS 10.7 one, in case it might be useful with getting it to work on macOS 11+.
2012-08-14Updated Xcode project for 10.7Socapex2-0/+2111
Tested-by: Frost.
2012-08-12Removed ImageLoader and ProxyImage classesThorbjørn Lindeijer1-6/+0
They allowed using gcn::Image, which in turns allows using gcn::Icon and gcn::ImageFont, but none of this is actually used anymore. Reviewed-by: Erik Schilling
2012-04-01Made changes to compile on Mac OSX 10.6 and laterDavid Athay5-0/+2780
Also added Xcode project for others to compile for Mac OSX. Reviewed-by: Thorbjørn Lindeijer