• Dave Hocker's avatar
    This PR provides forward and backward compatibility at macos SDK 12.0. At SDK… · bbc088ae
    Dave Hocker authored
    This PR provides forward and backward compatibility at macos SDK 12.0. At SDK 12.0, API function names were changed essentially replacing
    occurrences of the word Master/master with Main/main. This change was test built on two different systems.
    
    1. macos 10.15.7 with Xcode 12.4 and clang 12.0.0 on x86_64
    2. macos 12.5 with Xcode 13.4.1 and clang 13.1.6 on arm64 (Apple silicon M1)
    
    It should be noted that on macos 10.15.7 with Xcode 11.2 and clang 11.0, MPD will not build.
    The MPD documentation states that clang 11.0 is the minimum requirement,
    but clang 11.0 produces compile errors. Apparently the macos version
    of clang 11.0 is not fully compliant.
    bbc088ae
Name
Last commit
Last update
.github Loading commit data...
android Loading commit data...
build Loading commit data...
doc Loading commit data...
python/build Loading commit data...
src Loading commit data...
subprojects Loading commit data...
systemd Loading commit data...
test Loading commit data...
win32 Loading commit data...
.clang-format Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
NEWS Loading commit data...
README.md Loading commit data...
meson.build Loading commit data...
meson_options.txt Loading commit data...
mpd.svg Loading commit data...
valgrind.suppressions Loading commit data...