update MacOS release project to only build active architecture in release

This commit is contained in:
Nick Fisher
2023-10-13 12:55:14 +08:00
parent 64309eeb54
commit 0276c29d10
2 changed files with 3 additions and 1 deletions

View File

@@ -575,6 +575,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 13;
ONLY_ACTIVE_ARCH = YES;
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_VERSION = 5.0;
};
@@ -723,6 +724,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 13;
ONLY_ACTIVE_ARCH = YES;
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_VERSION = 5.0;
};