Skip to content

4.0.1: CocoaPods fix

Compare
Choose a tag to compare
@brockboland brockboland released this 08 Nov 21:13
· 110 commits to master since this release

This releases fixes a bug in 4.0.0 that prevented it from being pushed to the CocoaPods trunk:

  • Use latest VOKUtilities release to fix non-modular header error

Release notes for 4.0.0:

  • Updated Swift code to Swift 3
  • Allow setting an explicit database URL (#92, #93)
  • Allow multiple instances of VOKCoreDataManager (#101)
  • Removed VOKMigrationFailureOptionWipeRecoveryAndAlert (#105)
  • Added VOKMigrationFailureWipeRecoveryNotificationName (#105)
  • Removed VOK_TARGET_USES_UIKIT (#105)
  • Improved build server configuration for running tests on Vokoder pull requests

To continue using Swift 2.2/2.3, use the swift2 branch.