Sofartin
f1865e0ed5
Pre-release version bump
2018-03-18 17:20:13 +11: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
Charles Dang
3a90f86674
Addressed more whitespace issues from #2613
...
[ci skip]
2018-03-12 03:48:59 +11:00
Charles Dang
471c9e876a
Addressed a large chunk of the whitespace issues from #2613
...
[ci skip]
2018-03-09 11:37:00 +11: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
30f78cc2db
Update Fix_Xcode_Dependencies
...
Update SDL2 to 2.0.8 and SDL2_image to 2.0.3
2018-03-03 18:36:50 -06:00
pentarctagon
b71f7cdc3c
Moves the ccache clang wrapper scripts to utils/travis/.
...
Also clears the ccache statistics after printing them. This means the hit/miss count will be shown per run, rather than cumulatively.
2018-02-24 10:56:05 -06:00
pentarctagon
2151ed6be1
Enable use of ccache for xcode build.
...
Also sets it to use clang rather than gcc.
2018-02-23 17:51:08 -06:00
Sofartin
21806443ec
Updated README.md for Xcode project
2018-02-22 11:10:00 -06:00
Sofartin
51478f2545
Fixed Xcode project
2018-02-22 08:46:43 -06:00
Sofartin
dcd2123026
Add missing pango dependence
2018-02-19 10:25:14 -05: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
09bc22bac8
Upgrade Info.plist
2018-02-04 19:05:16 +02:00
Sofartin
2935b6a186
Fix and Upgrade Xcode project
2018-02-04 19:05:16 +02:00
Charles Dang
b6a5341ec4
Pre-release version bump
2018-02-04 12:56:53 +11:00
Sofartin
4d7df5fffe
Update Copyright year
2018-02-02 13:50:48 +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
Charles Dang
bc86ce762d
Pre-release version bump
...
[ci skip]
A serious issue was discovered in the 1.13.9 release, so we're releasing 1.13.10 now.
2017-09-22 14:22:20 -04:00
Charles Dang
e47ea7fded
Pre-release version bump
...
[ci skip]
2017-09-21 23:05:30 -04: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
Charles Dang
bfa5ec1619
Pre-release version bump
2017-05-14 10:12:20 +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