diff --git a/src/datasets/providers/split.ts b/src/datasets/providers/split.ts index 0ca3b77e5..d427e8c81 100644 --- a/src/datasets/providers/split.ts +++ b/src/datasets/providers/split.ts @@ -41,5 +41,17 @@ export const Split: Provider = { href: 'https://github.com/open-feature/php-sdk-contrib/tree/main/providers/Split', category: ['Server'], }, + { + technology: 'Swift', + vendorOfficial: true, + href: 'https://github.com/splitio/split-openfeature-provider-swift', + category: ['Client'], + }, + { + technology: 'Kotlin', + vendorOfficial: true, + href: 'https://github.com/splitio/split-openfeature-provider-android', + category: ['Client'], + }, ], };