Skip to content

Made it possible to copy and build from source

Compare
Choose a tag to compare
@malectro malectro released this 29 Jan 19:45
· 1337 commits to master since this release

Solved a few issues:

  1. XCode 6 stopped creating projects with Prefix.pch files making it impossible to manually build the Mixpanel folder in a new project. We removed our own pch file and imported UIKit as required.
  2. Removed calls to MPLog. They were causing spam in production apps, and we should only be using MixpanelDebug and its counterparts.