Commit a63aa89e authored by Eloy Duran's avatar Eloy Duran

Delete generated docs before running `rake examples:build`.

parent cc32737e
...@@ -181,6 +181,7 @@ namespace :examples do ...@@ -181,6 +181,7 @@ namespace :examples do
desc "Build all examples" desc "Build all examples"
task :build do task :build do
sh "rm -rf ~/Library/Developer/Shared/Documentation/DocSets/org.cocoapods.*"
examples.entries.each do |example| examples.entries.each do |example|
puts "Building example: #{example}" puts "Building example: #{example}"
puts puts
......
PODS: PODS:
- AFNetworking (1.0RC1) - AFNetworking (1.0RC1)
- SSToolkit (1.0.0) - SSToolkit (1.0.1)
DEPENDENCIES: DEPENDENCIES:
- AFNetworking - AFNetworking
......
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