From e1a2d2ed7a6efc17e14a7653ec2df892972683fb Mon Sep 17 00:00:00 2001 From: Brandon Sneed Date: Thu, 17 Mar 2022 09:14:19 -0700 Subject: [PATCH] Added supported destinations to Readme. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index d031e5e0..3d7c3604 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,16 @@ The hassle-free way to add Segment analytics to your Swift app (iOS/tvOS/watchOS order by price desc ``` +## Supported Device Mode Destinations + +| Partner | Package | +| --- | --- | +| Amplitude | https://github.com/segment-integrations/analytics-swift-amplitude | +| AppsFlyer | https://github.com/segment-integrations/analytics-swift-appsflyer | +| Facebook | https://github.com/segment-integrations/analytics-swift-facebook-app-events | +| Firebase | https://github.com/segment-integrations/analytics-swift-firebase | +| Mixpanel | https://github.com/segment-integrations/analytics-swift-mixpanel | + ## Documentation You can find usage documentation at [https://segment.com/docs/sources/mobile/swift-ios/](https://segment.com/docs/sources/mobile/swift-ios/).