Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
cocoapods
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
cocoapods
Commits
f6a7d532
Commit
f6a7d532
authored
Oct 17, 2017
by
Dimitris Koutsogiorgas
Committed by
GitHub
Oct 17, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #7149 from dnkoutso/doc_fix
Fix docs for prefix header paths
parents
da046a13
1b664d18
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
2 deletions
+9
-2
CHANGELOG.md
CHANGELOG.md
+4
-0
pod_target_installer.rb
...ller/xcode/pods_project_generator/pod_target_installer.rb
+4
-1
pod_target.rb
lib/cocoapods/target/pod_target.rb
+1
-1
No files found.
CHANGELOG.md
View file @
f6a7d532
...
...
@@ -30,6 +30,10 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
##### 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
[
Dimitris Koutsogiorgas
](
https://github.com/dnkoutso
)
[
#7147
](
https://github.com/CocoaPods/CocoaPods/pull/7147
)
...
...
lib/cocoapods/installer/xcode/pods_project_generator/pod_target_installer.rb
View file @
f6a7d532
...
...
@@ -66,6 +66,9 @@ module Pod
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.
#
def
skip_pch?
(
specs
)
...
...
@@ -477,7 +480,7 @@ module Pod
# the path to generate the prefix header for.
#
# @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
# the platform to use for this prefix header.
...
...
lib/cocoapods/target/pod_target.rb
View file @
f6a7d532
...
...
@@ -409,7 +409,7 @@ module Pod
end
# @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.
#
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment