Contents

BaherTamer/SwiftSafeUI

Encapsulates SwiftUI deprecation handling logic.

βš™οΈ Compatibility

Swift 5.9+ iOS 13.0+ iPadOS 13.0+ macOS 10.15+

<br/>

πŸ”© Installation

πŸ”¨ For Xcode Projects
  1. In Xcode, select Add Packages from the File menu.
  2. Enter https://github.com/BaherTamer/SwiftSafeUI in the search field.
  3. Click Add Package (Set the Dependency Rule to Up to Next Major Version)
  4. After adding the package, you will be able to import SwiftSafeUI in your project by using.
import SwiftSafeUI

<br/>

πŸ“¦ For Swift Packages

Add a dependency in your Package.swift

dependencies: [
    .package(
        url: "https://github.com/BaherTamer/SwiftSafeUI.git",
        .upToNextMajor(from: "1.7.2")
    )
]

<br/>

πŸ“„ Documentation

For detailed usage examples, instructions, and tips, visit the SwiftSafeUI Documentation.

<br/>

βš–οΈ License

SwiftSafeUI is available under the MIT license. See the LICENSE file for more details.

<br/>

⭐️ Support

If this project has been helpful to you, consider giving it a star on GitHub! Your support encourages continued development and improvements. We appreciate it!

<br/>

<h3 align="center">Made with πŸ’š</h3>

Package Metadata

Repository: BaherTamer/SwiftSafeUI

Homepage: https://bahertamer.github.io/SwiftSafeUI/

Stars: 33

Forks: 0

Open issues: 0

Default branch: main

Primary language: swift

License: MIT

Topics: compatibility, ios, ipados, macos, swift, swiftui, xcode

README: README.md