diff --git a/app/config/platforms.php b/app/config/platforms.php index 0e730e353c..e7cfddfc75 100644 --- a/app/config/platforms.php +++ b/app/config/platforms.php @@ -379,8 +379,8 @@ return [ 'url' => 'https://github.com/appwrite/sdk-for-swift', 'package' => 'https://github.com/appwrite/sdk-for-swift', 'enabled' => true, - 'beta' => false, - 'dev' => true, + 'beta' => true, + 'dev' => false, 'hidden' => false, 'family' => APP_PLATFORM_SERVER, 'prism' => 'swift',