RevenueCat / react-native-purchases

React Native in-app purchases and subscriptions made easy. Support for iOS and Android.
https://www.revenuecat.com
MIT License
773 stars 84 forks source link

Bump cocoapods from 1.15.2 to 1.16.1 #1119

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 3 weeks ago

Bumps cocoapods from 1.15.2 to 1.16.1.

Release notes

Sourced from cocoapods's releases.

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

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

Changelog

Sourced from cocoapods's changelog.

1.16.1 (2024-10-29)

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 (2024-10-29)

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
Commits
  • d25d2c2 Release 1.16.1
  • c92bbbf Merge pull request #12669 from CocoaPods/amorde/validator-fix
  • 204b415 Fix validation failure from new xcodeproj settings
  • 2d876fc [CHANGELOG] Add empty Master section
  • 2b7480f Release 1.16.0
  • d143a4d Fixup changelog
  • f786727 Merge pull request #12660 from CocoaPods/amorde/examples
  • a1e2ca0 Update mercurial fixtures, add .hg to .gitignore
  • a81d5ae Merge some examples together
  • c326a20 Merge pull request #12659 from CocoaPods/amorde/ci-config
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)