aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/protobuf/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/Podfile-framework
diff options
context:
space:
mode:
authorGravatar Jakob Buchgraber <buchgr@google.com>2017-04-14 21:16:19 +0200
committerGravatar Jakob Buchgraber <buchgr@google.com>2017-04-14 21:16:19 +0200
commit8ff0d0d436b4fd9fd4199d313f708377c7a668af (patch)
tree1d0060d271adb3d6bac605c2a10768be80e09203 /third_party/protobuf/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/Podfile-framework
parent5235d06159ba6fee412bee261ea7867d061252b0 (diff)
Revert "protobuf: Update protobuf to @laszlocsomor's master at commit 421d909."
This reverts commit 5235d06159ba6fee412bee261ea7867d061252b0. Unfortunately, we noticed several build errors / test failures internally due this change.
Diffstat (limited to 'third_party/protobuf/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/Podfile-framework')
-rw-r--r--third_party/protobuf/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/Podfile-framework10
1 files changed, 0 insertions, 10 deletions
diff --git a/third_party/protobuf/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/Podfile-framework b/third_party/protobuf/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/Podfile-framework
deleted file mode 100644
index 27eeafc9c8..0000000000
--- a/third_party/protobuf/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/Podfile-framework
+++ /dev/null
@@ -1,10 +0,0 @@
-source 'https://github.com/CocoaPods/Specs.git'
-platform :osx, '10.9'
-
-install! 'cocoapods', :deterministic_uuids => false
-
-use_frameworks!
-
-target 'OSXCocoaPodsTester' do
- pod 'Protobuf', :path => '../../../..'
-end