File tree Expand file tree Collapse file tree 12 files changed +23
-23
lines changed
Expand file tree Collapse file tree 12 files changed +23
-23
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ if(IOS)
117117 set (pod_target_name "download_admob_pod_headers" )
118118 set (pods_dir "${PROJECT_BINARY_DIR} /Pods" )
119119 set (pod_list "" )
120- list (APPEND pod_list "'Firebase/AdMob', '6.0 .0'" )
120+ list (APPEND pod_list "'Firebase/AdMob', '6.1 .0'" )
121121
122122 setup_pod_headers_target("${pod_target_name} " "${pods_dir} " "${pod_list} " )
123123
Original file line number Diff line number Diff line change @@ -130,8 +130,8 @@ if(IOS)
130130 set (pod_target_name "download_analytics_pod_headers" )
131131 set (pods_dir "${PROJECT_BINARY_DIR} /Pods" )
132132 set (pod_list "" )
133- list (APPEND pod_list "'Firebase/Core', '6.0 .0'" )
134- list (APPEND pod_list "'Firebase/Analytics', '6.0 .0'" )
133+ list (APPEND pod_list "'Firebase/Core', '6.1 .0'" )
134+ list (APPEND pod_list "'Firebase/Analytics', '6.1 .0'" )
135135
136136 setup_pod_headers_target("${pod_target_name} " "${pods_dir} " "${pod_list} " )
137137
Original file line number Diff line number Diff line change @@ -293,8 +293,8 @@ if(IOS)
293293 set (pod_target_name "download_app_pod_headers" )
294294 set (pods_dir "${PROJECT_BINARY_DIR} /Pods" )
295295 set (pod_list "" )
296- list (APPEND pod_list "'Firebase/Core', '6.0 .0'" )
297- list (APPEND pod_list "'Firebase/DynamicLinks', '6.0 .0'" )
296+ list (APPEND pod_list "'Firebase/Core', '6.1 .0'" )
297+ list (APPEND pod_list "'Firebase/DynamicLinks', '6.1 .0'" )
298298
299299 setup_pod_headers_target("${pod_target_name} " "${pods_dir} " "${pod_list} " )
300300
Original file line number Diff line number Diff line change @@ -206,8 +206,8 @@ if(IOS)
206206 set (pod_target_name "download_auth_pod_headers" )
207207 set (pods_dir "${PROJECT_BINARY_DIR} /Pods" )
208208 set (pod_list "" )
209- list (APPEND pod_list "'Firebase/Core', '6.0 .0'" )
210- list (APPEND pod_list "'Firebase/Auth', '6.0 .0'" )
209+ list (APPEND pod_list "'Firebase/Core', '6.1 .0'" )
210+ list (APPEND pod_list "'Firebase/Auth', '6.1 .0'" )
211211
212212 setup_pod_headers_target("${pod_target_name} " "${pods_dir} " "${pod_list} " )
213213
Original file line number Diff line number Diff line change @@ -200,8 +200,8 @@ if(IOS)
200200 set (pod_target_name "download_database_pod_headers" )
201201 set (pods_dir "${PROJECT_BINARY_DIR} /Pods" )
202202 set (pod_list "" )
203- list (APPEND pod_list "'Firebase/Core', '6.0 .0'" )
204- list (APPEND pod_list "'Firebase/Database', '6.0 .0'" )
203+ list (APPEND pod_list "'Firebase/Core', '6.1 .0'" )
204+ list (APPEND pod_list "'Firebase/Database', '6.1 .0'" )
205205
206206 setup_pod_headers_target("${pod_target_name} " "${pods_dir} " "${pod_list} " )
207207
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ if(IOS)
8989 set (pod_target_name "download_dynamic_links_pod_headers" )
9090 set (pods_dir "${PROJECT_BINARY_DIR} /Pods" )
9191 set (pod_list "" )
92- list (APPEND pod_list "'Firebase/DynamicLinks', '6.0 .0'" )
92+ list (APPEND pod_list "'Firebase/DynamicLinks', '6.1 .0'" )
9393
9494 setup_pod_headers_target("${pod_target_name} " "${pods_dir} " "${pod_list} " )
9595
Original file line number Diff line number Diff line change @@ -106,8 +106,8 @@ if(IOS)
106106 set (pod_target_name "download_functions_pod_headers" )
107107 set (pods_dir "${PROJECT_BINARY_DIR} /Pods" )
108108 set (pod_list "" )
109- list (APPEND pod_list "'Firebase/Core', '6.0 .0'" )
110- list (APPEND pod_list "'Firebase/Functions', '6.0 .0'" )
109+ list (APPEND pod_list "'Firebase/Core', '6.1 .0'" )
110+ list (APPEND pod_list "'Firebase/Functions', '6.1 .0'" )
111111
112112 setup_pod_headers_target("${pod_target_name} " "${pods_dir} " "${pod_list} " )
113113
Original file line number Diff line number Diff line change @@ -93,8 +93,8 @@ if(IOS)
9393 set (pod_target_name "download_instance_id_pod_headers" )
9494 set (pods_dir "${PROJECT_BINARY_DIR} /Pods" )
9595 set (pod_list "" )
96- list (APPEND pod_list "'Firebase/Core', '6.0 .0'" )
97- list (APPEND pod_list "'FirebaseInstanceID', '4.0 .0'" )
96+ list (APPEND pod_list "'Firebase/Core', '6.1 .0'" )
97+ list (APPEND pod_list "'FirebaseInstanceID', '4.1 .0'" )
9898
9999 setup_pod_headers_target("${pod_target_name} " "${pods_dir} " "${pod_list} " )
100100
Original file line number Diff line number Diff line change @@ -122,8 +122,8 @@ if(IOS)
122122 set (pod_target_name "download_messaging_pod_headers" )
123123 set (pods_dir "${PROJECT_BINARY_DIR} /Pods" )
124124 set (pod_list "" )
125- list (APPEND pod_list "'Firebase/Core', '6.0 .0'" )
126- list (APPEND pod_list "'Firebase/Messaging', '6.0 .0'" )
125+ list (APPEND pod_list "'Firebase/Core', '6.1 .0'" )
126+ list (APPEND pod_list "'Firebase/Messaging', '6.1 .0'" )
127127
128128 setup_pod_headers_target("${pod_target_name} " "${pods_dir} " "${pod_list} " )
129129
Original file line number Diff line number Diff line change @@ -126,8 +126,8 @@ if(IOS)
126126 set (pod_target_name "download_remote_config_pod_headers" )
127127 set (pods_dir "${PROJECT_BINARY_DIR} /Pods" )
128128 set (pod_list "" )
129- list (APPEND pod_list "'Firebase/Core', '6.0 .0'" )
130- list (APPEND pod_list "'Firebase/RemoteConfig', '6.0 .0'" )
129+ list (APPEND pod_list "'Firebase/Core', '6.1 .0'" )
130+ list (APPEND pod_list "'Firebase/RemoteConfig', '6.1 .0'" )
131131
132132 setup_pod_headers_target("${pod_target_name} " "${pods_dir} " "${pod_list} " )
133133
You can’t perform that action at this time.
0 commit comments