Skip to content

Commit f8e52ab

Browse files
feat: add Split Swift and Android providers (#1310)
## This PR - feat: add Split Swift and Android providers ### Related Issues closes #1292, #1293, #1297 --------- Signed-off-by: Jonathan Norris <[email protected]>
1 parent 4b66872 commit f8e52ab

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/datasets/providers/split.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,17 @@ export const Split: Provider = {
4141
href: 'https://github.com/open-feature/php-sdk-contrib/tree/main/providers/Split',
4242
category: ['Server'],
4343
},
44+
{
45+
technology: 'Swift',
46+
vendorOfficial: true,
47+
href: 'https://github.com/splitio/split-openfeature-provider-swift',
48+
category: ['Client'],
49+
},
50+
{
51+
technology: 'Kotlin',
52+
vendorOfficial: true,
53+
href: 'https://github.com/splitio/split-openfeature-provider-android',
54+
category: ['Client'],
55+
},
4456
],
4557
};

0 commit comments

Comments
 (0)