From 22721a013bdd10d5eb395ba18453585f5f3f1f7f Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 31 Aug 2020 23:07:20 +0200 Subject: rebuild the ios platform and the plugins --- StoneIsland/platforms/ios/Podfile | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'StoneIsland/platforms/ios/Podfile') diff --git a/StoneIsland/platforms/ios/Podfile b/StoneIsland/platforms/ios/Podfile index 65988dd6..182e21b1 100644 --- a/StoneIsland/platforms/ios/Podfile +++ b/StoneIsland/platforms/ios/Podfile @@ -1,7 +1,15 @@ # DO NOT MODIFY -- auto-generated by Apache Cordova -platform :ios, '8.0' +source 'https://cdn.cocoapods.org/' +platform :ios, '11.0' +use_frameworks! target 'Stone Island' do project 'Stone Island.xcodeproj' - pod 'GoogleCloudMessaging', '~> 1.2.0' - pod 'GGLInstanceID', '~> 1.2.1' + pod 'Firebase/Core', '6.28.1' + pod 'Firebase/Auth', '6.28.1' + pod 'Firebase/Messaging', '6.28.1' + pod 'Firebase/Performance', '6.28.1' + pod 'Firebase/RemoteConfig', '6.28.1' + pod 'FirebaseFirestore', :tag => '6.28.1', :git => 'https://github.com/invertase/firestore-ios-sdk-frameworks.git' + pod 'Firebase/Crashlytics', '6.28.1' + pod 'GoogleSignIn', '5.0.2' end -- cgit v1.2.3-70-g09d2