Skip to content

Releases: noppefoxwolf/OpenURLInApp

Release list

0.1.0

Choose a tag to compare

@noppefoxwolf noppefoxwolf released this 30 May 06:23
8e7d44b

Initial Release

  • SwiftUI integration for opening URLs in-app
  • SFSafariViewController support with optional Reader Mode
  • Compatible with iOS 18+

Features

  • Easy integration with SwiftUI
  • Optional Reader Mode support
  • Replaces default openURL behavior

Installation

dependencies: [
    .package(url: "https://github.com/noppefoxwolf/OpenURLInApp.git", from: "0.1.0")
]

See README for full documentation and usage examples.