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
d3c33ac4
Commit
d3c33ac4
authored
Mar 11, 2013
by
Fabio Pelosin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Hooks] Minor clean up.
parent
ca8bb53c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
library_representation.rb
lib/cocoapods/hooks/library_representation.rb
+2
-1
library_representation_spec.rb
spec/unit/hooks/library_representation_spec.rb
+1
-1
No files found.
lib/cocoapods/hooks/library_representation.rb
View file @
d3c33ac4
...
...
@@ -26,9 +26,10 @@ module Pod
# @return [Pathname] The path of the prefix_header
#
def
prefix_header_
filename
def
prefix_header_
path
library
.
prefix_header_path
end
alias
:prefix_header_filename
:prefix_header_path
# @return [Pathname] The path of the script used to copy the resources.
#
...
...
spec/unit/hooks/library_representation_spec.rb
View file @
d3c33ac4
...
...
@@ -28,7 +28,7 @@ module Pod
it
"returns the path of the prefix header"
do
@lib
.
support_files_root
=
temporary_directory
@rep
.
prefix_header_
filename
.
should
==
temporary_directory
+
'Pods-MyApp-prefix.pch'
@rep
.
prefix_header_
path
.
should
==
temporary_directory
+
'Pods-MyApp-prefix.pch'
end
it
"returns the path of the copy resources script"
do
...
...
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