Skip to content

Commit

Permalink
Adding verbose to rakefile to hopefully get past automation cocoapods…
Browse files Browse the repository at this point in the history
… timeouts.
  • Loading branch information
Jeff Lett committed Jan 23, 2020
1 parent 6c0eb1b commit f158eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ end

# Updates Local Pods, Then Builds
def build_pod_example(dir)
sh "pod install --project-directory=#{dir}"
sh "pod install --project-directory=#{dir} --verbose"
build_workspace(dir)
end

Expand Down

0 comments on commit f158eec

Please sign in to comment.