From 8a781181121bfe8f4eff3ffc96b635672dd9f713 Mon Sep 17 00:00:00 2001 From: Nick Cooke Date: Tue, 10 Oct 2023 11:53:05 -0400 Subject: [PATCH] Update deprecation/documentation messages --- FirebaseRemoteConfigSwift/CHANGELOG.md | 15 +++++---------- .../Sources/FirebaseRemoteConfigSwift.swift | 2 +- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/FirebaseRemoteConfigSwift/CHANGELOG.md b/FirebaseRemoteConfigSwift/CHANGELOG.md index 756e4941b268..31e0c3cd5e34 100644 --- a/FirebaseRemoteConfigSwift/CHANGELOG.md +++ b/FirebaseRemoteConfigSwift/CHANGELOG.md @@ -1,14 +1,9 @@ # Unreleased -- [deprecated] `FirebaseRemoteConfigSwift` has been deprecated, and will be - removed in a future release. All of the public API from - `FirebaseRemoteConfigSwift` can now be accessed through the - `FirebaseRemoteConfig` module. To migrate, delete imports of - `FirebaseRemoteConfigSwift` and remove the module as a dependency to your - project. If applicable, any APIs namespaced with - `FirebaseRemoteConfigSwift` can now be namespaced with - `FirebaseRemoteConfig`. Additionally, if applicable, - `@testable import FirebaseRemoteConfigSwift` should be replaced with - `@testable import FirebaseRemoteConfig`. +- [deprecated] All of the public API from `FirebaseRemoteConfigSwift` can now + be accessed through the `FirebaseRemoteConfig` module. Therefore, + `FirebaseRemoteConfigSwift` has been deprecated, and will be removed in a + future release. See https://firebase.google.com/docs/ios/swift-migration for + migration instructions. # 10.1.0 - [fixed] Fix CocoaPods release did not include the RemoteConfigProperty feature. (#10371) diff --git a/FirebaseRemoteConfigSwift/Sources/FirebaseRemoteConfigSwift.swift b/FirebaseRemoteConfigSwift/Sources/FirebaseRemoteConfigSwift.swift index 08f9127336de..c85b40d15329 100644 --- a/FirebaseRemoteConfigSwift/Sources/FirebaseRemoteConfigSwift.swift +++ b/FirebaseRemoteConfigSwift/Sources/FirebaseRemoteConfigSwift.swift @@ -13,7 +13,7 @@ // limitations under the License. #warning( - "The `FirebaseRemoteConfigSwift` module is deprecated and will be removed in the future. All of the public API from `FirebaseRemoteConfigSwift` can now be accessed through the `FirebaseRemoteConfig` module. To migrate, delete imports of `FirebaseRemoteConfigSwift` and remove the module as a dependency to your project. If applicable, any APIs namespaced with `FirebaseRemoteConfigSwift` can now be namespaced with `FirebaseRemoteConfig`. Additionally, if applicable, `@testable import FirebaseRemoteConfigSwift` should be replaced with `@testable import FirebaseRemoteConfig`." + "All of the public API from `FirebaseRemoteConfigSwift` can now be accessed through the `FirebaseRemoteConfig` module. Therefore, the `FirebaseRemoteConfigSwift` module is deprecated and will be removed in the future. See https://firebase.google.com/docs/ios/swift-migration for migration instructions." ) // The `@_exported` is needed to prevent breaking clients that are using