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
7c8e0ceb
Commit
7c8e0ceb
authored
Mar 14, 2014
by
Joshua Kalpin
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1885 from modocache/tiny-style-changes
Tiny style changes.
parents
bc497071
77c508b9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
pod_target_installer.rb
...oapods/installer/target_installer/pod_target_installer.rb
+0
-1
validator.rb
lib/cocoapods/validator.rb
+2
-2
No files found.
lib/cocoapods/installer/target_installer/pod_target_installer.rb
View file @
7c8e0ceb
...
...
@@ -15,7 +15,6 @@ module Pod
add_target
add_files_to_build_phases
add_resources_bundle_targets
# create_suport_files_group
create_xcconfig_file
create_prefix_header
create_dummy_source
...
...
lib/cocoapods/validator.rb
View file @
7c8e0ceb
...
...
@@ -60,8 +60,8 @@ module Pod
# Replace default spec with a subspec if asked for
a_spec
=
spec
if
spec
&&
@only_subspec
a_spec
=
spec
.
subspec_by_name
(
@only_subspec
)
@subspec_name
=
a_spec
.
name
a_spec
=
spec
.
subspec_by_name
(
@only_subspec
)
@subspec_name
=
a_spec
.
name
end
UI
.
print
" ->
#{
a_spec
?
a_spec
.
name
:
file
.
basename
}
\r
"
unless
config
.
silent?
...
...
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