[Firebase][InstanceID] Updated to version 3.4.0
This commit is contained in:
Родитель
048fab2190
Коммит
cca95277d9
|
@ -1,19 +1,19 @@
|
|||
=begin
|
||||
Last run FirebaseInstanceID installed:
|
||||
* FirebaseCore (5.1.8)
|
||||
* FirebaseInstanceID (3.3.0)
|
||||
* GoogleUtilities (5.3.6)
|
||||
* FirebaseCore (5.2.0)
|
||||
* FirebaseInstanceID (3.4.0)
|
||||
* GoogleUtilities (5.3.7)
|
||||
|
||||
Check if main version or subversion number has changed.
|
||||
If yes, please, update *.targets file located in binding
|
||||
project, also, update Podfile file if needed.
|
||||
|
||||
In Firebase.InstanceID binding project, you can find the .targets file of:
|
||||
* FirebaseInstanceID (3.3.0)
|
||||
* FirebaseInstanceID (3.4.0)
|
||||
|
||||
In Firebase.Core binding project, you can find the Native Reference of:
|
||||
* FirebaseCore (5.1.8)
|
||||
* GoogleUtilities (5.3.6)
|
||||
* FirebaseCore (5.2.0)
|
||||
* GoogleUtilities (5.3.7)
|
||||
=end
|
||||
|
||||
source 'https://github.com/CocoaPods/Specs.git'
|
||||
|
@ -22,5 +22,5 @@ platform :ios, '8.0'
|
|||
install! 'cocoapods', :integrate_targets => false
|
||||
|
||||
target 'FirebaseInstanceID' do
|
||||
pod 'FirebaseInstanceID', '3.3.0'
|
||||
pod 'FirebaseInstanceID', '3.4.0'
|
||||
end
|
||||
|
|
|
@ -1,24 +1,24 @@
|
|||
PODS:
|
||||
- FirebaseCore (5.1.8):
|
||||
- FirebaseCore (5.2.0):
|
||||
- GoogleUtilities/Logger (~> 5.2)
|
||||
- FirebaseInstanceID (3.3.0):
|
||||
- FirebaseCore (~> 5.1)
|
||||
- FirebaseInstanceID (3.4.0):
|
||||
- FirebaseCore (~> 5.2)
|
||||
- GoogleUtilities/Environment (~> 5.3)
|
||||
- GoogleUtilities/UserDefaults (~> 5.3)
|
||||
- GoogleUtilities/Environment (5.3.6)
|
||||
- GoogleUtilities/Logger (5.3.6):
|
||||
- GoogleUtilities/Environment (5.3.7)
|
||||
- GoogleUtilities/Logger (5.3.7):
|
||||
- GoogleUtilities/Environment
|
||||
- GoogleUtilities/UserDefaults (5.3.6):
|
||||
- GoogleUtilities/UserDefaults (5.3.7):
|
||||
- GoogleUtilities/Logger
|
||||
|
||||
DEPENDENCIES:
|
||||
- FirebaseInstanceID (= 3.3.0)
|
||||
- FirebaseInstanceID (= 3.4.0)
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
FirebaseCore: fba2bfaa691c49028309b92e4dd37cc4b5512fbe
|
||||
FirebaseInstanceID: e2fa4cb35ef5558c200f7f0ad8a53e212215f93e
|
||||
GoogleUtilities: 95996bea7c7d9b8fb811b7507669a4a8762f80c7
|
||||
FirebaseCore: ea2d1816723ef21492b8e9113303e1350db5e08c
|
||||
FirebaseInstanceID: 97ea7a5dca9afd72c79bfcdddb7a44aa1cbb42a1
|
||||
GoogleUtilities: 111a012f4c3a29c9e7c954c082fafd6ee3c999c0
|
||||
|
||||
PODFILE CHECKSUM: c0011280098d41d97c779e4b73500dc1849f3fbe
|
||||
PODFILE CHECKSUM: 02f4fdfce91b4067b6399dae47bfd3d5ada91953
|
||||
|
||||
COCOAPODS: 1.4.0
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<metadata>
|
||||
<id>Xamarin.Firebase.iOS.InstanceID</id>
|
||||
<title>Firebase APIs Instance ID iOS Library</title>
|
||||
<version>3.3.0.1</version>
|
||||
<version>3.4.0.0</version>
|
||||
<authors>Microsoft</authors>
|
||||
<owners>Microsoft</owners>
|
||||
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
||||
|
@ -15,7 +15,7 @@
|
|||
<dependencies>
|
||||
<group targetFramework="Xamarin.iOS10">
|
||||
<dependency id="Xamarin.Build.Download" version="0.4.11" />
|
||||
<dependency id="Xamarin.Firebase.iOS.Core" version="5.1.10.0" />
|
||||
<dependency id="Xamarin.Firebase.iOS.Core" version="5.2.0.0" />
|
||||
</group>
|
||||
</dependencies>
|
||||
</metadata>
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<_FirebaseInstanceIDAssemblyName>Firebase.InstanceID, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null</_FirebaseInstanceIDAssemblyName>
|
||||
<_FirebaseInstanceIDItemsFolder>FInstncID-3.3.0</_FirebaseInstanceIDItemsFolder>
|
||||
<_FirebaseInstanceIDItemsFolder>FInstncID-3.4.0</_FirebaseInstanceIDItemsFolder>
|
||||
<_FirebaseInstanceIDSDKBaseFolder>$(XamarinBuildDownloadDir)$(_FirebaseInstanceIDItemsFolder)\Frameworks\</_FirebaseInstanceIDSDKBaseFolder>
|
||||
</PropertyGroup>
|
||||
<ItemGroup Condition="('$(OutputType)'!='Library' OR '$(IsAppExtension)'=='True')">
|
||||
<XamarinBuildDownload Include="$(_FirebaseInstanceIDItemsFolder)">
|
||||
<Url>https://dl.google.com/dl/cpdc/85e39daa6262cf56/FirebaseInstanceID-3.3.0.tar.gz</Url>
|
||||
<Url>https://dl.google.com/dl/cpdc/cd1d9b33d9b1540a/FirebaseInstanceID-3.4.0.tar.gz</Url>
|
||||
<Kind>Tgz</Kind>
|
||||
</XamarinBuildDownload>
|
||||
<NativeReference Include="$(_FirebaseInstanceIDSDKBaseFolder)FirebaseInstanceID.framework">
|
||||
|
|
|
@ -26,7 +26,7 @@ using Foundation;
|
|||
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
|
||||
|
||||
[assembly: AssemblyVersion ("1.0.0.0")]
|
||||
[assembly: AssemblyFileVersion ("3.3.0.0")]
|
||||
[assembly: AssemblyFileVersion ("3.4.0.0")]
|
||||
|
||||
// The following attributes are used to specify the signing key for the assembly,
|
||||
// if desired. See the Mono documentation for more information about signing.
|
||||
|
|
|
@ -16,7 +16,7 @@ Xamarin creates and maintains Xamarin.iOS bindings for the Google APIs for iOS L
|
|||
| [Xamarin.Firebase.iOS.Crashlytics][F.Crashlytics.Name] | [3.10.3.1][F.Crashlytics.Package] |
|
||||
| [Xamarin.Firebase.iOS.Database][F.Database.Name] | [5.0.3.0][F.Database.Package] |
|
||||
| [Xamarin.Firebase.iOS.DynamicLinks][F.DynamicLinks.Name] | [3.0.2.0][F.DynamicLinks.Package] |
|
||||
| [Xamarin.Firebase.iOS.InstanceID][F.InstanceID.Name] | [3.3.0.1][F.InstanceID.Package] |
|
||||
| [Xamarin.Firebase.iOS.InstanceID][F.InstanceID.Name] | [3.4.0.0][F.InstanceID.Package] |
|
||||
| [Xamarin.Firebase.iOS.Invites][F.Invites.Name] | [3.0.1.1][F.Invites.Package] |
|
||||
| [Xamarin.Firebase.iOS.MLKit][F.MLKit.Name] | [0.13.0.1][F.MLKit.Package] |
|
||||
| [Xamarin.Firebase.iOS.MLKit.Common][F.MLKit.Common.Name] | [0.13.0.0][F.MLKit.Common.Package] |
|
||||
|
@ -59,7 +59,7 @@ Here's a table that shows in which global version is located each component of F
|
|||
| Firebase Core | **5.2.0.0** | **5.16.0** |
|
||||
| Firebase Database | **5.0.3.0** | **5.8.1** |
|
||||
| Firebase Dynamic Links | **3.0.2.0** | **5.8.1** |
|
||||
| Firebase Instance ID | **3.3.0.1** | **5.15.0** |
|
||||
| Firebase Instance ID | **3.4.0.0** | **5.16.0** |
|
||||
| Firebase Invites | **3.0.1.1** | **5.8.1** |
|
||||
| Firebase MLKit | **0.13.0.1** | **5.13.0* |
|
||||
| Firebase MLKit Common | **0.13.0.0** | **5.13.0* |
|
||||
|
|
Загрузка…
Ссылка в новой задаче