File tree Expand file tree Collapse file tree 11 files changed +20
-20
lines changed Expand file tree Collapse file tree 11 files changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ if(IOS)
119119 set (pod_target_name "download_admob_pod_headers" )
120120 set (pods_dir "${PROJECT_BINARY_DIR} /Pods" )
121121 set (pod_list "" )
122- list (APPEND pod_list "'Firebase/AdMob', '6.1 .0'" )
122+ list (APPEND pod_list "'Firebase/AdMob', '6.9 .0'" )
123123
124124 setup_pod_headers_target("${pod_target_name} " "${pods_dir} " "${pod_list} " )
125125
Original file line number Diff line number Diff line change @@ -132,8 +132,8 @@ if(IOS)
132132 set (pod_target_name "download_analytics_pod_headers" )
133133 set (pods_dir "${PROJECT_BINARY_DIR} /Pods" )
134134 set (pod_list "" )
135- list (APPEND pod_list "'Firebase/Core', '6.1 .0'" )
136- list (APPEND pod_list "'Firebase/Analytics', '6.1 .0'" )
135+ list (APPEND pod_list "'Firebase/Core', '6.9 .0'" )
136+ list (APPEND pod_list "'Firebase/Analytics', '6.9 .0'" )
137137
138138 setup_pod_headers_target("${pod_target_name} " "${pods_dir} " "${pod_list} " )
139139
Original file line number Diff line number Diff line change @@ -351,8 +351,8 @@ if(IOS)
351351 set (pod_target_name "download_app_pod_headers" )
352352 set (pods_dir "${PROJECT_BINARY_DIR} /Pods" )
353353 set (pod_list "" )
354- list (APPEND pod_list "'Firebase/Core', '6.1 .0'" )
355- list (APPEND pod_list "'Firebase/DynamicLinks', '6.1 .0'" )
354+ list (APPEND pod_list "'Firebase/Core', '6.9 .0'" )
355+ list (APPEND pod_list "'Firebase/DynamicLinks', '6.9 .0'" )
356356
357357 setup_pod_headers_target("${pod_target_name} " "${pods_dir} " "${pod_list} " )
358358
Original file line number Diff line number Diff line change @@ -207,8 +207,8 @@ if(IOS)
207207 set (pod_target_name "download_auth_pod_headers" )
208208 set (pods_dir "${PROJECT_BINARY_DIR} /Pods" )
209209 set (pod_list "" )
210- list (APPEND pod_list "'Firebase/Core', '6.1 .0'" )
211- list (APPEND pod_list "'Firebase/Auth', '6.1 .0'" )
210+ list (APPEND pod_list "'Firebase/Core', '6.9 .0'" )
211+ list (APPEND pod_list "'Firebase/Auth', '6.9 .0'" )
212212
213213 setup_pod_headers_target("${pod_target_name} " "${pods_dir} " "${pod_list} " )
214214
Original file line number Diff line number Diff line change @@ -205,8 +205,8 @@ if(IOS)
205205 set (pod_target_name "download_database_pod_headers" )
206206 set (pods_dir "${PROJECT_BINARY_DIR} /Pods" )
207207 set (pod_list "" )
208- list (APPEND pod_list "'Firebase/Core', '6.1 .0'" )
209- list (APPEND pod_list "'Firebase/Database', '6.1 .0'" )
208+ list (APPEND pod_list "'Firebase/Core', '6.9 .0'" )
209+ list (APPEND pod_list "'Firebase/Database', '6.9 .0'" )
210210
211211 setup_pod_headers_target("${pod_target_name} " "${pods_dir} " "${pod_list} " )
212212
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ if(IOS)
9191 set (pod_target_name "download_dynamic_links_pod_headers" )
9292 set (pods_dir "${PROJECT_BINARY_DIR} /Pods" )
9393 set (pod_list "" )
94- list (APPEND pod_list "'Firebase/DynamicLinks', '6.1 .0'" )
94+ list (APPEND pod_list "'Firebase/DynamicLinks', '6.9 .0'" )
9595
9696 setup_pod_headers_target("${pod_target_name} " "${pods_dir} " "${pod_list} " )
9797
Original file line number Diff line number Diff line change @@ -108,8 +108,8 @@ if(IOS)
108108 set (pod_target_name "download_functions_pod_headers" )
109109 set (pods_dir "${PROJECT_BINARY_DIR} /Pods" )
110110 set (pod_list "" )
111- list (APPEND pod_list "'Firebase/Core', '6.1 .0'" )
112- list (APPEND pod_list "'Firebase/Functions', '6.1 .0'" )
111+ list (APPEND pod_list "'Firebase/Core', '6.9 .0'" )
112+ list (APPEND pod_list "'Firebase/Functions', '6.9 .0'" )
113113
114114 setup_pod_headers_target("${pod_target_name} " "${pods_dir} " "${pod_list} " )
115115
Original file line number Diff line number Diff line change @@ -105,8 +105,8 @@ if(IOS)
105105 set (pod_target_name "download_instance_id_pod_headers" )
106106 set (pods_dir "${PROJECT_BINARY_DIR} /Pods" )
107107 set (pod_list "" )
108- list (APPEND pod_list "'Firebase/Core', '6.1 .0'" )
109- list (APPEND pod_list "'FirebaseInstanceID', '4.1.0 '" )
108+ list (APPEND pod_list "'Firebase/Core', '6.9 .0'" )
109+ list (APPEND pod_list "'FirebaseInstanceID', '4.2.5 '" )
110110
111111 setup_pod_headers_target("${pod_target_name} " "${pods_dir} " "${pod_list} " )
112112
Original file line number Diff line number Diff line change @@ -124,8 +124,8 @@ if(IOS)
124124 set (pod_target_name "download_messaging_pod_headers" )
125125 set (pods_dir "${PROJECT_BINARY_DIR} /Pods" )
126126 set (pod_list "" )
127- list (APPEND pod_list "'Firebase/Core', '6.1 .0'" )
128- list (APPEND pod_list "'Firebase/Messaging', '6.1 .0'" )
127+ list (APPEND pod_list "'Firebase/Core', '6.9 .0'" )
128+ list (APPEND pod_list "'Firebase/Messaging', '6.9 .0'" )
129129
130130 setup_pod_headers_target("${pod_target_name} " "${pods_dir} " "${pod_list} " )
131131
Original file line number Diff line number Diff line change @@ -129,8 +129,8 @@ if(IOS)
129129 set (pod_target_name "download_remote_config_pod_headers" )
130130 set (pods_dir "${PROJECT_BINARY_DIR} /Pods" )
131131 set (pod_list "" )
132- list (APPEND pod_list "'Firebase/Core', '6.1 .0'" )
133- list (APPEND pod_list "'Firebase/RemoteConfig', '6.1 .0'" )
132+ list (APPEND pod_list "'Firebase/Core', '6.9 .0'" )
133+ list (APPEND pod_list "'Firebase/RemoteConfig', '6.9 .0'" )
134134
135135 setup_pod_headers_target("${pod_target_name} " "${pods_dir} " "${pod_list} " )
136136
You can’t perform that action at this time.
0 commit comments