Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 773 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 773 Bytes

libportal-swift

This project builds a Swift package that provides Swift language bindings for the libportal library.

Supported target platforms are:

  • iOS, iPhones (aarch64)
  • iOS simulator, X86_64 and M1 (aarch64)

How to Use

To use the Swift language bindings for libportal in your Xcode iOS project add the GitHub repository xxxxxx and select one of the release versions. You may then import and use the LibPortal library in your Swift code. For example:

import LibPortal

...

The ./build-local-swift.sh script can be used instead to create a version of the project for local testing.

How to test

swift test