icrate 0.1.2

Bindings to Apple's frameworks
Documentation
# `icrate`

[![Latest version](https://badgen.net/crates/v/icrate)](https://crates.io/crates/icrate)
[![License](https://badgen.net/badge/license/MIT/blue)](../LICENSE.txt)
[![Documentation](https://docs.rs/icrate/badge.svg)](https://docs.rs/icrate/)
[![CI](https://github.com/madsmtm/objc2/actions/workflows/ci.yml/badge.svg)](https://github.com/madsmtm/objc2/actions/workflows/ci.yml)

Rust bindings to Apple's frameworks.

**This crate has been split into multiple smaller ones, and is now deprecated!**

See [`objc2`](https://docs.rs/objc2/latest/objc2/topics/about_generated/list/index.html) for the list of available crates.


## Supported versions

These bindings are automatically generated from the SDKs in Xcode 15.0.1 (will
be periodically updated).

Currently supports:
- macOS: `10.12-14.0`
- iOS/iPadOS: `10.0-17.0` (WIP)
- tvOS: `10.0-17.0` (WIP)
- watchOS: `5.0-10.0` (WIP)