Disable deterministic UUIDs in the test Podfile

pull/6671/head
Jorge Canizales 9 years ago
parent e83eff4bb3
commit 8d1e8d0e9d
  1. 2
      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 => ".."

Loading…
Cancel
Save