332 Commits

Author SHA1 Message Date
Sofartin
7eb172b7e9 Fix InfoPlist.strings encoding
(cherry-picked from commit d584ebded602a8ae5957feea2c3eb09620e87d34)
2018-10-07 03:18:00 +00:00
Sofartin
0da9c0ab62 Fixed Xcode Project for new Wesnoth 1.15
(cherry-picked from commit 4764dcaf5e84d1bcf30d64d0cd6624d2d3c72bce)
2018-10-07 03:17:57 +00:00
Sofartin
84ce193ef8 Fixed Xcode project after #2647 2018-03-16 12:51:41 -05:00
Sofartin
e8da52f4c4 Fixed Xcode Project after dfc42e8 2018-03-15 11:18:30 +02:00
Sofartin
c861a54369 Fixed Xcode project 2018-03-13 19:58:43 -05:00
Sofartin
07436dd7bd Add missing scenario-story.cfg in data 2018-03-07 13:59:52 -06:00
Sofartin
ff6e78a60f Fix of Fix Xcode Project after 078f61c 2018-03-07 01:01:45 -06:00
Sofartin
25d459c480 Fix Xcode Project after 078f61c 2018-03-07 01:01:45 -06:00
Sofartin
51478f2545 Fixed Xcode project 2018-02-22 08:46:43 -06:00
Sofartin
24d113d473 Add missing files to Xcode project and include systeml libraries as absolute path. Don't include system libraries into .app bundle, it is bad idea. 2018-02-14 17:22:49 +01:00
Sofartin
940cd3a781 Remove duplicated headers search path
`$(PROJECT_DIR)/Headers` is included in `System Header Search Path` so this is just redundant duplicate.
2018-02-11 21:06:20 +11:00
Sofartin
90e693fdce 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
2018-02-10 22:37:43 -05:00
Sofartin
d9d67f0b95 Update Xcode project 2018-02-05 13:55:01 +02:00
Sofartin
4f798e8121 Downgrade Xcode project back to C++11 (#2439)
Downgrading Xcode project to C++11 until 1.14 release
2018-02-04 15:30:31 -05:00
Sofartin
2935b6a186 Fix and Upgrade Xcode project 2018-02-04 19:05:16 +02:00
mattsc
ddc4334143 Update Xcode project 2017-12-16 07:34:28 -08:00
mattsc
5987ff88ae Update Xcode project 2017-11-24 11:23:52 -08:00
mattsc
e0899d5b81 Update Xcode project 2017-11-12 09:30:24 -08:00
mattsc
8d2a3d369b Update Xcode project 2017-11-08 22:25:45 -08:00
mattsc
5d7f00b3c0 Update Xcode project 2017-10-24 20:25:11 -07:00
Sofartin
a672f3c8a6 Fix for error: unused typedef in Xcode builds
This PR fixes this:
```
10:43:06 In file included from /Users/user/.jenkins/workspace/Wesnoth/src/color_range.cpp:24:
10:43:06 In file included from ../../src/map/map.hpp:22:
10:43:06 In file included from ../../src/terrain/translation.hpp:29:
10:43:06 In file included from Headers/boost/multi_array.hpp:21:
10:43:06 In file included from Headers/boost/multi_array/base.hpp:28:
10:43:06 Headers/boost/multi_array/concept_checks.hpp:42:43: error: unused typedef 'index_range' [-Werror,-Wunused-local-typedef]
10:43:06       typedef typename Array::index_range index_range;
10:43:06                                           ^
10:43:06 Headers/boost/multi_array/concept_checks.hpp:43:37: error: unused typedef 'index' [-Werror,-Wunused-local-typedef]
10:43:06       typedef typename Array::index index;
10:43:06                                     ^
10:43:06 Headers/boost/multi_array/concept_checks.hpp:53:43: error: unused typedef 'index_range' [-Werror,-Wunused-local-typedef]
10:43:06       typedef typename Array::index_range index_range;
10:43:06                                           ^
10:43:06 Headers/boost/multi_array/concept_checks.hpp:54:37: error: unused typedef 'index' [-Werror,-Wunused-local-typedef]
10:43:06       typedef typename Array::index index;
10:43:06                                     ^
10:43:06 4 errors generated.
```
2017-09-21 14:26:21 -04:00
Sofartin
b441b375b4 Fixed Xcode project build (#1907)
I added new source files and removed old ones.
Xcode project now works
2017-08-19 22:38:12 -04:00
Sofartin
fd77dd8115 Add revision info inside macOS releases. (#1858)
I added 'autorevision.sh' script inside Xcode project. Now DEBUG targets will contain revision number.
This script is used in CMAKE 'project' and I just added it also to Xcode project.
2017-07-25 19:56:22 -04:00
Sofartin
dd5983b176 Updated Xcode project. (#1859)
I added missing function_gamestate.*pp files inside Xcode project.
2017-07-23 13:02:05 -04:00
Sofartin
4d41c8aa08 Removed duplicates inside project file. (#1854) 2017-07-23 10:56:03 -04:00
Martin Proud
5dce3a3a53 Fixed issue where libcrypto was not copied over to Frameworks during build
Removed unused libcrypto compiler flag (not needed)
2017-06-04 11:23:53 -05:00
Celtic Minstrel
933ff02800 Fix for notifications in macOS showing as not built when looking at build info in the game.
Updated the macOS project file to include a new dependency on libcrypto.
2017-06-04 10:36:01 -05:00
mattsc
451e22ddda Update Xcode project 2017-05-22 07:24:01 -07:00
Celtic Minstrel
96ca0b026e Replace config_of with new variadic config constructor 2017-05-21 16:27:46 -04:00
mattsc
a774ebad09 Update Xcode project 2017-05-19 08:34:29 -07:00
Charles Dang
1ea8e0f05c Renamed wmi_container to wmi_manager
Since it's not a container anymore, it shouldn't be called such.
2017-05-19 06:50:57 +11:00
mattsc
fa090237e9 Update Xcode project 2017-05-11 08:35:35 -07:00
mattsc
e0f8b52204 Update Xcode project 2017-05-10 10:23:25 -07:00
mattsc
6e1abcca1e Update Xcode project with preferences files moves 2017-05-06 06:54:06 -07:00
mattsc
2fec050050 Update Xcode project 2017-05-03 11:05:16 -07:00
mattsc
ad4a65c8ef Update Xcode project 2017-04-30 07:15:19 -07:00
mattsc
ea9c4b849f Update Xcode project 2017-04-20 19:37:39 -07:00
mattsc
6f221f9bb9 Update Xcode project 2017-04-17 06:31:39 -07:00
mattsc
c590149102 Update Xcode project 2017-04-11 07:10:15 -07:00
mattsc
4d76be9d61 Update Xcode project 2017-04-09 07:10:17 -07:00
mattsc
be3cf5fa62 Update Xcode project to fix linker warnings
This fixes several warnings of this type:
ld: warning: direct access in return_to_play_side_exception::execute()
to global weak symbol typeinfo for lua_jailbreak_exception means the
weak symbol cannot be overridden at runtime. This was likely caused by
different translation units being compiled with different visibility
settings.
2017-04-08 19:12:05 -07:00
mattsc
35917891e9 Update Xcode project 2017-04-02 07:52:37 -07:00
mattsc
3b2ff54e2f Update Xcode project 2017-03-23 19:00:39 -07:00
mattsc
cada1d24ee Update Xcode project 2017-03-23 13:43:37 -07:00
mattsc
930fb368c5 Update Xcode project 2017-03-16 17:05:46 -07:00
mattsc
d02d145533 Xcode project: add some more header files 2016-12-17 17:06:23 -08:00
mattsc
15b8fd1dea Update Xcode project 2016-12-17 16:52:19 -08:00
mattsc
057749bd76 Update Xcode project 2016-12-10 12:00:56 -08:00
mattsc
0f2b2f5271 Update Xcode project 2016-12-09 19:59:22 -08:00
Celtic Minstrel
435609549e XCode: Add libintl back; apparently libharfbuzz depends on it 2016-12-02 16:04:08 -05:00