From 1d0d20742a2b7a9eb45e5dd0acb82723a38caa2a Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Fri, 16 Sep 2016 17:00:50 +0200 Subject: [PATCH] Added note about discovery plugins. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 563d673..e97db22 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,7 @@ You must also link with the following Frameworks: To use the iAP transport on iOS, you will also need to add the `-lIceIAP` option to the `Other Linker Flags` setting and link with the `ExternalAccessory.framework` framework. +To use the `IceDiscovery` or `IceLocatorDiscovery` plugins, you should add the `-lIceDiscovery` or `-lIceLocatorDiscovery` option to the `Other Linker Flags` setting. ### Generating Code using Xcode