From 6c47faa8901c916d0820ba94b8d78c3465f93e1a Mon Sep 17 00:00:00 2001 From: Thomas Van Lenten Date: Fri, 20 May 2016 11:06:43 -0400 Subject: Make the CocoaPods integration tests more robust - Env solution doesn't seem to always work, use template pod files and copy them in place instead. - Flush the pods cache before and after runs. - Make pod install verbose to have the info incase something goes wrong. --- objectivec/Tests/CocoaPods/iOSCocoaPodsTester/Podfile-static | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 objectivec/Tests/CocoaPods/iOSCocoaPodsTester/Podfile-static (limited to 'objectivec/Tests/CocoaPods/iOSCocoaPodsTester/Podfile-static') diff --git a/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/Podfile-static b/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/Podfile-static new file mode 100644 index 00000000..e9b3c235 --- /dev/null +++ b/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/Podfile-static @@ -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 -- cgit v1.2.3