Swiftpack.co - Swift Packages by mixpanel

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.

Packages published by mixpanel

mixpanel/mixpanel-iphone v5.0.7
Official iOS (Objective-C) Tracking Library for Mixpanel Analytics
⭐️ 1,046
🕓 4 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Release v5.0.7
4 weeks ago
# ## [v5.0.7](https://github.com/mixpanel/mixpanel-iphone/tree/v5.0.7) (2024-03-27) ### Fixes - Fix 'Multiple commands produce' error when the App need to add PrivacyInfo.xcprivacy. [\#1025](https://github.com/mixpanel/mixpanel-iphone/pull/1025)
Release v5.0.6
4 weeks ago
# ## [v5.0.6](https://github.com/mixpanel/mixpanel-iphone/tree/v5.0.6) (2024-03-25) ### Fixes - Make privacy manifest a resource, min iOS -\> 11.0 [\#1024](https://github.com/mixpanel/mixpanel-iphone/pull/1024)
Release v5.0.5
5 weeks ago
# ## [v5.0.5](https://github.com/mixpanel/mixpanel-iphone/tree/v5.0.5) (2024-03-18) ### Enhancements - Bump all other min deployment targets [\#1022](https://github.com/mixpanel/mixpanel-iphone/pull/1022)
Release v5.0.4
5 weeks ago
# ## [v5.0.4](https://github.com/mixpanel/mixpanel-iphone/tree/v5.0.4) (2024-03-18) ### Enhancements - Bump minimum iOS deployment target to 13.0 [\#1021](https://github.com/mixpanel/mixpanel-iphone/pull/1021)
Release v5.0.3
5 weeks ago
# ## [v5.0.3](https://github.com/mixpanel/mixpanel-iphone/tree/v5.0.3) (2024-03-18) ### Enhancements - Add privacy manifest [\#1019](https://github.com/mixpanel/mixpanel-iphone/pull/1019)
Release v5.0.2
1 year ago
# ## [v5.0.2](https://github.com/mixpanel/mixpanel-iphone/tree/v5.0.2) (2023-03-01) ### NOTE: - From this version we will prefix randomly generated device-specific distinct_ids with "$device:". The prefix is applied the next time a new random ID is generated, any IDs generated by previous SDK versions and persisted on the device will continue to be used as-is until reset is called to generate a new ID. This does not change the value sent for the $device_id property, which will continue to be the randomly-generated ID without a prefix. Mixpanel's $identify endpoint has been updated to accept UUIDs with this prefix to coordinate with this change. ### Enhancements - identity v3 changes [\#1009](https://github.com/mixpanel/mixpanel-iphone/pull/1009) - Delete .travis.yml [\#1006](https://github.com/mixpanel/mixpanel-iphone/pull/1006) ### Fixes - Disable watchOS in CI [\#1010](https://github.com/mixpanel/mixpanel-iphone/pull/1010)
Release v5.0.1
1 year ago
# ## [v5.0.1](https://github.com/mixpanel/mixpanel-iphone/tree/v5.0.1) (2022-11-09) ### NOTE: From this release forward, the Carthage build output attached these releases will be XCFrameworks. As per the Carthage documentation... > We encourage using XCFrameworks as of version 0.37.0 (January 2021), and require XCFrameworks when building on an Apple Silicon Mac. > > Multi-architecture platforms are not supported when building framework bundles in Xcode 12 and above. > Prefer [building with XCFrameworks](https://github.com/Carthage/Carthage#building-platform-independent-xcframeworks-xcode-12-and-above). ### Fixes - build XCFrameworks with Carthage, import TargetConditionals, delete obsolete App Extension Scheme [\#1004](https://github.com/mixpanel/mixpanel-iphone/pull/1004)
Release v5.0.0
1 year ago
# ## [v5.0.0](https://github.com/mixpanel/mixpanel-iphone/tree/v5.0.0) (2022-08-16) ### BREAKING CHANGE: This major release removes all remaining calls to Mixpanel's `/decide` API endpoint. The main effect of this is that the SDK no longer fetches the remote status of your [project's "Automatically collect common mobile events" setting](https://help.mixpanel.com/hc/en-us/articles/115004596186#enable-or-disable-common-mobile-events). From this version forward, automatic event tracking can only be controlled by the, now required, parameter `trackAutomaticEvents`. Upon upgrading, existing implementations will need to add this parameter to their Mixpanel initializer calls. ### Enhancements - Remove Decide and make trackAutomaticEvents required parameter [\#996](https://github.com/mixpanel/mixpanel-iphone/pull/996)
Release v4.2.0
1 year ago
# ## [v4.2.0](https://github.com/mixpanel/mixpanel-iphone/tree/v4.2.0) (2022-06-24) ### Enhancements - use millisecond precision for event.time property [\#994](https://github.com/mixpanel/mixpanel-iphone/pull/994)
Release v4.1.6
1 year ago
# ## [v4.1.6](https://github.com/mixpanel/mixpanel-iphone/tree/v4.1.6) (2022-05-20) ### Enhancements - remove survey [\#993](https://github.com/mixpanel/mixpanel-iphone/pull/993)
iOS macOS watchOS tvOS
mixpanel/mixpanel-swift v4.2.6
Official iOS (Swift) Tracking Library for Mixpanel Analytics
⭐️ 413
🕓 5 days ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Release v4.2.6
5 days ago
# ## [v4.2.6](https://github.com/mixpanel/mixpanel-swift/tree/v4.2.6) (2024-04-19) ### Fixes - Fix the crash for FlushRequest.sendRequest [\#642](https://github.com/mixpanel/mixpanel-swift/pull/642)
Release v4.2.5
2 weeks ago
# ## [v4.2.5](https://github.com/mixpanel/mixpanel-swift/tree/v4.2.5) (2024-04-08) ### Enhancements - feat: Proxy server header capability [\#628](https://github.com/mixpanel/mixpanel-swift/pull/628)
Release v4.2.4
4 weeks ago
# ## [v4.2.4](https://github.com/mixpanel/mixpanel-swift/tree/v4.2.4) (2024-03-27) ### Fixes - Use s.resources_bundle in podspec instead of s.resources [\#638](https://github.com/mixpanel/mixpanel-swift/pull/638)
Release v4.2.3
4 weeks ago
# ## [v4.2.3](https://github.com/mixpanel/mixpanel-swift/tree/v4.2.3) (2024-03-25) ### Fixes - Make privacy manifest a resource [\#636](https://github.com/mixpanel/mixpanel-swift/pull/636)
Release v4.2.2
5 weeks ago
# ## [v4.2.2](https://github.com/mixpanel/mixpanel-swift/tree/v4.2.2) (2024-03-18) ### Enhancements - Move privacy manifest from sample app to SDK [\#634](https://github.com/mixpanel/mixpanel-swift/pull/634)
Release v4.2.1
5 weeks ago
# ## [v4.2.1](https://github.com/mixpanel/mixpanel-swift/tree/v4.2.1) (2024-03-14) ### Enhancements - Add privacy manifest [\#633](https://github.com/mixpanel/mixpanel-swift/pull/633) - visionOS Operating System & Version along with Automatic Events [\#627](https://github.com/mixpanel/mixpanel-swift/pull/627) ### Fixes - Prevent crashes in unregisterSuperProperty [\#623](https://github.com/mixpanel/mixpanel-swift/pull/623)
Release v4.2.0
23 weeks ago
# ## [v4.2.0](https://github.com/mixpanel/mixpanel-swift/tree/v4.2.0) (2023-11-13) ### Enhancements - add a new property 'flushBatchSize' for fine tuning the network request [\#617](https://github.com/mixpanel/mixpanel-swift/pull/617) ### Fixes - Fixes so project builds for visionOS [\#618](https://github.com/mixpanel/mixpanel-swift/pull/618)
Release v4.1.4
40 weeks ago
# ## [v4.1.4](https://github.com/mixpanel/mixpanel-swift/tree/v4.1.4) (2023-07-19) ### Fixes - Re-work thread safety mechanisms for flush process [\#611](https://github.com/mixpanel/mixpanel-swift/pull/611)
Release v4.1.3
44 weeks ago
# ## [v4.1.3](https://github.com/mixpanel/mixpanel-swift/tree/v4.1.3) (2023-06-16) ### Fixes - Fix potential crash automatic properties [\#608](https://github.com/mixpanel/mixpanel-swift/pull/608)
Release v4.1.2
49 weeks ago
# ## [v4.1.2](https://github.com/mixpanel/mixpanel-swift/tree/v4.1.2) (2023-05-17) ### Fixes - Replace deprecated archiving methods [\#603](https://github.com/mixpanel/mixpanel-swift/pull/603) - Fix Xcode 14.3 heterogeneous collection warnings [\#602](https://github.com/mixpanel/mixpanel-swift/pull/602)
iOS macOS watchOS tvOS

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics