From 466b20c813b7a97b184d8350ad440c391f7856f1 Mon Sep 17 00:00:00 2001 From: Quentin Chevrin Date: Fri, 20 Jan 2017 14:42:44 +1000 Subject: [PATCH] Updated README.md Updated ```Open the created `.xcworkspace` in...``` sentence to make it crystal clear that you are supposed to open it with xcode. I actually spent 1hour figuring out what would open the file with my text editor would change. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5e5354..f22560b 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ Once you have linked this library, run the following command in the root directo (cd ios && pod install) ``` -Open the created `.xcworkspace` in the `ios/` directory (**NOT THE `.xproj` file**) when it's complete. +Open in xcode the created `.xcworkspace` in the `ios/` directory (**NOT THE `.xproj` file**) when it's complete. 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`.