summaryrefslogtreecommitdiff
path: root/platform/ios/INSTALL.md
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 /platform/ios/INSTALL.md
parent49f070bdc32a0e41092b1074f29ed19a9859c57c (diff)
downloadqtlocation-mapboxgl-c5e3b2089181ff2467252dd7cf196df5f1f479d3.tar.gz
[ios] Update linked library extension to .tbd
[skip ci]
Diffstat (limited to 'platform/ios/INSTALL.md')
-rw-r--r--platform/ios/INSTALL.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/platform/ios/INSTALL.md b/platform/ios/INSTALL.md
index 9b5d306618..1da173d3dc 100644
--- a/platform/ios/INSTALL.md
+++ b/platform/ios/INSTALL.md
@@ -104,9 +104,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.