Fix #20 set macOS deployment target to 10.15

This commit is contained in:
Marc Reichelt 2020-12-14 19:42:13 +01:00
parent 718ad8dcc5
commit ebb34b990d

View file

@ -361,7 +361,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.16;
MACOSX_DEPLOYMENT_TARGET = 10.15;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
@ -392,7 +392,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.16;
MACOSX_DEPLOYMENT_TARGET = 10.15;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",