Enhancements
- None.
Bug Fixes
- None.
1.11.0.rc.1 (2021-08-25)
Enhancements
- None.
Bug Fixes
- Correctly process multiple
xcframeworks
a pod provides.
Dimitris Koutsogiorgas
#10378
1.11.0.beta.2 (2021-08-11)
Enhancements
- Integrate ODR categories into projects.
Dimitris Koutsogiorgas
#10855
Bug Fixes
- Pass correct paths for
select_slice
method.
Dimitris Koutsogiorgas
#10430
1.11.0.beta.1 (2021-08-09)
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