mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-24 04:24:52 +08:00
[ios] fix an issue on podspecs when not using the custom version override logic
Updated Firebase SDKs also to 6.8.1
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
require 'json'
|
||||
package = JSON.parse(File.read(File.join(__dir__, 'package.json')))
|
||||
|
||||
firebase_sdk_version = '~> 6.5.0'
|
||||
firebase_sdk_version = '~> 6.8.1'
|
||||
using_custom_firebase_sdk_version = defined? $FirebaseSDKVersion
|
||||
if using_custom_firebase_sdk_version
|
||||
Pod::UI.puts "RNFBMessaging: Using user specified Firebase SDK version '#{$FirebaseSDKVersion}'"
|
||||
|
||||
Reference in New Issue
Block a user