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
bc497071
Commit
bc497071
authored
Mar 13, 2014
by
Eloy Durán
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1883 from modocache/print-xcodebuild-command
validator.rb: Print xcodebuild command on -v.
parents
a88e48f7
21ad695f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
validator.rb
lib/cocoapods/validator.rb
+2
-1
No files found.
lib/cocoapods/validator.rb
View file @
bc497071
...
@@ -392,9 +392,10 @@ module Pod
...
@@ -392,9 +392,10 @@ module Pod
end
end
# @return [String] Executes xcodebuild in the current working directory and
# @return [String] Executes xcodebuild in the current working directory and
# returns its output (bot STDOUT and STDERR).
# returns its output (bot
h
STDOUT and STDERR).
#
#
def
xcodebuild
def
xcodebuild
UI
.
puts
'xcodebuild clean build -target Pods'
if
config
.
verbose?
`xcodebuild clean build -target Pods 2>&1`
`xcodebuild clean build -target Pods 2>&1`
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