Commit 61794806 authored by Fabio Pelosin's avatar Fabio Pelosin

[Integration] Move pod init spec to the integration submodule

parent cb50c746
......@@ -17,7 +17,7 @@ GIT
GIT
remote: https://github.com/CocoaPods/Xcodeproj.git
revision: 83c3e0781cbea05c704d02523610fe43f3ea062c
revision: 0cb0a41a7b8070c51a03a3221e8741a6bd6afe47
branch: master
specs:
xcodeproj (0.9.0)
......
......@@ -282,8 +282,10 @@ namespace :spec do
# Remove files not used for the comparison
# To keep the git diff clean
FileList['spec/cocoapods-integration-specs/*/after/{Podfile,*.podspec,**/*.xcodeproj,PodTest-hg-source}'].each do |to_delete|
sh "rm -rf #{to_delete}"
files_to_delete = FileList['spec/cocoapods-integration-specs/*/after/{Podfile,*.podspec,**/*.xcodeproj,PodTest-hg-source}']
files_to_delete.exclude('/spec/cocoapods-integration-specs/init_single_platform/**/*.*')
files_to_delete.each do |file_to_delete|
sh "rm -rf #{file_to_delete}"
end
puts
......
Subproject commit 44b03f0ae223452272211d52f2fee15472bd0b7a
Subproject commit e5a4609aee415fe4588fd08eb9eebe6a8b7c707c
# Uncomment this line to define a global platform for your project
# platform :ios, "6.0"
target "SampleApp" do
end
target "SampleApp copy" do
end
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