aboutsummaryrefslogtreecommitdiffhomepage
path: root/Example/Podfile
diff options
context:
space:
mode:
authorGravatar Paul Beusterien <paulbeusterien@google.com>2018-04-09 09:11:21 -0700
committerGravatar GitHub <noreply@github.com>2018-04-09 09:11:21 -0700
commit42bc113754d2f9e2f0f6cf552916ae76149e717d (patch)
tree579d70312fe376cb657ea8c4dd5d96cc92b616f2 /Example/Podfile
parent21a6e1f930936eae1bca743430347288fa5e39c8 (diff)
Travis static library testing (#1047)
* Add Objective C example app for Messaging * Travis static library testing * static lib build fixes
Diffstat (limited to 'Example/Podfile')
-rw-r--r--Example/Podfile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Example/Podfile b/Example/Podfile
index 35d348e..682f2a4 100644
--- a/Example/Podfile
+++ b/Example/Podfile
@@ -52,7 +52,6 @@ target 'Messaging_Example_iOS' do
platform :ios, '8.0'
pod 'FirebaseMessaging' , :path => '../'
- pod 'FirebaseInstanceID'
target 'Messaging_Tests_iOS' do
inherit! :search_paths
@@ -60,6 +59,11 @@ target 'Messaging_Example_iOS' do
end
end
+target 'Messaging_Sample_iOS' do
+ platform :ios, '8.0'
+ pod 'FirebaseMessaging' , :path => '../'
+end
+
target 'Storage_Example_iOS' do
platform :ios, '8.0'