Skip to content

Commit

Permalink
book: Touch the book to ensure that GH actions deploy works.
Browse files Browse the repository at this point in the history
  • Loading branch information
emilio committed Dec 26, 2020
1 parent faf8b3e commit 8945fa6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions book/src/objc.md
Expand Up @@ -34,6 +34,7 @@ foo = Foo(Foo::alloc().initWithStuff())`.


## Supported Features

* Inheritance matched to rust traits with prefixes of `I` which
stands for interface.
* Protocols which match to rust traits with prefixes of `P` which
Expand All @@ -43,6 +44,7 @@ name and `id` is a pointer to the objective-c Object.
* Blocks

## Useful Notes

* If you're targeting `aarch64-apple-ios`, you'll need to have the clang arg
`--target=arm64-apple-ios` as mentioned
[here](https://github.com/rust-lang/rust-bindgen/issues/1211#issuecomment-569804287).
Expand All @@ -63,8 +65,10 @@ all of Core Foundation and any other frameworks. This will result in a very
long compile time.

## Not (yet) Supported

* Nullablibility attributes which return `Option`s.
* Probably many other things. Feel free to [open an issue](https://github.com/rust-lang/rust-bindgen/issues).

# Example crate(s)

* [uikit-sys](https://github.com/simlay/uikit-sys)

0 comments on commit 8945fa6

Please sign in to comment.