aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/tests/Podfile
diff options
context:
space:
mode:
authorGravatar Jorge Canizales <jcanizales@google.com>2016-05-05 10:55:25 -0700
committerGravatar Jorge Canizales <jcanizales@google.com>2016-05-20 14:54:59 -0700
commit8d1e8d0e9d1edbefdd3c10f8bce6ec365a0f44a4 (patch)
treea7cc80652520c61d70b133deec903eef29167b91 /src/objective-c/tests/Podfile
parente83eff4bb3aeaae7bad608a8b20550ccc7c9966f (diff)
Disable deterministic UUIDs in the test Podfile
Diffstat (limited to 'src/objective-c/tests/Podfile')
-rw-r--r--src/objective-c/tests/Podfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/objective-c/tests/Podfile b/src/objective-c/tests/Podfile
index 30725a0f78..7fe047aa21 100644
--- a/src/objective-c/tests/Podfile
+++ b/src/objective-c/tests/Podfile
@@ -1,6 +1,8 @@
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
+install! 'cocoapods', :deterministic_uuids => false
+
def shared_pods
pod 'Protobuf', :path => "../../../third_party/protobuf"
pod 'BoringSSL', :podspec => ".."