Commit 78ce9886 authored by Thomas Kollbach's avatar Thomas Kollbach

remove newline that should not be there

parent 53b44ac1
......@@ -608,8 +608,8 @@ module Pod
# returns its output (both STDOUT and STDERR).
#
def xcodebuild
command = 'xcodebuild clean build -target Pods
'
command = 'xcodebuild clean build -target Pods'
case consumer.platform_name
when :ios
command << ' CODE_SIGN_IDENTITY=- -sdk iphonesimulator'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment