Changelog History
Page 2
-
v1.9.0 Changes
February 25, 2020โจ Enhancements
- None.
๐ Bug Fixes
โ Also apply Xcode 11
XCTUnwrap
fix to library and framework targets that weakly linkXCTest
.
Dimitris Koutsogiorgas
#9518๐ Fix dSYM handling for XCFrameworks.
Eric Amorde
#95301.9.0.beta.3 (2020-02-04)
โจ Enhancements
๐ Bug Fixes
Apply Xcode 11
XCTUnwrap
fix to library and framework targets.
Dimitris Koutsogiorgas
#9500๐ Fix resources script when building a project from a symlink.
Dimitris Koutsogiorgas
#9423๐ Fix
pod install
crash on projects with atypical configuration names.
Paul Beusterien
#9465๐ Fix an issue that caused iOS archives to be invalid when including a vendored XCFramework
Eric Amorde
#9458๐ Fix a bug where an incremental install missed library resources.
Igor Makarov
#9431๐ Fix an issue that caused an incorrect warning to be emitted for CLI targets with static libraries
Eric Amorde
#94981.9.0.beta.2 (2019-12-17)
โจ Enhancements
- None.
๐ Bug Fixes
- ๐ Fix validator to properly integration project during
lint
.
Dimitris Koutsogiorgas
#9416
1.9.0.beta.1 (2019-12-16)
โจ Enhancements
๐ Support for scheme code coverage.
Dimitris Koutsogiorgas
#8921๐ Support Swift version variants.
Dimitris Koutsogiorgas
#9230๐ง Configure dependencies per configuration.
Samuel Giddins
Dimitris Koutsogiorgas
#9149๐ Include Podfile Plugin changes for incremental installation.
Sebastian Shanus
#9147โ Integrate
use_frameworks!
linkage DSL.
Dimitris Koutsogiorgas
#9099โ Add support for integrating dependency file in user script phases.
Dimitris Koutsogiorgas
#9082โ Add support for XCFrameworks using the
vendored_frameworks
Podspec DSL.
Eric Amorde
#9148๐ Bug Fixes
Move
run_podfile_post_install_hooks
call to execute right before projects are saved.
Yusuf Sobh
#9379Do not apply header mapping copy if the spec does not provide a header mappings dir.
Dimitris Koutsogiorgas
#9308๐ Fix issue where workspace was missing user project references during incremental installation.
Sebastian Shanus
#9237Search in users xcconfig's for figuring out when to set
APPLICATION_EXTENSION_API_ONLY
.
Dimitris Koutsogiorgas
#9233Always generate a lockfile even if project integration is disabled.
Dimitris Koutsogiorgas
#9288๐ Fix incremental installation with plugins that include arguments with different ordering.
Dimitris Koutsogiorgas
#9170๐ Move custom
Copy Headers
script phase for header mappings beforeCompile Sources
.
Dimitris Koutsogiorgas
#9131Don't create a conflicting
LaunchScreen.storyboard
when an app spec contains a file
with that name in itsresources
.
Samuel Giddins -
v1.8.4 Changes
October 16, 2019โจ Enhancements
- None.
๐ Bug Fixes
- Do not crash if the repos dir is not setup.
Dimitris Koutsogiorgas #9216
- None.
-
v1.8.3 Changes
October 04, 2019โจ Enhancements
- None.
๐ Bug Fixes
- ๐ Fix crash when running on mounted filesystems
Paul Beusterien #9200
- None.
-
v1.8.1 Changes
September 27, 2019โจ Enhancements
- None.
๐ Bug Fixes
- None.
- None.
-
v1.8.0 Changes
September 23, 2019โจ Enhancements
- None.
๐ Bug Fixes
Include dependent vendored frameworks in linker flags
Alex Coomans
[#9045]((#9045)๐ Correctly set deployment target for non library specs even if the root spec does not specify one.
Dimitris Koutsogiorgas
#9153Make
APPLICATION_EXTENSION_API_ONLY
build setting not break when performing a cached incremental install.
Igor Makarov
#8967
#9141
#91421.8.0.beta.2 (2019-08-27)
โจ Enhancements
- None.
๐ Bug Fixes
๐ Do not verify deployment target version during resolution for non library specs.
Dimitris Koutsogiorgas
#9105Add
USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES
to all.xcconfig
s
Igor Makarov
#8073
#9125
cocoapods-integration-specs#248๐ Fix iOS app spec code signing.
Dimitris Koutsogiorgas
#9110โ Add Apple watch device family to resource bundles built for WatchOS
Aaron McDaniel
#90751.8.0.beta.1 (2019-08-05)
โจ Enhancements
๐ Allow Algolia search for CDNSource
Igor Makarov
#9015
#9046
Core#569Using
repo push
now pushes to the current repo branch (HEAD
) instead ofmaster
Jhonatan Avalos
#8630โ Add support for UI test specs with
test_type
value:ui
Yavuz Nuzumlali
#9002
Core#562Replace git-based
MasterSource
with CDN-basedTrunkSource
Igor Makarov
#8923
Core#552โ Integrate a pod into a custom project name if specified.
Dimitris Koutsogiorgas & Sebastian Shanus
#8939๐ Performance optimization for large number of files related to cleaning sandbox directory during installation
hovox
#8797โ Add support for Specification Info.plist DSL
Eric Amorde
#8753
#3032๐ Fix target definition display name for inhibit warnings message.
Dimitris Koutsogiorgas
#8935๐ Allow using an application defined by an app spec as the app host for a test spec.
jkap
Samuel Giddins
#8654Speed up dependency resolution when there are many requirements for the same pod
or many versions that do not satisfy the given requirements.
Samuel Giddinsโ Add support for pods in abstract-only targets to be installed.
Samuel Giddinsโ Emit a warning when attempting to integrate dynamic frameworks into command line tool targets
Eric Amorde
#6493โก๏ธ Always suggest
pod repo update
on dependency resolution conflict,
โก๏ธ unless repo update was specifically requested.
Artem Sheremet
#87680๏ธโฃ Set Default Module for Storyboards in resource bundle targets.
James Treanor
#8890๐จ Print correct platform name when inferring target platform.
Dimitris Koutsogiorgas
#8916Do not re-write sandbox files if they have not changed.
Dimitris Koutsogiorgas
#8983โ Added option to skip Pods.xcodeproj generation
Itay Brenner
8872๐ Bug Fixes
โก๏ธ Update symlink script to prevent duplicate files
Alex Coomans
#9035Use correct
header_mappings_dir
for subspecs
Alex Coomans
#9019๐ Make CDNSource show up in
pod repo env
Igor Makarov
#9016๐ Fix regenerating aggregate targets for incremental installation.
Sebastian Shanus
#9009๐ Fix heuristic for determining whether the source URL to be added is CDN
Igor Makarov
#9000
#8999๐ Fix set
cache_root
from config file error
tripleCC
#8515๐ Set default build configurations for app / test specs when installing with
integrate_targets: false
, ensuring theEmbed Frameworks
and
๐Copy Resources
scripts will copy the necessary build artifacts.
Samuel Giddinsโ No longer show a warning when using an optional include (
#include?
) to
include the Pods .xcconfig from the base .xcconfig file
Rob Hudsonโ Remove stale podspecs from 'Local Podspecs' when installing non-local counterparts.
Pรคr Strindevall
Dimitris Koutsogiorgas
#8914๐ Fix inheriting search paths for test targets in
init
command.
Dimitris Koutsogiorgas
#8868๐ Allow detecting
SWIFT_VERSION
build settings from user targets when some
xcconfig files are missing.
Samuel GiddinsOnly return library itself as a framework path for library specs.
Dimitris Koutsogiorgas
#9029๐ Fix a bug that prevented dependencies in a plugin source from resolving
Eric Amorde
#8540Store relative project and file paths in the incremental cache.
Dimitris Koutsogiorgas
#9041๐ Use correct deployment target for test specs and app specs.
Dimitris Koutsogiorgas
#9040๐ Allow overriding custom xcconfig entries set for compiling a library when
โ specifying an app or test spec.
Samuel Giddins๐ป Pass a non-browser user agent for social media validation
Dov Frankel
CocoaPods/Core#571
#9053
#9049Do not add CocoaPods script phases to targets that have no paths to embed.
Dimitris Koutsogiorgas
#9069 -
v1.7.5 Changes
July 19, 2019โจ Enhancements
- None.
๐ Bug Fixes
- โ Do not pass inhibit warnings compiler flags for Swift source files.
Dimitris Koutsogiorgas #9013
- None.
-
v1.7.4 Changes
July 09, 2019โจ Enhancements
- None.
๐ Bug Fixes
- ๐ง Handle scheme configuration for specs with unsupported platforms.
Dimitris Koutsogiorgas #8850
- None.
-
v1.7.3 Changes
June 28, 2019โจ Enhancements
- None.
๐ Bug Fixes
- ๐ Honor the Swift version set by a dependency pod during lint.
Dimitris Koutsogiorgas #8940
- None.
-
v1.7.2 Changes
June 13, 2019โจ Enhancements
- None.
๐ Bug Fixes
๐ง Prevent crash when configuring schemes for subspecs.
Dimitris Koutsogiorgas #8880๐ Attempt to use Swift version for dependencies during lint.
Dimitris Koutsogiorgas #8764
- None.
-
v1.7.1 Changes
May 30, 2019โจ Enhancements
- None.
๐ Bug Fixes
Stabilize product reference UUIDs to fix Xcode crashing with incremental installation.
Sebastian Shanus #8845๐ Fix a 1.7.0 regression in header directory paths when using static libraries
Eric Amorde #8836
- None.