Przeglądaj źródła

Deprecate FirebaseDynamicLinks CocoaPod (#14387)

Paul Beusterien 1 rok temu
rodzic
commit
ebd7425417

+ 3 - 0
FirebaseDynamicLinks.podspec

@@ -20,6 +20,9 @@ Firebase Dynamic Links are deep links that enhance user experience and increase
 
   s.swift_version = '5.9'
 
+  # See https://firebase.google.com/support/dynamic-links-faq
+  s.deprecated = true
+
   s.cocoapods_version = '>= 1.12.0'
   s.prefix_header_file = false
 

+ 4 - 0
FirebaseDynamicLinks/CHANGELOG.md

@@ -1,3 +1,7 @@
+# 11.8.0
+- [added] Deprecate FirebaseDynamicLinks CocoaPod in advance of August 25, 2025 Dynamic
+Links service shutdown. See https://firebase.google.com/support/dynamic-links-faq.
+
 # 10.27.0
 - [added] Added deprecation warning in advance of August 25, 2025 Dynamic Links service shutdown. (#12995)