From d70ed06a14261fe6afec5ca8e045a56483a8ede8 Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Wed, 20 Sep 2017 18:19:56 -0700 Subject: Update Auth samples to use latest InstanceID (#299) --- Example/Podfile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'Example/Podfile') diff --git a/Example/Podfile b/Example/Podfile index 9ec6ffd..64800f3 100644 --- a/Example/Podfile +++ b/Example/Podfile @@ -50,9 +50,8 @@ target 'Auth_Sample' do pod 'FirebaseCommunity/Auth', :path => '../' pod 'FBSDKLoginKit' pod 'GoogleSignIn' - # Lock to the 1.0.9 version of InstanceID since 1.0.10 added a dependency # to FirebaseCore - pod 'FirebaseInstanceID', '1.0.9' + pod 'FirebaseInstanceID' pod 'GTMSessionFetcher/Core' end @@ -60,14 +59,14 @@ target 'Auth_SwiftSample' do platform :ios, '8.0' pod 'FirebaseCommunity/Auth', :path => '../' pod 'GoogleSignIn' - pod 'FirebaseInstanceID', '1.0.9' + pod 'FirebaseInstanceID' end target 'Auth_ApiTests' do platform :ios, '8.0' pod 'FirebaseCommunity/Auth', :path => '../' pod 'GoogleSignIn' - pod 'FirebaseInstanceID', '1.0.9' + pod 'FirebaseInstanceID' pod 'GTMSessionFetcher/Core' end @@ -75,7 +74,7 @@ target 'Auth_EarlGreyTests' do platform :ios, '8.0' pod 'FirebaseCommunity/Auth', :path => '../' pod 'GoogleSignIn' - pod 'FirebaseInstanceID', '1.0.9' + pod 'FirebaseInstanceID' pod 'EarlGrey' end -- cgit v1.2.3