Skip to content
This repository has been archived by the owner on Nov 3, 2020. It is now read-only.

1.0.0.rc.1

Compare
Choose a tag to compare
@orta orta released this 01 May 10:47
· 107 commits to master since this release

Download

CocoaPods App

  • Fixes to Sparkle updates, by returning to CocoaPods' version numbers
    orta
    #300
  • Show an alert if CP is going to re-integrate your project
    orta
    #299
  • Polish for Source Menus & Pod Autocomplete improvements
    orta
    #298
  • Add support for Deintegrating CocoaPods from a project via a menu item
    Nate West
    #296
  • Pod Repo Source Management, both in the Podfile Editor, and in the Main Menu
    orta
    #294

CocoaPods

Enhancements
  • The pod init command now uses target inheritance for test targets
    in the generated Podfile.
    Orta Therox
    #4714
  • Support customized build directories by letting user xcconfig definitions
    rely on the new overridable alias build variable PODS_BUILD_DIR.
    Marius Rackwitz
    #5217
Bug Fixes
  • Fix for pod repo push --help throwing an error.
    Boris Bügling
    #5214
  • The warning for not having utf-8 set as the default encoding for a
    terminal now properly respects the --no-ansi argument.
    Joshua Kalpin
    #5199