summaryrefslogtreecommitdiff
path: root/ios
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2016-02-12 15:56:12 -0800
committerJason Wray <jason@mapbox.com>2016-02-12 15:56:12 -0800
commitc5e3b2089181ff2467252dd7cf196df5f1f479d3 (patch)
tree45e87070984a6ed848d4e26afd550bdb98afaf4e /ios
parent49f070bdc32a0e41092b1074f29ed19a9859c57c (diff)
downloadqtlocation-mapboxgl-c5e3b2089181ff2467252dd7cf196df5f1f479d3.tar.gz
[ios] Update linked library extension to .tbd
[skip ci]
Diffstat (limited to 'ios')
-rw-r--r--ios/docs/pod-README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/ios/docs/pod-README.md b/ios/docs/pod-README.md
index f0e28673b9..37521fbe3a 100644
--- a/ios/docs/pod-README.md
+++ b/ios/docs/pod-README.md
@@ -42,9 +42,9 @@ If your application targets iOS 7.x, you’ll need to install the static framewo
- `MobileCoreServices.framework`
- `QuartzCore.framework`
- `SystemConfiguration.framework`
- - `libc++.dylib`
- - `libsqlite3.dylib`
- - `libz.dylib`
+ - `libc++.tbd`
+ - `libsqlite3.tbd`
+ - `libz.tbd`
1. In the Build Settings tab, add `-ObjC` to the “Other Linker Flags” (`OTHER_LDFLAGS`) build setting.