Bump minimum macOS target

For launch, I propose we support the current version of macOS (14.x) and one version earlier (13.x).
This commit is contained in:
Angelo Stavrow 2024-01-21 09:33:05 -05:00
parent 0608994bb2
commit 827f630493
No known key found for this signature in database
GPG Key ID: 1A49C7064E060EEE

View File

@ -1303,7 +1303,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 12.0;
MACOSX_DEPLOYMENT_TARGET = 13.0;
MARKETING_VERSION = 1.0.0;
PRODUCT_BUNDLE_IDENTIFIER = "com.abunchtell.WriteFreely-MultiPlatform";
PRODUCT_NAME = "WriteFreely for Mac";
@ -1330,7 +1330,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 12.0;
MACOSX_DEPLOYMENT_TARGET = 13.0;
MARKETING_VERSION = 1.0.0;
PRODUCT_BUNDLE_IDENTIFIER = "com.abunchtell.WriteFreely-MultiPlatform";
PRODUCT_NAME = "WriteFreely for Mac";