Update dependency cocoapods to v1.16.2 - autoclosed
This MR contains the following updates:
Package | Update | Change |
---|---|---|
cocoapods | minor |
"1.11.3" -> "1.16.2"
|
Release Notes
CocoaPods/CocoaPods (cocoapods)
v1.16.2
Enhancements
- None.
Bug Fixes
- Bump min xcodeproj to 1.27.0 to include revert of breaking build setting changes.
Eric Amorde #12675
v1.16.1
Enhancements
- None.
Bug Fixes
- Fix an issue breaking
pod lib lint
/pod spec lint
due to newENABLE_USER_SCRIPT_SANDBOXING
setting.
Eric Amorde #12664
v1.16.0
Enhancements
-
Add Support for Xcode 14.3's ENABLE_MODULE_VERIFIER.
sharplet #12390 -
Xcode 16 support.
- Bump minimum
xcodeproj
to1.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.
- Bump minimum
Bug Fixes
- Fix pod install issue when git's
core.fsmonitor
feature is enabled (again)
Justin Martin #12349
v1.15.2
Enhancements
- None.
Bug Fixes
- Revert #12154, #12165, and #12158 to fix regressions in 1.15.0 and 1.15.1.
Paul Beusterien #12226
v1.15.1
Enhancements
- None.
Bug Fixes
- Fix an issue when caching downloads of certain Pods.
Eric Amorde #12226
v1.15.0
Enhancements
- Optimize performance during uncached pod installation.
Dimitris Koutsogiorgas #12154
Bug Fixes
-
Fix pod install issue when git's
core.fsmonitor
feature is enabled
Justin Martin #11640 -
Don't use the
remove_destination
parameter in FileUtils.cp_r
Justin Martin #12165 -
Support
visionos
inpod lib lint --platforms=
and usexros
forFourflusher
MagnificentMiles #12159
v1.14.3
Enhancements
- None.
Bug Fixes
- Revert minimum required Ruby version to 2.6 to support macOS system Ruby
Eric Amorde #12122
v1.14.2
Enhancements
- None.
Bug Fixes
- None.
v1.14.1
Enhancements
- None.
Bug Fixes
- None.
v1.14.0
Enhancements
- None.
Bug Fixes
-
Fix a crash when running with activesupport 7.1.0.
MCanhisares #12081 -
Fix another crash when running with activesupport 7.1.0.
movila #12089
Other
- Drop support for
bazaar
SCM
v1.13.0
Enhancements
-
Add
visionOS
as a new platform.
Gabriel Donadel #11965 -
Extend
script_phase
DSL to supportalways_out_of_date
attribute.
Alvar Hansen #12055
Bug Fixes
-
Use
safe_load
during custom YAML config loading.
Dimitris Koutsogiorgas #11974 -
Xcode 15 fix: Replace
DT_TOOLCHAIN_DIR
withTOOLCHAIN_DIR
when generating script.
Marcus Wu #12009
v1.12.1
Enhancements
- None.
Bug Fixes
-
Xcode 14.3 fix: Pass the -f option when resolving the path to the symlinked source.
Chris Vasselli #11828 #11808 -
Fix typo in validation for
--validation-dir
help message
Austin Evans #11857 -
Xcode 14.3 fix:
pod lib lint
warning generation from main.m.
Paul Beusterien #11846
v1.12.0
Enhancements
-
Add ability to specify the
validation-dir
duringlint
.
Dimitris Koutsogiorgas #11773 -
Correctly handle
.docc
documentation in source_files.
haifengkao Dimitris Koutsogiorgas #11438 #10885 -
Re-use the same path lists for pods that share the same root.
Dimitris Koutsogiorgas #11417 -
Integrate
parallelizable
scheme DSL option.
Dimitris Koutsogiorgas #11399 -
Use
${DEVELOPMENT_LANGUAGE}
as the defaultCFBundleDevelopmentRegion
value in any generatedInfo.plist
.
Dimitris Koutsogiorgas #10950 -
Fix setting
LD_RUNTIME_SEARCH_PATHS
for aggregate targets that include dynamic xcframeworks.
Dimitris Koutsogiorgas #11158 -
Add method for formatting licenses for acknowledgements generation.
Raihaan Shouhell #10940 -
Add the ability to download pods in parallel
Seth Friedman #11232 -
Include subprojects in the plugin post-install hook context
Eric Amorde #11224 -
Ensure the order of slices passed to the
install_xcframework
script (in the "Copy XCFrameworks" script build phase) is stable.
Olivier Halligon #11707
Bug Fixes
-
Fix incremental installation when a development pod is deleted.
John Szumski #11438 -
Clean sandbox when a pod switches from remote to local.
Dimitris Koutsogiorgas #11213 -
Run post install hooks when "skip Pods.xcodeproj generation" option is set
Elton Gao #11073 -
Change minimal required version of ruby-macho to 2.3.0.
xuzhongping #10390 -
Add .gitignores to the banana and snake fixtures
Seth Friedman #11235 -
Fix publishing podspecs with watchOS support on Xcode 14
Justin Martin #11660
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.