@@ -4,7 +4,7 @@ Artifact FIREBASE_AD_MOB_ARTIFACT = new Artifact ("Firebase.AdM
44Artifact FIREBASE_ANALYTICS_ARTIFACT = new Artifact ( "Firebase.Analytics" , "6.0.4" , "8.0" , ComponentGroup . Firebase , csprojName : "Analytics" ) ;
55Artifact FIREBASE_AUTH_ARTIFACT = new Artifact ( "Firebase.Auth" , "5.0.4.1" , "8.0" , ComponentGroup . Firebase , csprojName : "Auth" ) ;
66Artifact FIREBASE_CLOUD_FIRESTORE_ARTIFACT = new Artifact ( "Firebase.CloudFirestore" , "0.13.3" , "8.0" , ComponentGroup . Firebase , csprojName : "CloudFirestore" ) ;
7- Artifact FIREBASE_CLOUD_MESSAGING_ARTIFACT = new Artifact ( "Firebase.CloudMessaging" , "3 .1.2 " , "8.0" , ComponentGroup . Firebase , csprojName : "CloudMessaging" ) ;
7+ Artifact FIREBASE_CLOUD_MESSAGING_ARTIFACT = new Artifact ( "Firebase.CloudMessaging" , "4 .1.1 " , "8.0" , ComponentGroup . Firebase , csprojName : "CloudMessaging" ) ;
88Artifact FIREBASE_CORE_ARTIFACT = new Artifact ( "Firebase.Core" , "6.1.0" , "8.0" , ComponentGroup . Firebase , csprojName : "Core" ) ;
99Artifact FIREBASE_CRASHLYTICS_ARTIFACT = new Artifact ( "Firebase.Crashlytics" , "3.10.9" , "8.0" , ComponentGroup . Firebase , csprojName : "Crashlytics" ) ;
1010Artifact FIREBASE_DATABASE_ARTIFACT = new Artifact ( "Firebase.Database" , "5.0.3" , "8.0" , ComponentGroup . Firebase , csprojName : "Database" ) ;
@@ -69,7 +69,7 @@ void SetArtifactsDependencies ()
6969 FIREBASE_ANALYTICS_ARTIFACT . Dependencies = new [ ] { FIREBASE_CORE_ARTIFACT , FIREBASE_INSTANCE_ID_ARTIFACT } ;
7070 FIREBASE_AUTH_ARTIFACT . Dependencies = new [ ] { FIREBASE_CORE_ARTIFACT } ;
7171 FIREBASE_CLOUD_FIRESTORE_ARTIFACT . Dependencies = new [ ] { FIREBASE_CORE_ARTIFACT , FIREBASE_INSTANCE_ID_ARTIFACT } ;
72- FIREBASE_CLOUD_MESSAGING_ARTIFACT . Dependencies = new [ ] { FIREBASE_CORE_ARTIFACT } ;
72+ FIREBASE_CLOUD_MESSAGING_ARTIFACT . Dependencies = new [ ] { FIREBASE_CORE_ARTIFACT , FIREBASE_INSTANCE_ID_ARTIFACT } ;
7373 FIREBASE_CORE_ARTIFACT . Dependencies = null ;
7474 FIREBASE_CRASHLYTICS_ARTIFACT . Dependencies = null ;
7575 FIREBASE_DATABASE_ARTIFACT . Dependencies = new [ ] { FIREBASE_CORE_ARTIFACT } ;
@@ -105,7 +105,7 @@ void SetArtifactsPodSpecs ()
105105 new PodSpec ( "Firebase" , "6.5.0" , subSpecs : new [ ] { "AdMob" } )
106106 } ;
107107 FIREBASE_ANALYTICS_ARTIFACT . PodSpecs = new [ ] {
108- new PodSpec ( "Firebase" , "6.5.0" , subSpecs : new [ ] { "Analytics" } )
108+ new PodSpec ( "Firebase" , "6.5.0" , subSpecs : new [ ] { "Analytics" } )
109109 } ;
110110 FIREBASE_AUTH_ARTIFACT . PodSpecs = new [ ] {
111111 new PodSpec ( "Firebase" , "5.8.1" , frameworkSource : FrameworkSource . Pods , frameworkName : "FirebaseAuth" , targetName : "FirebaseAuth" , subSpecs : new [ ] { "Auth" } )
@@ -120,7 +120,7 @@ void SetArtifactsPodSpecs ()
120120 new PodSpec ( "gRPC-C++" , "0.0.3" , frameworkSource : FrameworkSource . Pods , frameworkName : "grpcpp" ) ,
121121 } ;
122122 FIREBASE_CLOUD_MESSAGING_ARTIFACT . PodSpecs = new [ ] {
123- new PodSpec ( "Firebase" , "5.8.1 " , frameworkSource : FrameworkSource . Pods , frameworkName : "FirebaseMessaging" , targetName : "FirebaseMessaging" , subSpecs : new [ ] { "Messaging" } )
123+ new PodSpec ( "Firebase" , "6.5.0 " , frameworkSource : FrameworkSource . Pods , frameworkName : "FirebaseMessaging" , targetName : "FirebaseMessaging" , subSpecs : new [ ] { "Messaging" } )
124124 } ;
125125 FIREBASE_CORE_ARTIFACT . PodSpecs = new [ ] {
126126 new PodSpec ( "Firebase" , "6.5.0" , frameworkSource : FrameworkSource . Pods , frameworkName : "FirebaseCore" , targetName : "FirebaseCore" , subSpecs : new [ ] { "CoreOnly" } ) ,
@@ -132,7 +132,7 @@ void SetArtifactsPodSpecs ()
132132 new PodSpec ( "GTMSessionFetcher" , "1.2.1" , frameworkSource : FrameworkSource . Pods , subSpecs : new [ ] { "Full" } ) ,
133133 new PodSpec ( "leveldb-library" , "1.20.0" , frameworkSource : FrameworkSource . Pods , frameworkName : "leveldb" ) ,
134134 new PodSpec ( "nanopb" , "0.3.901" , frameworkSource : FrameworkSource . Pods ) ,
135- new PodSpec ( "Protobuf" , "3.6.1 " , frameworkSource : FrameworkSource . Pods ) ,
135+ new PodSpec ( "Protobuf" , "3.8.0 " , frameworkSource : FrameworkSource . Pods ) ,
136136 new PodSpec ( "GoogleAppMeasurement" , "6.0.4" )
137137 } ;
138138 FIREBASE_CRASHLYTICS_ARTIFACT . PodSpecs = new [ ] {
@@ -223,6 +223,7 @@ void SetArtifactsExtraPodfileLines ()
223223 "end" ,
224224 } ;
225225
226+ FIREBASE_CLOUD_MESSAGING_ARTIFACT . ExtraPodfileLines = staticFrameworkLines ;
226227 FIREBASE_CORE_ARTIFACT . ExtraPodfileLines = staticFrameworkLines ;
227228 FIREBASE_DYNAMIC_LINKS_ARTIFACT . ExtraPodfileLines = staticFrameworkLines ;
228229 FIREBASE_INSTANCE_ID_ARTIFACT . ExtraPodfileLines = staticFrameworkLines ;
0 commit comments