https://github.com/jjtech0130/testingthetemplate
https://github.com/jjtech0130/testingthetemplate
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jjtech0130/testingthetemplate
- Owner: JJTech0130
- Created: 2022-06-23T22:41:07.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-23T22:42:19.000Z (almost 4 years ago)
- Last Synced: 2025-02-24T07:50:15.705Z (over 1 year ago)
- Language: Makefile
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rust XCFramework Template
This template allows you to generate a XCFramework for iOS from a Rust crate.
It can then be incorporated in to a Swift package.
To generate the XCFramework, run `make xcframework`. It will be output in `target/crate.xcframework`.
Make sure to keep the headers in the `includes/` directory up-to-date.