Skip to content

Commit a669d42

Browse files
authored
Merge pull request #3658 from segmentio/swift_dest
Swift dest
2 parents c01316f + 411c249 commit a669d42

File tree

1 file changed

+9
-9
lines changed
  • src/connections/sources/catalog/libraries/mobile/swift-ios

1 file changed

+9
-9
lines changed

src/connections/sources/catalog/libraries/mobile/swift-ios/index.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ With Analytics-Swift, you can send data from iOS, tvOS, iPadOS, WatchOS, macOS a
1010
If you're migrating to Analytics-Swift from a different mobile library, you can skip to the [migration guide](/docs/connections/sources/catalog/libraries/mobile/swift-ios/migration/).
1111

1212
> info ""
13-
> Analytics-Swift currently supports [these destinations](#supported-destinations) in device-mode, with more to follow. Cloud-mode destinations are also supported.
13+
> Analytics-Swift currently supports [these destinations](#supported-device-mode-destinations) in device-mode, with more to follow. Cloud-mode destinations are also supported.
1414
1515

1616
## Getting Started
@@ -416,13 +416,13 @@ let idfaPlugin = IDFACollection()
416416
analytics.add(plugin: idfaPlugin)
417417
```
418418

419-
## Supported Destinations
420-
Segment supports these destinations for Analytics Swift, with more to come:
421-
* [Amplitude](https://github.com/segment-integrations/analytics-swift-amplitude)
422-
* [Appsflyer](https://github.com/segment-integrations/analytics-swift-appsflyer)
423-
* [Facebook App Events](https://github.com/segment-integrations/analytics-swift-facebook-app-events)
424-
* [Firebase](https://github.com/segment-integrations/analytics-swift-firebase)
425-
* [Mixpanel](https://github.com/segment-integrations/analytics-swift-mixpanel)
419+
## Supported Device-Mode Destinations
420+
Segment supports these device-mode destinations for Analytics Swift, with more to come:
421+
* [Amplitude](https://github.com/segment-integrations/analytics-swift-amplitude){:target="_blank"}
422+
* [Appsflyer](https://github.com/segment-integrations/analytics-swift-appsflyer){:target="_blank"}
423+
* [Facebook App Events](https://github.com/segment-integrations/analytics-swift-facebook-app-events){:target="_blank"}
424+
* [Firebase](https://github.com/segment-integrations/analytics-swift-firebase){:target="_blank"}
425+
* [Mixpanel](https://github.com/segment-integrations/analytics-swift-mixpanel){:target="_blank"}
426426

427427
## FAQs
428428
### Can I use the catalog of device-mode destinations from Analytics-iOS?
@@ -431,4 +431,4 @@ No, only the plugins listed above are supported in device-mode for Analytics-Swi
431431
When you successfully package a plugin in device-mode, you will no longer see the integration listed as `false` in the integrations object for a Segment event. This logic is now packaged in the event metadata, and is not surfaced in the Segment debugger.
432432

433433
## Changelog
434-
[View the Analytics-Swift changelog on GitHub](https://github.com/segmentio/analytics-swift/releases).
434+
[View the Analytics-Swift changelog on GitHub](https://github.com/segmentio/analytics-swift/releases){:target="_blank"}.

0 commit comments

Comments
 (0)