mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-25 02:44:45 +00:00
45a7f577d3
Adds runtime support for 10.5 APIs: display modes, bundle paths, system paths, pasteboards. Previously this was compile-time support only, which prevented building on later SDKs while targeting earlier APIs. Adds hardcoded version for pre-10.6 builds, to avoid messing with deprecated Gestalt or having to add a 10.5 non-dispatch singleton (Grand Central Dispatch didn't exist in 10.5) This was SVN commit r14140.