diff --git a/src/datasets/providers/abtasty.ts b/src/datasets/providers/abtasty.ts index c214d1e69..2b8093e9b 100644 --- a/src/datasets/providers/abtasty.ts +++ b/src/datasets/providers/abtasty.ts @@ -11,11 +11,17 @@ export const ABTasty: Provider = { href: 'https://github.com/flagship-io/openfeature-provider-js', category: ['Server'], }, - { + { technology: 'JavaScript', vendorOfficial: true, href: 'https://github.com/flagship-io/openfeature-provider-js-client', category: ['Client'], }, + { + technology: 'Swift', + vendorOfficial: true, + href: 'https://github.com/flagship-io/openfeature-provider-iOS', + category: ['Client'], + }, ], };