fix: add timestamp on release

This commit is contained in:
Prateek Sunal 2024-02-13 21:42:26 +05:30
parent 2bc41d529b
commit a07e1a39e6

View file

@ -587,6 +587,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.14;
OTHER_CODE_SIGN_FLAGS = "--timestamp";
PRODUCT_BUNDLE_IDENTIFIER = io.ente.auth.mac;
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_VERSION = 5.0;