Commit Graph

9 Commits

Author SHA1 Message Date
43ad1be6ca Make sure use of C++14 and C++17 extensions are an error instead of a warning 2023-01-04 19:57:12 -05:00
e34409f3d6 Add separate Copy Frameworks phase just for the unit tests to avoid dyld not loaded errors 2023-01-04 19:57:12 -05:00
f6f7cd59dc Make catch a submodule so it can be updated more easily 2022-07-12 20:35:45 -04:00
5b2561d034 Disable header maps in Xcode 12 2022-07-12 20:35:41 -04:00
f5620f34b4 Disable comma operator warnings
I've checked and found that none of the existing warnings are incorrect (other than those fixed a couple commits ago), but the main reason for disabling it is that one of the warnings is in Boost.Array which I can't do a lot about.
2022-07-05 09:36:39 -04:00
864aa95fea Fix various compiler warnings 2022-07-05 09:29:15 -04:00
ee5e7fd48c Various fixes to make the project build in Xcode 12 on Catalina
This now requires Boost to be installed by MacPorts. However, we could add the standard Homebrew path to the include path as well to support both.

This also requires SFML and its dependencies to be installed in /Library/Frameworks; it's unclear whether this is reasonable.

Code signing is completely disabled, and Zlib is now loaded as a tbd instead of a dylib. This will probably break for some older computers, but hopefully they can just use the Xcode 4 project instead.

Boost is forcing -mt suffixes on all its libraries. Whatever. We'll just roll with that.
This makes the script work both with and without the suffixes.

Using parentheses instead of braces silences the stupid narrowing warning, so yay.
2022-07-05 00:17:52 -04:00
e77a0743a7 Apply most of the recommended Xcode update procedures
Some of these warnings are probably not correct but I can fix them later

The code signing recommendations and the suggested plist updates were skipped.
The plist changes in particular appear to be unsupported in Xcode 4.
2022-07-05 00:17:07 -04:00
457965870e Duplicate the XC4 project for XC12 2022-06-29 23:17:06 -04:00