Adding configuration of libraries to iOS guide

This commit is contained in:
Kris Pypen 2019-10-28 15:04:04 +01:00
parent 750967279a
commit 31694f28f8
2 changed files with 2 additions and 0 deletions

View File

@ -141,6 +141,8 @@ int main(int argc, char * argv[]) {
```
5. Opt-in to the embedded views preview by adding a boolean property to the app's `Info.plist` file with the key `io.flutter.embedded_views_preview` and the value `YES`.
6. Add UnityFramework.framework as a Library to the Runner project
<img src="libraries.png" width="400" />
<br />
### AR Foundation ( requires Unity 2019.3.*)

BIN
libraries.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB