Skip to content

Commit

Permalink
Update SPM setup
Browse files Browse the repository at this point in the history
  • Loading branch information
krzyzanowskim committed May 3, 2024
1 parent 1f20019 commit fbda824
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# OpenSSL-Universal

OpenSSL [CocoaPods](https://cocoapods.org/), [Carthage](https://github.com/Carthage/Carthage) and [Swift Package Manager](https://swift.org/package-manager/) package for iOS and macOS. A complete solution to OpenSSL on iOS and macOS. The package comes with precompiled libraries and includes a script to build newer versions if necessary.
OpenSSL [CocoaPods](https://cocoapods.org/), [Carthage](https://github.com/Carthage/Carthage) and [Swift Package Manager](https://swift.org/package-manager/) package for iOS, macOS, tvOS, visionOS. A complete solution to OpenSSL. The package comes with precompiled libraries and includes a script to build newer versions if necessary.

The current version contains binaries built with the latest iOS SDK (target 11.0), and the latest macOS SDK (target 13) for all supported architectures (including macOS Catalyst).
The current version contains binaries built with the latest iOS SDK, and the latest macOS SDK for all supported architectures (including macOS Catalyst).

### Support & Sponsors

Expand All @@ -18,6 +18,7 @@ The financial sustainability of the project is possible thanks to the ongoing co

- iOS with architectures: arm64 + simulator (x86_64, arm64)
- macOS with architectures: x86_64, arm64 (including Catalyst target)
- tvOS with architectures: arm64
- visionOS with archtectures: arm64

#### Output Formats
Expand Down Expand Up @@ -55,7 +56,7 @@ Binary `OpenSSL.xcframework` (Used by the Swift Package Manager package integrat

```swift
dependencies: [
.package(url: "https://github.com/krzyzanowskim/OpenSSL.git", from: "3.1.5003")
.package(url: "https://github.com/krzyzanowskim/OpenSSL-Package.git", from: "3.1.5003")
]
```

Expand Down

0 comments on commit fbda824

Please sign in to comment.