Releases: CocoaPods/CocoaPods
1.7.4
1.7.3
1.7.2
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
1.7.1
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
1.7.0
Enhancements
- None.
Bug Fixes
-
Fix 1.7.0.rc.2 regression - Resources need to be added for test specs in library builds
Paul Beusterien
#8812 -
Configure schemes regardless if they are being shared or not.
Dimitris Koutsogiorgas
#8815 -
Update dSYM stripping string matcher for 64-bit only dSYMs.
Dimitris Koutsogiorgas
#8827
1.7.0.rc.2 (2019-05-15)
Enhancements
- None.
Bug Fixes
-
Don't add resources to a second test_spec pod target build phase
Paul Beusterien
#8173 -
Fix 1.7.0.rc.1 static library regression for pods with
header_dir
attribute
Paul Beusterien
#8765 -
Scope app spec dependent targets when no dedup'ing targets.
Dimitris Koutsogiorgas
#8770 -
Fix embedding static frameworks in extensions while using
use_frameworks!
Martin Fiebig
#8798
1.7.0.rc.1 (2019-05-02)
Enhancements
-
Replace Pods project
Dependencies
group withDevelopment Pods
andPods
groups.
Sebastian Shanus
#8659 -
Add an error message for :podspec pods not matching the version in Pods and on disk
orta
#8676
Bug Fixes
-
Allow insecure loads in requires_app_host's Info.plist
Paul Beusterien
#8747 -
Fix a regression for static libraries with a custom module name
Eric Amorde
#8695 -
Fix target cache key SPECS key ordering.
Sebastian Shanus
#8657 -
Fix regression not compiling xcdatamodeld files in static frameworks
Paul Beusterien
#8702 -
Fix: AppIcon not found when executing
pod lib lint
Itay Brenner
#8648
1.7.0.beta.3 (2019-03-28)
Enhancements
- Adds support for referring to other podspecs during validation
Orta Therox
#8536
Bug Fixes
-
Deintegrate deleted targets even if
incremental_installation
is turned on.
Dimitris Koutsogiorgas & Doug Mead
#8638 -
Reduce the probability of multiple project UUID collisions.
Sebastian Shanus
#8636
1.7.0.beta.2 (2019-03-08)
Enhancements
- Integrate
xcfilelist
input/output paths for script phases.
Dimitris Koutsogiorgas
#8585
Bug Fixes
-
Do not warn of
.swift-version
file being deprecated if pod does not use Swift.
Dimitris Koutsogiorgas
#8593 -
Generate sibling targets for incremental installation.
Sebastian Shanus & Igor Makarov
#8577 -
Validator should filter our app specs from subspec analysis.
Dimitris Koutsogiorgas
#8592 -
Do not warn that
--swift-version
parameter is deprecated.
Dimitris Koutsogiorgas
#8586 -
Include
bcsymbolmap
file output paths into script phase.
Dimitris Koutsogiorgas
#8563 -
Copy
bcsymbolmap
files into correct destination to avoid invalid app archives
florianbuerger
#8558 -
Fix: unset GIT_DIR and GIT_WORK_TREE for git operations
tripleCC
#7958 -
Fix crash when running
pod update
with--sources
and--project-directory
tripleCC
#8565 -
Do not use spaces around variable assignment in generated embed framework script
florianbuerger
#8548 -
Do not link specs into user targets that are only used by app specs.
Samuel Giddins
1.7.0.beta.1 (2019-02-22)
Enhancements
-
Copy
bcsymbolmap
files of a vendored framework.
dacaiguoguogmail
#8461 -
Set the path of development pod groups to root directory of the Pod
Eric Amorde
#8445
#8503 -
Incremental Pod Installation
Enables only regenerating projects for pod targets that have changed since the previous installation.
This feature is gated by theincremental_installation
option.
Sebastian Shanus
#8319 -
Podfile: Add a CDNSource automatically if it's not present, just like git source.
Convenience for CDNSource when specified assource 'https://cdn.jsdelivr.net/cocoa/'
.
If source doesn't exist, it will be created.
igor-makarov
#8362 -
Scheme configuration support.
Dimitris Koutsogiorgas
#7577 -
Add support for
.rb
extension for Podfiles
Eric Amorde
#8171 -
Add CDN repo Source to allow retrieving specs from a web URL.
igor-makarov
#8268 (partial beta solution) -
Multi Pod Project Generation Support.
Support for splitting the pods project into a subproject per pod target, gated by thegenerate_multiple_pod_projects
installation option.
Sebastian Shanus
#8253 -
Don't add main for app specs.
Derek Ostrander
#8235 -
Multiple Swift versions support
Dimitris Koutsogiorgas
#8191 -
Adds app spec project integration.
Derek Ostrander
#8158 -
Add documentation for the Podfile installation options
Eric Amorde
#8198
guides.cocoapods.org #142
Bug Fixes
-
Clean up old integrated framework references.
Dimitris Koutsogiorgas
#8296 -
Always update sources specified with the
:source
option when--repo-update
is sp 10000 ecified
Eric Amorde
#8421 -
Set
showEnvVarsInLog
for script phases only when its disabled.
Dimitris Koutsogiorgas
#8400 -
Fix error when execute pod list --update --verbose command
tripleCC
#8404 -
Remove
manifest
attribute from sandbox.
Dimitris Koutsogiorgas
#8260 -
Don't have libraries build the app spec.
Derek Ostrander
#8244 -
Add the
FRAMEWORK_SEARCH_PATHS
necessary to importXCTest
when it is
linked as a weak framework.
Samuel Giddins -
Treat
USER_HEADER_SEARCH_PATHS
as a plural build setting.
Samuel Giddins
#8451 -
Trying to add a spec repo with a
file://
URL on Ruby 2.6 won't fail with a
a git unknown option error.
Samuel Giddins -
Fixed test host delegate methods to not warn about unused arguments.
Jacek Suliga
[#8521](https://github.com/CocoaPods/...
1.7.0.rc.2
Enhancements
- None.
Bug Fixes
-
Don't add resources to a second test_spec pod target build phase
Paul Beusterien
#8173 -
Fix 1.7.0.rc.1 static library regression for pods with
header_dir
attribute
Paul Beusterien
#8765 -
Scope app spec dependent targets when no dedup'ing targets.
Dimitris Koutsogiorgas
#8770 -
Fix embedding static frameworks in extensions while using
use_frameworks!
Martin Fiebig
#8798
1.7.0.rc.1 (2019-05-02)
Enhancements
-
Replace Pods project
Dependencies
group withDevelopment Pods
andPods
groups.
Sebastian Shanus
#8659 -
Add an error message for :podspec pods not matching the version in Pods and on disk
orta
#8676
Bug Fixes
-
Allow insecure loads in requires_app_host's Info.plist
Paul Beusterien
#8747 -
Fix a regression for static libraries with a custom module name
Eric Amorde
#8695 -
Fix target cache key SPECS key ordering.
Sebastian Shanus
#8657 -
Fix regression not compiling xcdatamodeld files in static frameworks
Paul Beusterien
#8702 -
Fix: AppIcon not found when executing
pod lib lint
Itay Brenner
#8648
1.7.0.beta.3 (2019-03-28)
Enhancements
- Adds support for referring to other podspecs during validation
Orta Therox
#8536
Bug Fixes
-
Deintegrate deleted targets even if
incremental_installation
is turned on.
Dimitris Koutsogiorgas & Doug Mead
#8638 -
Reduce the probability of multiple project UUID collisions.
Sebastian Shanus
#8636
1.7.0.beta.2 (2019-03-08)
Enhancements
- Integrate
xcfilelist
input/output paths for script phases.
Dimitris Koutsogiorgas
#8585
Bug Fixes
-
Do not warn of
.swift-version
file being deprecated if pod does not use Swift.
Dimitris Koutsogiorgas
#8593 -
Generate sibling targets for incremental installation.
Sebastian Shanus & Igor Makarov
#8577 -
Validator should filter our app specs from subspec analysis.
Dimitris Koutsogiorgas
#8592 -
Do not warn that
--swift-version
parameter is deprecated.
Dimitris Koutsogiorgas
#8586 -
Include
bcsymbolmap
file output paths into script phase.
Dimitris Koutsogiorgas
#8563 -
Copy
bcsymbolmap
files into correct destination to avoid invalid app archives
florianbuerger
#8558 -
Fix: unset GIT_DIR and GIT_WORK_TREE for git operations
tripleCC
#7958 -
Fix crash when running
pod update
with--sources
and--project-directory
tripleCC
#8565 -
Do not use spaces around variable assignment in generated embed framework script
florianbuerger
#8548 -
Do not link specs into user targets that are only used by app specs.
Samuel Giddins
1.7.0.beta.1 (2019-02-22)
Enhancements
-
Copy
bcsymbolmap
files of a vendored framework.
dacaiguoguogmail
#8461 -
Set the path of development pod groups to root directory of the Pod
Eric Amorde
#8445
#8503 -
Incremental Pod Installation
Enables only regenerating projects for pod targets that have changed since the previous installation.
This feature is gated by theincremental_installation
option.
Sebastian Shanus
#8319 -
Podfile: Add a CDNSource automatically if it's not present, just like git source.
Convenience for CDNSource when specified assource 'https://cdn.jsdelivr.net/cocoa/'
.
If source doesn't exist, it will be created.
igor-makarov
#8362 -
Scheme configuration support.
Dimitris Koutsogiorgas
#7577 -
Add support for
.rb
extension for Podfiles
Eric Amorde
#8171 -
Add CDN repo Source to allow retrieving specs from a web URL.
igor-makarov
#8268 (partial beta solution) -
Multi Pod Project Generation Support.
Support for splitting the pods project into a subproject per pod target, gated by thegenerate_multiple_pod_projects
installation option.
Sebastian Shanus
#8253 -
Don't add main for app specs.
Derek Ostrander
#8235 -
Multiple Swift versions support
Dimitris Koutsogiorgas
#8191 -
Adds app spec project integration.
Derek Ostrander
#8158 -
Add documentation for the Podfile installation options
Eric Amorde
#8198
guides.cocoapods.org #142
Bug Fixes
-
Clean up old integrated framework references.
Dimitris Koutsogiorgas
#8296 -
Always update sources specified with the
:source
option when--repo-update
is specified
Eric Amorde
#8421 -
Set
showEnvVarsInLog
for script phases only when its disabled.
Dimitris Koutsogiorgas
#8400 -
Fix error when execute pod list --update --verbose command
tripleCC
#8404 -
Remove
manifest
attribute from sandbox.
Dimitris Koutsogiorgas
#8260 -
Don't have libraries build the app spec.
Derek Ostrander
#8244 -
Add the
FRAMEWORK_SEARCH_PATHS
necessary to importXCTest
when it is
linked as a weak framework.
Samuel Giddins -
Treat
USER_HEADER_SEARCH_PATHS
as a plural build setting.
Samuel Giddins
#8451 -
Trying to add a spec repo with a
file://
URL on Ruby 2.6 won't fail with a
a git unknown option error.
Samuel Giddins -
Fixed test host delegate methods to not warn about unused arguments.
Jacek Suliga
#8521
1.6.2
1.7.0.rc.1
Enhancements
-
Replace Pods project
Dependencies
group withDevelopment Pods
andPods
groups.
Sebastian Shanus
#8659 -
Add an error message for :podspec pods not matching the version in Pods and on disk
orta
#8676
Bug Fixes
-
Allow insecure loads in requires_app_host's Info.plist
Paul Beusterien
#8747 -
Fix a regression for static libraries with a custom module name
Eric Amorde
#8695 -
Fix target cache key SPECS key ordering.
Sebastian Shanus
#8657 -
Fix regression not compiling xcdatamodeld files in static frameworks
Paul Beusterien
#8702 -
Fix: AppIcon not found when executing
pod lib lint
Itay Brenner
#8648
1.7.0.beta.3 (2019-03-28)
Enhancements
- Adds support for referring to other podspecs during validation
Orta Therox
#8536
Bug Fixes
-
Deintegrate deleted targets even if
incremental_installation
is turned on.
Dimitris Koutsogiorgas & Doug Mead
#8638 -
Reduce the probability of multiple project UUID collisions.
Sebastian Shanus
#8636
1.7.0.beta.2 (2019-03-08)
Enhancements
- Integrate
xcfilelist
input/output paths for script phases.
Dimitris Koutsogiorgas
#8585
Bug Fixes
-
Do not warn of
.swift-version
file being deprecated if pod does not use Swift.
Dimitris Koutsogiorgas
#8593 -
Generate sibling targets for incremental installation.
Sebastian Shanus & Igor Makarov
#8577 -
Validator should filter our app specs from subspec analysis.
Dimitris Koutsogiorgas
#8592 -
Do not warn that
--swift-version
parameter is deprecated.
Dimitris Koutsogiorgas
#8586 -
Include
bcsymbolmap
file output paths into script phase.
Dimitris Koutsogiorgas
#8563 -
Copy
bcsymbolmap
files into correct destination to avoid invalid app archives
florianbuerger
#8558 -
Fix: unset GIT_DIR and GIT_WORK_TREE for git operations
tripleCC
#7958 -
Fix crash when running
pod update
with--sources
and--project-directory
tripleCC
#8565 -
Do not use spaces around variable assignment in generated embed framework script
florianbuerger
#8548 -
Do not link specs into user targets that are only used by app specs.
Samuel Giddins
1.7.0.beta.1 (2019-02-22)
Enhancements
-
Copy
bcsymbolmap
files of a vendored framework.
dacaiguoguogmail
#8461 -
Set the path of development pod groups to root directory of the Pod
Eric Amorde
#8445
#8503 -
Incremental Pod Installation
Enables only regenerating projects for pod targets that have changed since the previous installation.
This feature is gated by theincremental_installation
option.
Sebastian Shanus
#8319 -
Podfile: Add a CDNSource automatically if it's not present, just like git source.
Convenience for CDNSource when specified assource 'https://cdn.jsdelivr.net/cocoa/'
.
If source doesn't exist, it will be created.
igor-makarov
#8362 -
Scheme configuration support.
Dimitris Koutsogiorgas
#7577 -
Add support for
.rb
extension for Podfiles
Eric Amorde
#8171 -
Add CDN repo Source to allow retrieving specs from a web URL.
igor-makarov
#8268 (partial beta solution) -
Multi Pod Project Generation Support.
Support for splitting the pods project into a subproject per pod target, gated by thegenerate_multiple_pod_projects
installation option.
Sebastian Shanus
#8253 -
Don't add main for app specs.
Derek Ostrander
#8235 -
Multiple Swift versions support
Dimitris Koutsogiorgas
#8191 -
Adds app spec project integration.
Derek Ostrander
#8158 -
Add documentation for the Podfile installation options
Eric Amorde
#8198
guides.cocoapods.org #142
Bug Fixes
-
Clean up old integrated framework references.
Dimitris Koutsogiorgas
#8296 -
Always update sources specified with the
:source
option when--repo-update
is specified
Eric Amorde
#8421 -
Set
showEnvVarsInLog
for script phases only when its disabled.
Dimitris Koutsogiorgas
#8400 -
Fix error when execute pod list --update --verbose command
tripleCC
#8404 -
Remove
manifest
attribute from sandbox.
Dimitris Koutsogiorgas
#8260 -
Don't have libraries build the app spec.
Derek Ostrander
#8244 -
Add the
FRAMEWORK_SEARCH_PATHS
necessary to importXCTest
when it is
linked as a weak framework.
Samuel Giddins -
Treat
USER_HEADER_SEARCH_PATHS
as a plural build setting.
Samuel Giddins
#8451 -
Trying to add a spec repo with a
file://
URL on Ruby 2.6 won't fail with a
a git unknown option error.
Samuel Giddins -
Fixed test host delegate methods to not warn about unused arguments.
Jacek Suliga
#8521
1.7.0.beta.3
Enhancements
- Adds support for referring to other podspecs during validation
Orta Therox
#8536
Bug Fixes
-
Deintegrate deleted targets even if
incremental_installation
is turned on.
Dimitris Koutsogiorgas & Doug Mead
#8638 -
Reduce the probability of multiple project UUID collisions.
Sebastian Shanus
#8636
1.7.0.beta.2 (2019-03-08)
Enhancements
- Integrate
xcfilelist
input/output paths for script phases.
Dimitris Koutsogiorgas
#8585
Bug Fixes
-
Do not warn of
.swift-version
file being deprecated if pod does not use Swift.
Dimitris Koutsogiorgas
#8593 -
Generate sibling targets for incremental installation.
Sebastian Shanus & Igor Makarov
#8577 -
Validator should filter our app specs from subspec analysis.
Dimitris Koutsogiorgas
#8592 -
Do not warn that
--swift-version
parameter is deprecated.
Dimitris Koutsogiorgas
#8586 -
Include
bcsymbolmap
file output paths into script phase.
Dimitris Koutsogiorgas
#8563 -
Copy
bcsymbolmap
files into correct destination to avoid invalid app archives
florianbuerger
#8558 -
Fix: unset GIT_DIR and GIT_WORK_TREE for git operations
tripleCC
#7958 -
Fix crash when running
pod update
with--sources
and--project-directory
tripleCC
#8565 -
Do not use spaces around variable assignment in generated embed framework script
florianbuerger
#8548 -
Do not link specs into user targets that are only used by app specs.
Samuel Giddins
1.7.0.beta.1 (2019-02-22)
Enhancements
-
Copy
bcsymbolmap
files of a vendored framework.
dacaiguoguogmail
#8461 -
Set the path of development pod groups to root directory of the Pod
Eric Amorde
#8445
#8503 -
Incremental Pod Installation
Enables only regenerating projects for pod targets that have changed since the previous installation.
This feature is gated by theincremental_installation
option.
Sebastian Shanus
#8319 -
Podfile: Add a CDNSource automatically if it's not present, just like git source.
Convenience for CDNSource when specified assource 'https://cdn.jsdelivr.net/cocoa/'
.
If source doesn't exist, it will be created.
igor-makarov
#8362 -
Scheme configuration support.
Dimitris Koutsogiorgas
#7577 -
Add support for
.rb
extension for Podfiles
Eric Amorde
#8171 -
Add CDN repo Source to allow retrieving specs from a web URL.
igor-makarov
#8268 (partial beta solution) -
Multi Pod Project Generation Support.
Support for splitting the pods project into a subproject per pod target, gated by thegenerate_multiple_pod_projects
installation option.
Sebastian Shanus
#8253 -
Don't add main for app specs.
Derek Ostrander
#8235 -
Multiple Swift versions support
Dimitris Koutsogiorgas
#8191 -
Adds app spec project integration.
Derek Ostrander
#8158 -
Add documentation for the Podfile installation options
Eric Amorde
#8198
guides.cocoapods.org #142
Bug Fixes
-
Clean up old integrated framework references.
Dimitris Koutsogiorgas
#8296 -
Always update sources specified with the
:source
option when--repo-update
is specified
Eric Amorde
#8421 -
Set
showEnvVarsInLog
for script phases only when its disabled.
Dimitris Koutsogiorgas
#8400 -
Fix error when execute pod list --update --verbose command
tripleCC
#8404 -
Remove
manifest
attribute from sandbox.
Dimitris Koutsogiorgas
#8260 -
Don't have libraries build the app spec.
Derek Ostrander
#8244 -
Add the
FRAMEWORK_SEARCH_PATHS
necessary to importXCTest
when it is
linked as a weak framework.
Samuel Giddins -
Treat
USER_HEADER_SEARCH_PATHS
as a plural build setting.
Samuel Giddins
#8451 -
Trying to add a spec repo with a
file://
URL on Ruby 2.6 won't fail with a
a git unknown option error.
Samuel Giddins -
Fixed test host delegate methods to not warn about unused arguments.
Jacek Suliga
#8521
1.7.0.beta.2
Enhancements
- Integrate
xcfilelist
input/output paths for script phases.
Dimitris Koutsogiorgas
#8585
Bug Fixes
-
Do not warn of
.swift-version
file being deprecated if pod does not use Swift.
Dimitris Koutsogiorgas
#8593 -
Generate sibling targets for incremental installation.
Sebastian Shanus & Igor Makarov
#8577 -
Validator should filter our app specs from subspec analysis.
Dimitris Koutsogiorgas
#8592 -
Do not warn that
--swift-version
parameter is deprecated.
Dimitris Koutsogiorgas
#8586 -
Include
bcsymbolmap
file output paths into script phase.
Dimitris Koutsogiorgas
#8563 -
Copy
bcsymbolmap
files into correct destination to avoid invalid app archives
florianbuerger
#8558 -
Fix: unset GIT_DIR and GIT_WORK_TREE for git operations
tripleCC
#7958 -
Do not use spaces around variable assignment in generated embed framework script
florianbuerger
#8548 -
Do not link specs into user targets that are only used by app specs.
Samuel Giddins
1.7.0.beta.1 (2019-02-22)
Enhancements
-
Copy
bcsymbolmap
files of a vendored framework.
dacaiguoguogmail
#8461 -
Set the path of development pod groups to root directory of the Pod
Eric Amorde
#8445
#8503 -
Incremental Pod Installation
Enables only regenerating projects for pod targets that have changed since the previous installation.
This feature is gated by theincremental_installation
option.
Sebastian Shanus
#8319 -
Podfile: Add a CDNSource automatically if it's not present, just like git source.
Convenience for CDNSource when specified assource 'https://cdn.jsdelivr.net/cocoa/'
.
If source doesn't exist, it will be created.
igor-makarov
#8362 -
Scheme configuration support.
Dimitris Koutsogiorgas
#7577 -
Add support for
.rb
extension for Podfiles
Eric Amorde
#8171 -
Add CDN repo Source to allow retrieving specs from a web URL.
igor-makarov
#8268 (partial beta solution) -
Multi Pod Project Generation Support.
Support for splitting the pods project into a subproject per pod target, gated by thegenerate_multiple_pod_projects
installation option.
Sebastian Shanus
#8253 -
Don't add main for app specs.
Derek Ostrander
#8235 -
Multiple Swift versions support
Dimitris Koutsogiorgas
#8191 -
Adds app spec project integration.
Derek Ostrander
#8158 -
Add documentation for the Podfile installation options
Eric Amorde
#8198
guides.cocoapods.org #142
Bug Fixes
-
Clean up old integrated framework references.
Dimitris Koutsogiorgas
#8296 -
Always update sources specified with the
:source
option when--repo-update
is specified
Eric Amorde
#8421 -
Set
showEnvVarsInLog
for script phases only when its disabled.
Dimitris Koutsogiorgas
#8400 -
Fix error when execute pod list --update --verbose command
tripleCC
#8404 -
Remove
manifest
attribute from sandbox.
Dimitris Koutsogiorgas
#8260 -
Don't have libraries build the app spec.
Derek Ostrander
#8244 -
Add the
FRAMEWORK_SEARCH_PATHS
necessary to importXCTest
when it is
linked as a weak framework.
Samuel Giddins -
Treat
USER_HEADER_SEARCH_PATHS
as a plural build setting.
Samuel Giddins
#8451 -
Trying to add a spec repo with a
file://
URL on Ruby 2.6 won't fail with a
a git unknown option error.
Samuel Giddins -
Fixed test host delegate methods to not warn about unused arguments.
Jacek Suliga
#8521