6 Commits

Author SHA1 Message Date
Alarantalara
758fce774f Avoid multiple string conversions to post Growl notifications (std::string -> C string -> NSString *) 2014-12-13 10:00:35 -05:00
Alarantalara
2a23585dd1 Add autorelease pool to clean up memory in case there is no such pool in OS X implementation of SDL. 2014-12-13 10:00:35 -05:00
Alarantalara
c73215ecb9 Allow compilers that don't support OS X 10.8 to compile notifications. 2014-12-13 10:00:35 -05:00
Alarantalara
7cb0f5c86a Support new versions of Growl and Apple notification center. 2014-12-11 23:27:07 -05:00
mattsc
1945c1f492 Upgrade Xcode project to enable both i386 and x86_64 builds
The largest part of this consist of upgrading the boost and pango/cairo
libraries together with their dependencies, supporting files and
project settings. In addition, architecture, SDK and compiler options
are set to use the native versions of the given OS X version for debug
builds. The OS X deployment target is set to OS X 10.8, because of a
change in the default libraries used by OS X from 10.8 to 10.9.
For this to work, the resources in  wesnoth_compile_mac_1.13.zip need
to be installed as well.
Some other settings, e.g. font defaults, still need to be adjusted.
This will be done in separate commits. Settings for release builds will
be changed later as well.
2014-04-07 09:15:09 -07:00
Ben Anderman
c3533ffc5a Added Xcode project files in projectfiles/...
...and removed macproject/ and the readme pointing to it.
2010-08-12 20:37:31 +00:00