Skip to content

Commit

Permalink
Update deprecation/documentation messages
Browse files Browse the repository at this point in the history
  • Loading branch information
ncooke3 committed Oct 11, 2023
1 parent 8efc17f commit 8a78118
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
15 changes: 5 additions & 10 deletions FirebaseRemoteConfigSwift/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8a78118

Please sign in to comment.