[Commits] [wesnoth/wesnoth] 1945c1: Upgrade Xcode project to enable both i386 and x86_...

GitHub noreply at github.com
Mon Apr 7 16:28:56 UTC 2014


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 1945c1f4926780d217104d736ad855e5bed02170
      https://github.com/wesnoth/wesnoth/commit/1945c1f4926780d217104d736ad855e5bed02170
  Author: mattsc <mattsc000 at gmail.com>
  Date:   2014-04-07 (Mon, 07 Apr 2014)

  Changed paths:
    M projectfiles/Xcode/English.lproj/InfoPlist.strings
    M projectfiles/Xcode/Mac Sources/SDLMain.m
    M projectfiles/Xcode/Resources/SDLMain.nib/designable.nib
    M projectfiles/Xcode/Resources/SDLMain.nib/keyedobjects.nib
    A projectfiles/Xcode/Resources/fonts.conf
    R projectfiles/Xcode/Resources/pango.aliases
    M projectfiles/Xcode/Resources/pango.modules
    R projectfiles/Xcode/Resources/pango/1.6.0/modules/pango-arabic-fc.so
    R projectfiles/Xcode/Resources/pango/1.6.0/modules/pango-arabic-lang.so
    R projectfiles/Xcode/Resources/pango/1.6.0/modules/pango-basic-atsui.so
    R projectfiles/Xcode/Resources/pango/1.6.0/modules/pango-basic-fc.so
    R projectfiles/Xcode/Resources/pango/1.6.0/modules/pango-hangul-fc.so
    R projectfiles/Xcode/Resources/pango/1.6.0/modules/pango-hebrew-fc.so
    R projectfiles/Xcode/Resources/pango/1.6.0/modules/pango-indic-fc.so
    R projectfiles/Xcode/Resources/pango/1.6.0/modules/pango-indic-lang.so
    R projectfiles/Xcode/Resources/pango/1.6.0/modules/pango-khmer-fc.so
    R projectfiles/Xcode/Resources/pango/1.6.0/modules/pango-syriac-fc.so
    R projectfiles/Xcode/Resources/pango/1.6.0/modules/pango-thai-fc.so
    R projectfiles/Xcode/Resources/pango/1.6.0/modules/pango-tibetan-fc.so
    A projectfiles/Xcode/Resources/pango/1.8.0/modules/pango-arabic-lang.so
    A projectfiles/Xcode/Resources/pango/1.8.0/modules/pango-basic-coretext.so
    A projectfiles/Xcode/Resources/pango/1.8.0/modules/pango-basic-fc.so
    A projectfiles/Xcode/Resources/pango/1.8.0/modules/pango-indic-lang.so
    A projectfiles/Xcode/Resources/pangorc
    M projectfiles/Xcode/Wesnoth.xcodeproj/project.pbxproj

  Log Message:
  -----------
  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.





More information about the Commits mailing list