summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2015-03-25 14:07:04 -0700
committerMinh Nguyễn <mxn@1ec5.org>2015-03-25 14:07:04 -0700
commitab4721415652e4e2d1d5c43438e92386715bd54e (patch)
tree0bf233d2e086db4324c06776483b4f4ef1637f23 /README.md
parent24922795c58f09bba0407c3690a97d57372ac7ba (diff)
parent8099513a2a393742db83148334201684d1f7888d (diff)
downloadqtlocation-mapboxgl-ab4721415652e4e2d1d5c43438e92386715bd54e.tar.gz
Merge pull request #1094 from milkshakesoftware/ios-readme
Add CoreTelephony to list of Cocoa dependencies
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`