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
26381697
Commit
26381697
authored
May 06, 2013
by
Jeremy Slater
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug fixes and cleanup
parent
0551e51f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
6 deletions
+4
-6
installer.rb
lib/cocoapods/installer.rb
+2
-4
target_integrator.rb
...ds/installer/user_project_integrator/target_integrator.rb
+1
-1
validator.rb
lib/cocoapods/validator.rb
+1
-1
No files found.
lib/cocoapods/installer.rb
View file @
26381697
...
@@ -187,10 +187,8 @@ module Pod
...
@@ -187,10 +187,8 @@ module Pod
#
#
def
clean_sandbox
def
clean_sandbox
sandbox
.
public_headers
.
implode!
sandbox
.
public_headers
.
implode!
targets
.
each
do
|
target
|
libraries
.
each
do
|
library
|
target
.
libraries
.
each
do
|
library
|
library
.
build_headers
.
implode!
library
.
build_headers
.
implode!
end
end
end
unless
sandbox_state
.
deleted
.
empty?
unless
sandbox_state
.
deleted
.
empty?
...
...
lib/cocoapods/installer/user_project_integrator/target_integrator.rb
View file @
26381697
...
@@ -79,7 +79,7 @@ module Pod
...
@@ -79,7 +79,7 @@ module Pod
# @return [String] a string representation suitable for debugging.
# @return [String] a string representation suitable for debugging.
#
#
def
inspect
def
inspect
"#<
#{
self
.
class
}
for target `
#{
target
_definition
.
label
}
'>"
"#<
#{
self
.
class
}
for target `
#{
target
.
label
}
'>"
end
end
#---------------------------------------------------------------------#
#---------------------------------------------------------------------#
...
...
lib/cocoapods/validator.rb
View file @
26381697
...
@@ -209,7 +209,7 @@ module Pod
...
@@ -209,7 +209,7 @@ module Pod
installer
=
Installer
.
new
(
sandbox
,
podfile
)
installer
=
Installer
.
new
(
sandbox
,
podfile
)
installer
.
install!
installer
.
install!
file_accessors
=
installer
.
libraries
.
first
.
file_accessors
file_accessors
=
installer
.
targets
.
first
.
libraries
.
first
.
file_accessors
@file_accessor
=
file_accessors
.
find
{
|
accessor
|
accessor
.
spec
==
spec
}
@file_accessor
=
file_accessors
.
find
{
|
accessor
|
accessor
.
spec
==
spec
}
config
.
silent
config
.
silent
end
end
...
...
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