Deprecate the Messaging namespace
This commit is contained in:
parent
0b99113342
commit
dbb1df6942
|
@ -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
|
||||
|
||||
|
||||
|
|
|
@ -140,10 +140,6 @@ This namespace contains iCloud-specific extensions as well as utils:
|
|||
- ``StandardTranslator``
|
||||
- ``Translator``
|
||||
|
||||
### Messaging
|
||||
|
||||
This namespace contains composer extensions.
|
||||
|
||||
### Network
|
||||
|
||||
- ``ApiCompletion``
|
||||
|
|
|
@ -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 {
|
||||
|
||||
/**
|
|
@ -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 {
|
||||
|
||||
/**
|
Loading…
Reference in New Issue