[Commits] [wesnoth/wesnoth] 90e693: Fixed Xcode project (#2450)
GitHub
noreply at github.com
Sun Feb 11 03:37:44 UTC 2018
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 90e693fdce5a9be6d105c4e893d7f5740cf771af
https://github.com/wesnoth/wesnoth/commit/90e693fdce5a9be6d105c4e893d7f5740cf771af
Author: Sofartin <hrubymar10 at gmail.com>
Date: 2018-02-10 (Sat, 10 Feb 2018)
Changed paths:
M .gitignore
A projectfiles/Xcode/Fix_Xcode_Dependencies
M projectfiles/Xcode/Wesnoth.xcodeproj/project.pbxproj
Log Message:
-----------
Fixed Xcode project (#2450)
* Removed bad openssl include and tuned header search paths
* Xcode project now requires libreadline 7.0 .
Added Fix_Xcode_Dependencies script. Just run it and script take care about all dependencies. No longer need to download Mac Compile Stuff.
Xcode now outputs .app which searches for .dylibs and .frameworks inside Frameworks directory in .app bundle.
* Some fixes and improvements
This commit made with help from @singalen
More information about the Commits
mailing list