This website requires JavaScript.
Explore
Help
Sign in
ioquake
/
ioq3
Watch
0
Star
0
Fork
You've already forked ioq3
0
mirror of
https://github.com/ioquake/ioq3.git
synced
2025-05-03 05:31:05 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
980147721a
ioq3
/
code
/
SDL2
/
include
/
SDL_revision.h
3 lines
54 B
C
Raw
Normal View
History
Unescape
Escape
Update to SDL 2.24.0 and add separate macOS UB2 dylib Update mingw and macOS SDL libraries to 2.24.0. (MSVC .lib files and Xcode project haven't been updated.) There is now a separate SDL dylib for macOS Universal Binary 1 and 2 because SDL 2.24.0 dropped support for macOS 10.6 (which is last to support x86). Documentation says SDL 2.24.0 also dropped macOS 10.7 and 10.8 too. So UB2 is now 10.9 or later while 10.5 to 10.8 live in UB1. Compiled using osxcross with macOS 11.3 SDK. Ran "strip -x" on Windows and macOS libraries. Ad-hoc signed dylib using PyOxidizer rcodesign to fix digest checksums after strip.
2022-09-02 23:37:34 +00:00
#
define SDL_REVISION ""
UB2 now signs and notarizes, upgraded to SDL 2.0.16 Also works on Apple Silicon. Specific signing values are in a non-committed file, and the ub2 script only notarizes if a "notarize" flag is passed in on the command line. NOTE: the SDL dylib currently only has x86_64 and arm64, will need extra work to graft those back in and keep the Notary service happy.
2021-09-18 23:40:12 +00:00
#
define SDL_REVISION_NUMBER 0
Reference in a new issue
Copy permalink