1
0
Fork 0
mirror of synced 2024-05-24 06:29:47 +12:00
This commit is contained in:
Damodar Lohani 2024-04-25 08:56:17 +00:00
parent 7e2c486ee1
commit b76f91218c
2 changed files with 1 additions and 2 deletions

View file

@ -148,7 +148,7 @@ return [
'family' => APP_PLATFORM_CLIENT,
'prism' => 'javascript',
'source' => \realpath(__DIR__ . '/../sdks/client-react-native'),
'gitUrl' => 'https://github.com/appwrite/sdk-for-react-native.git',
'gitUrl' => 'git@github.com:appwrite/sdk-for-react-native.git',
'gitRepoName' => 'sdk-for-react-native',
'gitUserName' => 'appwrite',
'gitBranch' => 'dev',

View file

@ -22,7 +22,6 @@ use Appwrite\SDK\Language\Swift;
use Appwrite\SDK\Language\Web;
use Appwrite\SDK\SDK;
use Appwrite\Spec\Swagger2;
use Exception;
use Utopia\CLI\Console;
use Utopia\Config\Config;
use Utopia\Platform\Action;