brightdigit/OperatingSystemVersion
<h1 align="center"> IPSWDownloads </h1>
Introduction
Provides a Swift-friendly API into the API for IPSW Downloads.
Installation
Requirements
Apple Platforms
- Xcode 15.0.1 or later
- Swift 5.9 or later
- iOS 17.0 / watchOS 10.0 / tvOS 17.0 / macOS 14.0 / visionOS 1.0 or later deployment targets
Linux
- Ubuntu 20.04 or later
- Swift 5.9 or later
Swift Package Manager
Swift Package Manager is Apple's decentralized dependency manager to integrate libraries to your Swift projects. It is now fully integrated with Xcode 11.
To integrate IPSWDownloads into your project using SPM, specify it in your Package.swift file:
let package = Package(
...
dependencies: [
.package(url: "https://github.com/brightdigit/IPSWDownloads", from: "1.0.0-beta.1")
],
targets: [
.target(
name: "YourTarget",
dependencies: ["IPSWDownloads", ...]),
...
]
)If this is for an Xcode project simply import the repo at:
https://github.com/brightdigit/IPSWDownloadsUsage
Coming Soon!
Documentation
Be sure to check out the IPSW Downloads API for more details.
1.0.0
- [ ] Coming Soon
License
This code is distributed under the MIT license. See the LICENSE file for more info.
Package Metadata
Repository: brightdigit/OperatingSystemVersion
Stars: 0
Forks: 0
Open issues: 1
Default branch: main
Primary language: swift
License: MIT
README: README.md
Archived: yes