Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 14 additions & 3 deletions Examples/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
The files contained within this directory are NOT SUPPORTED by Segment.
They are here merely as an example, and for your convenience should you
Note: The files contained within this directory are NOT SUPPORTED by Segment.
They are here merely as an example, and for your convenience should you
find it useful.

---
# How this folder is structured

- [apps](apps)
Example projects which showcase analytics instrumentation on different platforms/languages

- [Destination Plugins](destination_plugins)
A collection of Sample Destination plugins, and how to include them in your own projects

- [Other Plugins](other_plugins) & [Task Plugins](tasks)
A collection of plugins to help solve common use-cases

---
MIT License

Copyright (c) 2021 Segment
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ The hassle-free way to add Segment analytics to your Swift app (iOS/tvOS/watchOS

You can find usage documentation at [https://segment.com/docs/sources/mobile/swift-ios/](https://segment.com/docs/sources/mobile/swift-ios/).

Explore more via the [example projects](Examples) which showcase analytics instrumentation on different platforms/languages and usage of plugins. These projects contain sample [plugins](Examples/other_plugins) and [destination plugins](Examples/destination_plugins)

## Contributing

See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
Expand Down