aboutsummaryrefslogtreecommitdiff
path: root/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/Podfile
diff options
context:
space:
mode:
authorThomas Van Lenten <thomasvl@google.com>2016-05-19 10:18:12 -0400
committerThomas Van Lenten <thomasvl@google.com>2016-05-19 14:31:39 -0400
commit16dd477a297f4d78326c69a0d99092435b0da24c (patch)
tree8c06d3bfa54ffdec8b09a43c9e5e4da12c9aaacc /objectivec/Tests/CocoaPods/OSXCocoaPodsTester/Podfile
parentdaec44fa5276171cada21e889111c600dadfd1ff (diff)
downloadprotobuf-16dd477a297f4d78326c69a0d99092435b0da24c.tar.gz
protobuf-16dd477a297f4d78326c69a0d99092435b0da24c.tar.bz2
protobuf-16dd477a297f4d78326c69a0d99092435b0da24c.zip
CocoaPod Integration Tests
- Add an Xcode 6.3 created default iOS Project. - Add an Xcode 6.3 created default OS X Project. - Add Podfiles to for both that use Protobufs from within the tree. - Add a script to run the tests (and cleanup) to help confirm the state of the Protobuf.podspec and sources.
Diffstat (limited to 'objectivec/Tests/CocoaPods/OSXCocoaPodsTester/Podfile')
-rw-r--r--objectivec/Tests/CocoaPods/OSXCocoaPodsTester/Podfile12
1 files changed, 12 insertions, 0 deletions
diff --git a/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/Podfile b/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/Podfile
new file mode 100644
index 00000000..956e8148
--- /dev/null
+++ b/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/Podfile
@@ -0,0 +1,12 @@
+source 'https://github.com/CocoaPods/Specs.git'
+platform :osx, '10.9'
+
+install! 'cocoapods', :deterministic_uuids => false
+
+if ENV['USE_FRAMEWORKS'] == 'YES' then
+ use_frameworks!
+end
+
+target 'OSXCocoaPodsTester' do
+ pod 'Protobuf', :path => '../../../..'
+end