Commit f6a7d532 authored by Dimitris Koutsogiorgas's avatar Dimitris Koutsogiorgas Committed by GitHub

Merge pull request #7149 from dnkoutso/doc_fix

Fix docs for prefix header paths
parents da046a13 1b664d18
...@@ -30,6 +30,10 @@ To install release candidates run `[sudo] gem install cocoapods --pre` ...@@ -30,6 +30,10 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
##### Bug Fixes ##### Bug Fixes
* Fix docs for prefix header paths
[Dimitris Koutsogiorgas](https://github.com/dnkoutso)
[#7149](https://github.com/CocoaPods/CocoaPods/pull/7149)
* Fix integration `prefix_header_file` with test specs * Fix integration `prefix_header_file` with test specs
[Dimitris Koutsogiorgas](https://github.com/dnkoutso) [Dimitris Koutsogiorgas](https://github.com/dnkoutso)
[#7147](https://github.com/CocoaPods/CocoaPods/pull/7147) [#7147](https://github.com/CocoaPods/CocoaPods/pull/7147)
......
...@@ -66,6 +66,9 @@ module Pod ...@@ -66,6 +66,9 @@ module Pod
private private
# @param [Array<Specification>] specs
# the specs to check against whether `.pch` generation should be skipped or not.
#
# @return [Boolean] Whether the target should build a pch file. # @return [Boolean] Whether the target should build a pch file.
# #
def skip_pch?(specs) def skip_pch?(specs)
...@@ -477,7 +480,7 @@ module Pod ...@@ -477,7 +480,7 @@ module Pod
# the path to generate the prefix header for. # the path to generate the prefix header for.
# #
# @param [Array<Sandbox::FileAccessor>] file_accessors # @param [Array<Sandbox::FileAccessor>] file_accessors
# the file accessors to use for this prefix header that point to a path of a prefix header # the file accessors to use for this prefix header that point to a path of a prefix header.
# #
# @param [Platform] platform # @param [Platform] platform
# the platform to use for this prefix header. # the platform to use for this prefix header.
......
...@@ -409,7 +409,7 @@ module Pod ...@@ -409,7 +409,7 @@ module Pod
end end
# @param [Symbol] test_type # @param [Symbol] test_type
# The test type this embed frameworks script path is for. # The test type prefix header path is for.
# #
# @return [Pathname] the absolute path of the prefix header file for the given test type. # @return [Pathname] the absolute path of the prefix header file for the given test type.
# #
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment