Skip to content

Releases: CocoaPods/CocoaPods

1.17.0

Choose a tag to compare

@amorde amorde released this 06 Jul 21:38
1.17.0
Enhancements
Bug Fixes
  • Update ruby-macho to 4.1.0 to address new mergable libraries not beind detected correctly.
    Parsa Nasirimehr
    #12691

  • Fix a crash when run with certain versions of active_support.
    Eric Amorde
    #12915

1.16.2

Choose a tag to compare

@amorde amorde released this 31 Oct 18:15
1.16.2
Enhancements
  • None.
Bug Fixes
  • Bump min xcodeproj to 1.27.0 to include revert of breaking build setting changes.
    Eric Amorde
    #12675

1.16.1

Choose a tag to compare

@amorde amorde released this 29 Oct 19:09
1.16.1
Enhancements
  • None.
Bug Fixes
  • Fix an issue breaking pod lib lint / pod spec lint due to new ENABLE_USER_SCRIPT_SANDBOXING setting.
    Eric Amorde
    #12664

1.16.0

Choose a tag to compare

@amorde amorde released this 29 Oct 03:53
1.16.0
Enhancements
  • Add Support for Xcode 14.3's ENABLE_MODULE_VERIFIER.
    sharplet
    #12390

  • Xcode 16 support.

    • Bump minimum xcodeproj to 1.26.0
    • Update project generator to set GENERATE_INFOPLIST_FILE = NO on pod targets
    • Update project generator to set ENABLE_USER_SCRIPT_SANDBOXING = NO = NO` on pod targets to fix build failures with vendored frameworks.
    • Update project generator to set SWIFT_INSTALL_OBJC_HEADER = YES on pod targets to enable consuming Swift pods from Objective-C.
      Eric Amorde
      #12656
Bug Fixes
  • Fix pod install issue when git's core.fsmonitor feature is enabled (again)
    Justin Martin
    #12349

Changes in CocoaPods/Core

Enhancements
  • Add ability to configure max concurrency of CDN requests through environment variable.
    maikelvdh
    #773
Bug Fixes
  • Fix an issue comparing mixed numeric and string prerelease version segments.
    sagiwei
    #752

  • Fix crash when attempting to load nonexistent CDN index shards on custom CDN repos.
    santam85
    #771

1.15.2

Choose a tag to compare

@amorde amorde released this 06 Feb 18:12
1.15.2
Enhancements
  • None.
Bug Fixes

1.15.1

Choose a tag to compare

@amorde amorde released this 06 Feb 03:07
1.15.1
Enhancements
  • None.
Bug Fixes

1.15.0

Choose a tag to compare

@amorde amorde released this 28 Jan 17:45
1.15.0
Enhancements
Bug Fixes

Changes in cocoapods-core 1.15.0

Enhancements
  • None.
Bug Fixes
  • Fix an issue updating spec repos in Podfile.lock when the key already exists
    fnxpt
    #748

  • Fix a crash when calling Specification#subspec_by_name on a deprecated specification with no name
    sagiwei
    #742

1.14.3

Choose a tag to compare

@amorde amorde released this 19 Nov 21:26
Enhancements
  • None.
Bug Fixes
  • Revert minimum required Ruby version to 2.6 to support macOS system Ruby
    Eric Amorde
    #12122

1.14.2

Choose a tag to compare

@amorde amorde released this 27 Oct 01:30
Enhancements
  • None.
Bug Fixes

1.14.1

Choose a tag to compare

@amorde amorde released this 26 Oct 20:45
Enhancements
  • None.
Bug Fixes
  • Fix a crash when attempting to require 'cocoapods-core' on specific versions of activesupport
    Eric Amorde
    #12116