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
bc546236
Commit
bc546236
authored
May 29, 2015
by
Vincent Isambart
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix comments
parent
ade4cefe
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
5 deletions
+1
-5
file_references_installer.rb
lib/cocoapods/installer/file_references_installer.rb
+0
-4
file_accessor.rb
lib/cocoapods/sandbox/file_accessor.rb
+1
-1
No files found.
lib/cocoapods/installer/file_references_installer.rb
View file @
bc546236
...
...
@@ -223,10 +223,6 @@ module Pod
# The consumer file accessor for which the headers need to be
# linked.
#
# @return [Hash{Pathname => Array<Pathname>}] A hash containing the
# headers folders as the keys and the absolute paths of the
# header files as the values.
#
def
vendored_frameworks_header_mappings
(
headers_sandbox
,
file_accessor
)
mappings
=
{}
file_accessor
.
vendored_frameworks
.
each
do
|
framework
|
...
...
lib/cocoapods/sandbox/file_accessor.rb
View file @
bc546236
...
...
@@ -154,7 +154,7 @@ module Pod
# @param [Pathname] framework
# The vendored framework to search into.
# @return [
Array<Pathname>] The paths
of the header directory of the
# @return [
Pathname] The path
of the header directory of the
# vendored framework.
#
def
self
.
vendored_frameworks_headers_dir
(
framework
)
...
...
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