Skip to content

Commit a4ef6e4

Browse files
authored
Update README.md
1 parent 77c0df7 commit a4ef6e4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,11 @@ Once you have linked this library, run the following command in the root directo
8484
(cd ios && pod install)
8585
```
8686

87-
Finally, open the created `.xcworkspace` in the `ios/` directory (**NOT THE `.xproj` file**) when it's complete.
87+
Open the created `.xcworkspace` in the `ios/` directory (**NOT THE `.xproj` file**) when it's complete.
88+
89+
When working on iOS 10, we'll need to enable _Keychain Sharing Entitlement_ in _Capabilities_ of the build target of `io.fullstack.oauth.AUTH_MANAGER`.
90+
91+
![](./resources/capabilities.png)
8892

8993
### Android setup
9094

0 commit comments

Comments
 (0)