summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMartin H. Normark <m@martinnormark.com>2015-03-25 07:11:41 +0100
committerMartin H. Normark <m@martinnormark.com>2015-03-25 07:11:41 +0100
commit8099513a2a393742db83148334201684d1f7888d (patch)
tree5d01fb4668d7f73c36f68b1462a7cf1c7ccc1163 /README.md
parent0bd7a4d808eefb7111c755646369393dba501245 (diff)
downloadqtlocation-mapboxgl-8099513a2a393742db83148334201684d1f7888d.tar.gz
Add CoreTelephony to list of Cocoa dependencies
Fix build error in client apps following merge of #1036
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 09759d84ef..8989136d6f 100644
--- a/README.md
+++ b/README.md
@@ -55,6 +55,7 @@ If you merely want to install the library for iOS and try it out as an Objective
- `MapboxGL.bundle` is in your target's *Copy Bundle Resources* build phase.
- `libMapboxGL.a` is in your target's *Link Binary With Libraries* build phase.
3. Add the following Cocoa framework dependencies to your target's *Link Binary With Libraries* build phase:
+ - `CoreTelephony.framework`
- `GLKit.framework`
- `ImageIO.framework`
- `MobileCoreServices.framework`