Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.33 KB

README.md

File metadata and controls

39 lines (29 loc) · 1.33 KB

OpenPass iOS SDK

License: MIT Swift Swift Package Manager

Repository Structure

.
├── Development
│   ├── OpenPassDevelopmentApp
│   └── OpenPassDevelopmentApp.xcodeproj
├── Package.swift
├── LICENSE.md
├── README.md
├── THIRD-PARTY-CREDITS.md
├── Sources
│   └── OpenPass
└── Tests
    └── OpenPassTests

Requirements

  • Xcode 15.0+
Platform Minimum target Swift Version
iOS 13.0+ 5.0+
tvOS 16.0+ 5.0+

Development

The OpenPass SDK is a standalone headless library defined and managed by the Swift Package Manager via Package.swift. As such the OpenPassDevelopmentApp is the primary way for developing the SDK. Use Xcode to open Development/OpenPassDevelopmentApp/OpenPassDevelopmentApp.xcodeproj to begin development.

License

OpenPass is released under the MIT license. See LICENSE for details.