Skip to content

1.1.0.rc.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@endocrimes endocrimes released this 13 Sep 17:45
· 3074 commits to master since this release
1.1.0.rc.2
82aeb3f
Enhancements
Bug Fixes

1.1.0.rc.1 (2016-09-10)

Enhancements
Bug Fixes
  • Prevent crash when generating acknowledgements when license type is not specified.
    Marcelo Fabri
    #5826
  • Pass full path to App.xcworkspace for spec validation, and use git -C for pod repo push git ops.
    Ben Asher
    #5805

1.1.0.beta.2 (2016-09-03)

Enhancements
  • Remove references to the pre-1.0 Migrator.
    Danielle Tomlinson
    #5635
  • Improve performance of dependency resolution.
    yanzhiwei147
    #5510
  • Add support for building Messages applications.
    Ben Asher
    #5726
  • Improved messaging when missing host targets for embedded targets.
    Improved support for framework-only projects.
    Ben Asher
    #5733
  • Set ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES when appropriate.
    Ben Asher
    #5732
  • Verify that embedded target platform and swift version matches the host.
    Ben Asher
    #5747
  • Pass the version of CocoaPods to pod lib create's configure script.
    orta
    #5787
  • Improve host target detection for embedded targets
    in sub-projects.
    Ben Asher
    #5622
Bug Fixes
  • Hash scope suffixes if they are over 50 characters to prevent file paths from being too long.
    Danielle Tomlinson
    #5491
  • Fix codesigning identity on watchOS and tvOS targets.
    Danielle Tomlinson
    #5686
  • Fix SWIFT_VERSION not being read when only defined at the project level.
    Ben Asher
    #5700 and #5737
  • Fix analyzer checking the compatibility of an embedded target with a host that has not been added the Podfile.
    Ben Asher
    #5783

1.1.0.beta.1 (2016-07-11)

Enhancements
Bug Fixes