From 8bc90b96495c196f47e350f574aab7547d12d7cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lison=20Fernandes?= Date: Fri, 18 Oct 2024 14:29:03 +0100 Subject: [PATCH] [PM-13677] Disable WatchOS (#3426) * Disable watchos * enable testflight validation * Revert "enable testflight validation" This reverts commit 75012f0854de625cf22b4e4f46e7bb7dcaae96b6. --- Directory.Build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Directory.Build.props b/Directory.Build.props index 359798807..07b9309bc 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -4,7 +4,7 @@ Automatic:AppStore iPhone Distribution True - True + False -gcc_flags "-L$(ProjectDir)../../lib/ios -largon2 -force_load $(ProjectDir)../../lib/ios/libargon2.a"