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
9c4baa84
Commit
9c4baa84
authored
Apr 21, 2012
by
Fabio Pelosin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Pod:Command::Spec] lint checks for build errors
parent
88ce67b9
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
spec.rb
lib/cocoapods/command/spec.rb
+0
-0
podfile.rb
lib/cocoapods/podfile.rb
+4
-0
No files found.
lib/cocoapods/command/spec.rb
View file @
9c4baa84
This diff is collapsed.
Click to expand it.
lib/cocoapods/podfile.rb
View file @
9c4baa84
...
...
@@ -64,7 +64,11 @@ module Pod
# Returns a path, which is relative to the project_root, relative to the
# `$(SRCROOT)` of the user's project.
def
relative_to_srcroot
(
path
)
if
config
.
integrate_targets
(
config
.
project_root
+
path
).
relative_path_from
(
xcodeproj
.
dirname
)
else
"Pods"
end
end
def
relative_pods_root
...
...
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