Merge pull request #1583 from thomasvl/pods_integration_followup
Make the CocoaPods integration tests more robustpull/1578/head
commit
5c6518fd27
5 changed files with 36 additions and 14 deletions
@ -0,0 +1,8 @@ |
||||
source 'https://github.com/CocoaPods/Specs.git' |
||||
platform :osx, '10.9' |
||||
|
||||
install! 'cocoapods', :deterministic_uuids => false |
||||
|
||||
target 'OSXCocoaPodsTester' do |
||||
pod 'Protobuf', :path => '../../../..' |
||||
end |
@ -0,0 +1,8 @@ |
||||
source 'https://github.com/CocoaPods/Specs.git' |
||||
platform :ios, '8.0' |
||||
|
||||
install! 'cocoapods', :deterministic_uuids => false |
||||
|
||||
target 'iOSCocoaPodsTester' do |
||||
pod 'Protobuf', :path => '../../../..' |
||||
end |
Loading…
Reference in new issue