@@ -4,7 +4,7 @@ Artifact FIREBASE_AD_MOB_ARTIFACT = new Artifact ("Firebase.AdM
4
4
Artifact FIREBASE_ANALYTICS_ARTIFACT = new Artifact ( "Firebase.Analytics" , "6.0.4" , "8.0" , ComponentGroup . Firebase , csprojName : "Analytics" ) ;
5
5
Artifact FIREBASE_AUTH_ARTIFACT = new Artifact ( "Firebase.Auth" , "5.0.4.1" , "8.0" , ComponentGroup . Firebase , csprojName : "Auth" ) ;
6
6
Artifact 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" ) ;
8
8
Artifact FIREBASE_CORE_ARTIFACT = new Artifact ( "Firebase.Core" , "6.1.0" , "8.0" , ComponentGroup . Firebase , csprojName : "Core" ) ;
9
9
Artifact FIREBASE_CRASHLYTICS_ARTIFACT = new Artifact ( "Firebase.Crashlytics" , "3.10.9" , "8.0" , ComponentGroup . Firebase , csprojName : "Crashlytics" ) ;
10
10
Artifact FIREBASE_DATABASE_ARTIFACT = new Artifact ( "Firebase.Database" , "5.0.3" , "8.0" , ComponentGroup . Firebase , csprojName : "Database" ) ;
@@ -69,7 +69,7 @@ void SetArtifactsDependencies ()
69
69
FIREBASE_ANALYTICS_ARTIFACT . Dependencies = new [ ] { FIREBASE_CORE_ARTIFACT , FIREBASE_INSTANCE_ID_ARTIFACT } ;
70
70
FIREBASE_AUTH_ARTIFACT . Dependencies = new [ ] { FIREBASE_CORE_ARTIFACT } ;
71
71
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 } ;
73
73
FIREBASE_CORE_ARTIFACT . Dependencies = null ;
74
74
FIREBASE_CRASHLYTICS_ARTIFACT . Dependencies = null ;
75
75
FIREBASE_DATABASE_ARTIFACT . Dependencies = new [ ] { FIREBASE_CORE_ARTIFACT } ;
@@ -105,7 +105,7 @@ void SetArtifactsPodSpecs ()
105
105
new PodSpec ( "Firebase" , "6.5.0" , subSpecs : new [ ] { "AdMob" } )
106
106
} ;
107
107
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" } )
109
109
} ;
110
110
FIREBASE_AUTH_ARTIFACT . PodSpecs = new [ ] {
111
111
new PodSpec ( "Firebase" , "5.8.1" , frameworkSource : FrameworkSource . Pods , frameworkName : "FirebaseAuth" , targetName : "FirebaseAuth" , subSpecs : new [ ] { "Auth" } )
@@ -120,7 +120,7 @@ void SetArtifactsPodSpecs ()
120
120
new PodSpec ( "gRPC-C++" , "0.0.3" , frameworkSource : FrameworkSource . Pods , frameworkName : "grpcpp" ) ,
121
121
} ;
122
122
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" } )
124
124
} ;
125
125
FIREBASE_CORE_ARTIFACT . PodSpecs = new [ ] {
126
126
new PodSpec ( "Firebase" , "6.5.0" , frameworkSource : FrameworkSource . Pods , frameworkName : "FirebaseCore" , targetName : "FirebaseCore" , subSpecs : new [ ] { "CoreOnly" } ) ,
@@ -132,7 +132,7 @@ void SetArtifactsPodSpecs ()
132
132
new PodSpec ( "GTMSessionFetcher" , "1.2.1" , frameworkSource : FrameworkSource . Pods , subSpecs : new [ ] { "Full" } ) ,
133
133
new PodSpec ( "leveldb-library" , "1.20.0" , frameworkSource : FrameworkSource . Pods , frameworkName : "leveldb" ) ,
134
134
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 ) ,
136
136
new PodSpec ( "GoogleAppMeasurement" , "6.0.4" )
137
137
} ;
138
138
FIREBASE_CRASHLYTICS_ARTIFACT . PodSpecs = new [ ] {
@@ -223,6 +223,7 @@ void SetArtifactsExtraPodfileLines ()
223
223
"end" ,
224
224
} ;
225
225
226
+ FIREBASE_CLOUD_MESSAGING_ARTIFACT . ExtraPodfileLines = staticFrameworkLines ;
226
227
FIREBASE_CORE_ARTIFACT . ExtraPodfileLines = staticFrameworkLines ;
227
228
FIREBASE_DYNAMIC_LINKS_ARTIFACT . ExtraPodfileLines = staticFrameworkLines ;
228
229
FIREBASE_INSTANCE_ID_ARTIFACT . ExtraPodfileLines = staticFrameworkLines ;
0 commit comments