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 geneerator to set
SWIFT_INSTALL_OBJC_HEADER = YES
on pod targets to enable consuming Swift pods from Objective-C.
Eric Amorde
#12656
- Bump minimum
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