Deprecate the Messaging namespace

This commit is contained in:
Daniel Saidi 2022-06-20 15:04:51 +02:00
parent 0b99113342
commit dbb1df6942
4 changed files with 3 additions and 4 deletions

View File

@ -12,6 +12,7 @@ This version adjusts the library for Xcode 14 and deprecates some things.
### 🗑 Deprecations
* The `IoC` namespace has been deprecated and will be removed in the next major version.
* The `Messaging` namespace has been deprecated and will be removed in the next major version.
* The `StoreKit` namespace has been deprecated and moved to https://github.com/danielsaidi/StoreKitPlus

View File

@ -140,10 +140,6 @@ This namespace contains iCloud-specific extensions as well as utils:
- ``StandardTranslator``
- ``Translator``
### Messaging
This namespace contains composer extensions.
### Network
- ``ApiCompletion``

View File

@ -9,6 +9,7 @@
#if os(iOS)
import MessageUI
@available(*, deprecated, message: "This extension has been deprecated and will be removed in the next major version.")
public extension MFMailComposeViewController {
/**

View File

@ -9,6 +9,7 @@
#if os(iOS)
import MessageUI
@available(*, deprecated, message: "This extension has been deprecated and will be removed in the next major version.")
public extension MFMessageComposeViewController {
/**