Skip to content

Commit 8945fa6

Browse files
committed
book: Touch the book to ensure that GH actions deploy works.
1 parent faf8b3e commit 8945fa6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

book/src/objc.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ foo = Foo(Foo::alloc().initWithStuff())`.
3434

3535

3636
## Supported Features
37+
3738
* Inheritance matched to rust traits with prefixes of `I` which
3839
stands for interface.
3940
* Protocols which match to rust traits with prefixes of `P` which
@@ -43,6 +44,7 @@ name and `id` is a pointer to the objective-c Object.
4344
* Blocks
4445

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

6567
## Not (yet) Supported
68+
6669
* Nullablibility attributes which return `Option`s.
6770
* Probably many other things. Feel free to [open an issue](https://github.com/rust-lang/rust-bindgen/issues).
6871

6972
# Example crate(s)
73+
7074
* [uikit-sys](https://github.com/simlay/uikit-sys)

0 commit comments

Comments
 (0)