Skip to content

Commit e8be413

Browse files
feat: adding DevCycle iOS Provider to Ecosystem (#1173)
## This PR - Adds DevCycle's iOS Provider to the Ecosystem page. Signed-off-by: Jonathan Norris <[email protected]>
1 parent e0a15f3 commit e8be413

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/datasets/providers/devcycle.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,11 @@ export const DevCycle: Provider = {
7474
href: 'https://docs.devcycle.com/sdk/server-side-sdks/ruby/ruby-openfeature',
7575
category: ['Server'],
7676
},
77+
{
78+
technology: 'Swift',
79+
vendorOfficial: true,
80+
href: 'https://docs.devcycle.com/sdk/client-side-sdks/ios/ios-openfeature',
81+
category: ['Client'],
82+
},
7783
],
7884
};

0 commit comments

Comments
 (0)