Skip to content

Latest commit

 

History

History
73 lines (55 loc) · 2.29 KB

File metadata and controls

73 lines (55 loc) · 2.29 KB

← Back to README

🛠️ Platform Support & Installation

Supported Platforms

Platform Latest Tested Minimum Required
iOS 18.2 15.0+
iPadOS 18.2 15.0+
macOS 15.2 14.0+
visionOS 2.1 1.0+
tvOS 18.2 17.0+

Development Requirements

Tool Version
Xcode 15.0+
macOS host 14.0+
Swift 5.9 / 6.1+

Feature Availability

Feature iOS iPadOS macOS visionOS tvOS
Basic presentation
Mesh gradients
Glass effects
Drop notifications
History navigation
Remote JSON
Special effects
Auto-versioning

📦 Installation Guide

SwiftNEW is distributed via Swift Package Manager.

In Xcode

  1. File → Add Package Dependencies…
  2. Paste the package URL:
    https://github.com/1998code/SwiftNEWKit
    
  3. Choose a version rule (typically Up to Next Major).
  4. Add the SwiftNEW library to your target.
Step Screenshot
1. Open project Project Navigator
2. Select target Target Selection
3. Package Dependencies tab Package Dependencies
4. Add package Add Package

In Package.swift

dependencies: [
    .package(url: "https://github.com/1998code/SwiftNEWKit", from: "6.3.0")
]

After Installing

import SwiftNEW

SwiftNEW(show: $showNew)

See CONFIGURATION.md for data source setup and customization.