1.11.0.beta.1
版本发布时间: 2021-08-10 02:33:37
CocoaPods/CocoaPods最新发布版本:1.15.2(2024-02-07 02:12:59)
Enhancements
-
Add support for integrating on demand resources.
Dimitris Koutsogiorgas JunyiXie #9606 #10845 -
Integrate
project_header_files
specified by specs.
Dimitris Koutsogiorgas #9820 -
Mark RealityComposer-projects (
.rcproject
) files defined in resources for compilation.
Hendrik von Prince Dimitris Koutsogiorgas #10793 -
Integrate test specs and app specs of pre-built pods.
Dimitris Koutsogiorgas #10795 -
Add support for
before_headers
andafter_headers
script phase DSL.
Dimitris Koutsogiorgas #10770 -
Fix touch on a missing directory for dSYM copy phase script.
alvarollmenezes Dimitris Koutsogiorgas #10488 -
Check the podfile sources and plugin sources when printing warnings without explicitly using the master source.
gonghonglou #10764 -
Use relative paths in copy dsyms script.
Mickey Knox #10583 -
Use
OpenURI.open_uri
instead.
Dimitris Koutsogiorgas #10597 -
Set minimum supported Ruby version to 2.6.
Igor Makarov #10412 -
Rewrite the only place dependent on
typhoeus
.
Jun Jiang, Igor Makarov #10346 -
Add a
--update-sources
option topod repo push
so one can ensure sources are up-to-date.
Elton Gao Justin Martin -
Installing a local (
:path
) pod that defines script phases will no longer produce warnings.
Samuel Giddins -
Allow building app & test spec targets that depend on a library that uses Swift without requiring an empty Swift file be present.
Samuel Giddins -
Add flag to ignore prerelease versions when reporting latest version for outdated pods.
cltnschlosser #9916 -
Add possibility to skip modulemap generation
till0xff #10235 -
Add a
--version
option topod spec cat
andpod spec which
for listing the podspec of a specific version
pietbrauer #10609
Bug Fixes
-
Fix resource variant groups in static frameworks
Igor Makarov #10834 #10605 -
Fix adding embed frameworks script phase to unit test targets if xcframeworks are present.
Dimitris Koutsogiorgas #10652 -
Remove unused
install_xcframework_library
code.
Gio Lodi Dimitris Koutsogiorgas #10831 -
Validate vendored library names after they have been expanded.
Dimitris Koutsogiorgas #10832 -
Place frameworks from xcframeworks into a unique folder name to avoid duplicate outputs.
Dimitris Koutsogiorgas #10106 -
Update pod in Pods folder when changing the pod from branch to version in Podfie.
gonghonglou #10825 -
Bump addressable dependency to 2.8.
Dimitris Koutsogiorgas #10802 -
Dedup bcsymbolmap paths found from multiple vendored frameworks.
Dimitris Koutsogiorgas #10373 -
Correctly filter dependencies for pod variants across different platforms.
Dimitris Koutsogiorgas #10777 -
Generate default
Info.plist
for consumer app during validation.
Dimitris Koutsogiorgas #8570 -
Fix lint subspec error when the name of subspec start with the pod name.
XianpuMeng Dimitris Koutsogiorgas #9906 -
Update
ruby-macho
gem version to support 1.x and 2.x.
Eric Chamberlain Dimitris Koutsogiorgas #10390 -
Respect
--configuration
option when analyzing viapod lib lint --analyze
.
Jenn Magder #10476 -
Do not add dependencies to 'Link Binary With Libraries' phase.
Dimitris Koutsogiorgas #10133 -
Ensure cache integrity on concurrent installations.
Erik Blomqvist #10013 -
Force a clean install if installation options change.
Sebastian Shanus #10016 -
Correctly detect that a prebuilt pod uses Swift.
Elton Gao Dimitris Koutsogiorgas #8649 -
Set
knownRegions
on generated projects with localized resources to prevent Xcode from re-saving projects to disk.
Eric Amorde #10290 -
Serialize schemes that do not need to be rewritten by Xcode.
Samuel Giddins