From 095d6218a27000d27a6bd10248f87249c240f502 Mon Sep 17 00:00:00 2001 From: "Eldad A. Fux" Date: Sun, 17 Oct 2021 13:44:07 +0300 Subject: [PATCH] Update app/config/platforms.php --- app/config/platforms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/platforms.php b/app/config/platforms.php index 8683d224f..e2016a691 100644 --- a/app/config/platforms.php +++ b/app/config/platforms.php @@ -84,7 +84,7 @@ return [ 'package' => 'https://github.com/appwrite/sdk-for-apple', 'enabled' => true, 'beta' => true, - 'dev' => true, + 'dev' => false, 'hidden' => false, 'family' => APP_PLATFORM_CLIENT, 'prism' => 'swift',