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
8a73c7d3
Commit
8a73c7d3
authored
Feb 25, 2012
by
Luke Redpath
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
A few little bugs discovered with some end-to-end testing.
parent
cef1a627
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
dependency.rb
lib/cocoapods/dependency.rb
+1
-2
installer.rb
lib/cocoapods/installer.rb
+1
-1
No files found.
lib/cocoapods/dependency.rb
View file @
8a73c7d3
...
...
@@ -90,7 +90,6 @@ module Pod
end
else
puts
" * Pre-downloading: `
#{
@name
}
'"
unless
config
.
silent?
pod
=
LocalPods
.
new
Downloader
.
for_dependency
(
self
).
download
spec
=
pod_root
+
"
#{
@name
}
.podspec"
end
...
...
@@ -100,7 +99,7 @@ module Pod
end
def
pod_root
config
.
project_pods_root
+
@name
Config
.
instance
.
project_pods_root
+
@name
end
# Taken from RubyGems 1.3.7
...
...
lib/cocoapods/installer.rb
View file @
8a73c7d3
...
...
@@ -58,7 +58,7 @@ module Pod
def
install_dependencies!
build_specifications
.
map
do
|
spec
|
Pod
.
new
(
sandbox
,
spec
).
tap
do
|
pod
|
Local
Pod
.
new
(
sandbox
,
spec
).
tap
do
|
pod
|
if
pod
.
exists?
||
spec
.
local?
puts
"Using
#{
pod
}
"
unless
config
.
silent?
else
...
...
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