Umbrella
Umbrella copied to clipboard
☂️ Analytics abstraction layer for Swift
Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.7 to 1.2.10. Release notes Sourced from tzinfo's releases. v1.2.10 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when...
Bumps [cocoapods-downloader](https://github.com/CocoaPods/cocoapods-downloader) from 1.4.0 to 1.6.3. Release notes Sourced from cocoapods-downloader's releases. 1.6.3 Enhancements None. Bug Fixes None. 1.6.2 Enhancements None. Bug Fixes None. 1.6.1 Enhancements None. Bug Fixes None....
This Pull has new option to set provider as manual provider, because in my case i don't want all the events to log into AppboyProvider
I have a case where I need to log events for all provider except one of them like Appboy, is this implemented or not yet? thanks
*/SourcePackages/checkouts/Umbrella/Package.swift The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.5.99.
This PR adds provider for Microsoft AppCenter analytics. Since AppCenter's API accepts `[String: String]` parameters (not `[String: Any]`) I decided to add associated type to `RuntimeProviderType` and give opportunity to...
And tune up tests for Segment and `FBSDKAppEvents` This adds support for [Posthog](www.posthog.com) analytics.
## Background Property `parameters` is defined as `[String: Any]` which means that you can return any type of value. It can cause a human error when an event has an...