xcframework 0.2.0

A Cargo plugin and library for building Apple XCFrameworks
Documentation
1
2
3
4
5
6
7
8
9
10
[toolchain]
channel = "stable"
components = ["rustfmt", "clippy"]
targets = [
    "aarch64-apple-darwin",
    "aarch64-apple-ios",
    "aarch64-apple-ios-sim",
    "x86_64-apple-darwin",
    "x86_64-apple-ios",
]