Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Releases: prolificinteractive/simcoe

Updated mParticle version to 7.9.0

16 Apr 21:22
b8fb426

Choose a tag to compare

All issues associated with this milestone can be found using this filter.

Updated

Updated mParticle version to support 7.9.0

Bump mParticle Version

04 Sep 22:39

Choose a tag to compare

Bumps the mParticle version from 7.5.4 to 7.5.6

Bump mParticle Version

04 Sep 14:49

Choose a tag to compare

Bumps the mParticle version from 7.5.1 to 7.5.4

mParticle v7+ / Swift 4.1 Support

13 Aug 17:40

Choose a tag to compare

mParticle v7+ support

All issues associated with this milestone can be found using this filter.

Swift 3.2/4

26 Sep 21:59

Choose a tag to compare

All issues associated with this milestone can be found using this filter.

Added

  • Swift 3.2 support
  • Swift 4 support

Additional

  • Defaults to Swift 3.2 while we await a Swift 4 release from Mixpanel.
  • If you'd like to support the Swift 4 version of Simcoe regardless, set your project's SWIFT_VERSION to 4 and append the following code snippet at the end of your Podfile to specify the 3.2 version of Mixpanel.
post_install do |installer|
    installer.pods_project.targets.each do |target|
        if target.name == 'Mixpanel-swift'
            target.build_configurations.each do |config|
                config.build_settings['SWIFT_VERSION'] = '3.2'
            end
        end
    end
end

Mixpanel

17 May 22:03

Choose a tag to compare

All issues associated with this milestone can be found using this filter.

Added

  • Mixpanel
  • Ability to specify subspecs when tracking events

Fixed

  • Exclude README when importing subspecs
  • Refactored the track(event:) method
  • Updated protocols to be in sync with Android

Swift 3

07 Mar 15:24

Choose a tag to compare

All issues associated with this milestone can be found using this filter.

Added

  • Swift 3 Support!

Fixed

  • Update AnyObject to Any
  • Focus on composition over inheritance with public access modifier

Handle Custom MPProduct Properties

06 Jan 16:15

Choose a tag to compare

All issues associated with this milestone can be found using this filter.

Added

  • Console Log disabling added to README

Fixed

  • Check for remaining properties on MPProduct

Commerce Event Compatibility

28 Nov 23:49

Choose a tag to compare

All issues associated with this milestone can be found using this filter.

Added

  • Swift 2.3 Support
  • Travis support for automated testing
  • mParticle enhanced eCommerce event flow support
    • Product support
    • Product View Logging support
    • Purchase event support
    • Checkout Tracking support

Updated

  • README formatting

Fixed

  • Added missing documentation
Morty Proxy This is a proxified and sanitized view of the page, visit original site.