From 9447e72cab40c9ea59e49a726d2890bcf356d38a Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Tue, 19 Sep 2017 11:18:04 -0700 Subject: Consolidate AuthSamples into main Firebase Xcode project (#288) --- Example/Podfile | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) (limited to 'Example/Podfile') diff --git a/Example/Podfile b/Example/Podfile index 3c0745d..4b6a88f 100644 --- a/Example/Podfile +++ b/Example/Podfile @@ -45,6 +45,40 @@ target 'Auth_Example_macOS' do end end +target 'Auth_Sample' do + platform :ios, '8.0' + 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 'GTMSessionFetcher/Core' +end + +target 'Auth_SwiftSample' do + platform :ios, '8.0' + pod 'FirebaseCommunity/Auth', :path => '../' + pod 'GoogleSignIn' + pod 'FirebaseInstanceID', '1.0.9' +end + +target 'Auth_ApiTests' do + platform :ios, '8.0' + pod 'FirebaseCommunity/Auth', :path => '../' + pod 'GoogleSignIn' + pod 'FirebaseInstanceID', '1.0.9' + pod 'GTMSessionFetcher/Core' +end + +target 'Auth_EarlGreyTests' do + platform :ios, '8.0' + pod 'FirebaseCommunity/Auth', :path => '../' + pod 'GoogleSignIn' + pod 'FirebaseInstanceID', '1.0.9' + pod 'EarlGrey' +end + target 'Database_Example_iOS' do platform :ios, '8.0' -- cgit v1.2.3