LongWeekend-iOS
LongWeekend-iOS copied to clipboard
Update dependency cocoapods to v1.16.2
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| cocoapods | '1.10.2' -> '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 lintdue to newENABLE_USER_SCRIPT_SANDBOXINGsetting.
Eric Amorde #12664
v1.16.0
Enhancements
-
Add Support for Xcode 14.3's ENABLE_MODULE_VERIFIER.
sharplet #12390 -
Xcode 16 support.
- Bump minimum
xcodeprojto1.26.0 - Update project generator to set
GENERATE_INFOPLIST_FILE = NOon 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 = YESon pod targets to enable consuming Swift pods from Objective-C.
- Bump minimum
Bug Fixes
- Fix pod install issue when git's
core.fsmonitorfeature 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.fsmonitorfeature is enabled
Justin Martin #11640 -
Don't use the
remove_destinationparameter in FileUtils.cp_r
Justin Martin #12165 -
Support
visionosinpod lib lint --platforms=and usexrosforFourflusher
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
- Fix a bug when attempting to publish a Pod with
pod trunk pushin certain cases
Eric Amorde CocoaPods/Core#729
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
bazaarSCM
v1.13.0
Enhancements
-
Add
visionOSas a new platform.
Gabriel Donadel #11965 -
Extend
script_phaseDSL to supportalways_out_of_dateattribute.
Alvar Hansen #12055
Bug Fixes
-
Use
safe_loadduring custom YAML config loading.
Dimitris Koutsogiorgas #11974 -
Xcode 15 fix: Replace
DT_TOOLCHAIN_DIRwithTOOLCHAIN_DIRwhen 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-dirhelp message
Austin Evans #11857 -
Xcode 14.3 fix:
pod lib lintwarning generation from main.m.
Paul Beusterien #11846
v1.12.0
Enhancements
-
Add ability to specify the
validation-dirduringlint.
Dimitris Koutsogiorgas #11773 -
Correctly handle
.doccdocumentation 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
parallelizablescheme DSL option.
Dimitris Koutsogiorgas #11399 -
Use
${DEVELOPMENT_LANGUAGE}as the defaultCFBundleDevelopmentRegionvalue in any generatedInfo.plist.
Dimitris Koutsogiorgas #10950 -
Fix setting
LD_RUNTIME_SEARCH_PATHSfor 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_xcframeworkscript (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
v1.11.3
Enhancements
- None.
Bug Fixes
-
Fix script breaking when attempting to print a warning.
Igor Makarov #11251 -
Do not consider podspec_repo when analying sandbox for changes.
Dimitris Koutsogiorgas #10985 -
Rewrite XCFramework slice selection using plist metadata.
Igor Makarov #11229 -
Fix setting
LD_RUNTIME_SEARCH_PATHSfor aggregate targets that include dynamic xcframeworks.
Dimitris Koutsogiorgas #11158 -
Add catch for YAML syntax error to prevent crash in
cdn_url?check.
Kanstantsin Shautsou #11010 -
Fix static Swift XCFramework import paths.
Igor Makarov #11058 #11093
v1.11.2
Enhancements
- None.
Bug Fixes
- Do not validate modular header dependencies for pre-built Swift pods.
Dimitris Koutsogiorgas #10912
v1.11.1
Enhancements
- None.
Bug Fixes
-
Handle spec repo urls with user info when determining if they are CDN.
Dimitris Koutsogiorgas #10941 -
Set
INFOPLIST_FILEbuild setting to$(SRCROOT)/App/App-Info.plistduring lint.
Dimitris Koutsogiorgas #10927 -
Set
PRODUCT_BUNDLE_IDENTIFIERfor generated app during lint.
Dimitris Koutsogiorgas #10933
v1.11.0
Enhancements
- None.
Bug Fixes
- None.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
⚠️ Artifact update problem
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
- any of the package files in this branch needs updating, or
- the branch becomes conflicted, or
- you click the rebase/retry checkbox if found above, or
- you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: Gemfile.lock
[22:40:25.839] INFO (750): Installing tool [email protected]...
Download failed: https://github.com/containerbase/ruby-prebuild/releases/download/2.6.5/ruby-2.6.5-jammy-x86_64.tar.xz
Download failed, retrying
Download failed: https://github.com/containerbase/ruby-prebuild/releases/download/2.6.5/ruby-2.6.5-jammy-x86_64.tar.xz
Download failed, retrying
Download failed: https://github.com/containerbase/ruby-prebuild/releases/download/2.6.5/ruby-2.6.5-jammy-x86_64.tar.xz
Download failed: https://github.com/containerbase/ruby-prebuild/releases/download/2.6.5/ruby-2.6.5-jammy-x86_64.tar.xz
[22:40:27.261] INFO (819): Downloading file ...
url: "https://github.com/containerbase/ruby-prebuild/releases/download/2.6.5/ruby-2.6.5-jammy-x86_64.tar.xz"
output: "/runner/cache/containerbase/938b580e74cb7a24b018d01887fefc3a5cf4f9d0829f7e3f2741270e032b812d/ruby-2.6.5-jammy-x86_64.tar.xz"
[22:40:27.415] ERROR (819): Request failed with status code 404 (Not Found): GET https://github.com/containerbase/ruby-prebuild/releases/download/2.6.5/ruby-2.6.5-jammy-x86_64.tar.xz
[22:40:27.415] FATAL (819): Download failed in 154ms.
[22:40:27.447] ERROR (750): Command failed with exit code 1: bash /usr/local/containerbase/bin/v2-install-tool.sh install ruby 2.6.5
[22:40:27.447] FATAL (750): Install tool ruby failed in 1.6s.