mirror of
https://github.com/HomeworldSDL/HomeworldSDL.git
synced 2025-10-29 11:36:12 +00:00
macOS: The game now compiles and runs on modern (macOS 11.5+) macs, both on x86_64 and arm64 macOS: When compiled for Raider Retreat, the game now uses a separate directory macOS: utility_mac.c and File_Mac.c are now used by the build system instead of utility.c and File.c respectively. This reduces the overall amount of hard to read `#if`ed code on all platforms.
9 lines
258 B
XML
9 lines
258 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>com.apple.security.cs.disable-library-validation</key>
|
|
<true/>
|
|
</dict>
|
|
</plist>
|