Commit 2b3d0532 authored by Fabio Pelosin's avatar Fabio Pelosin

[Integration] Do not include .DS_Store files

parent 22283e2d
...@@ -202,7 +202,7 @@ begin ...@@ -202,7 +202,7 @@ begin
# Remove files not used for the comparison # Remove files not used for the comparison
# To keep the git diff clean # To keep the git diff clean
files_to_delete = FileList['spec/cocoapods-integration-specs/*/after/{Podfile,*.podspec,**/*.xcodeproj,PodTest-hg-source}'] files_to_delete = FileList['spec/cocoapods-integration-specs/*/after/{Podfile,*.podspec,**/*.xcodeproj,PodTest-hg-source}', '.DS_Store']
files_to_delete.exclude('/spec/cocoapods-integration-specs/init_single_platform/**/*.*') files_to_delete.exclude('/spec/cocoapods-integration-specs/init_single_platform/**/*.*')
files_to_delete.each do |file_to_delete| files_to_delete.each do |file_to_delete|
sh "rm -rf #{file_to_delete}" sh "rm -rf #{file_to_delete}"
......
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