diff options
author | Jason Wray <jason@mapbox.com> | 2016-02-12 15:56:12 -0800 |
---|---|---|
committer | Jason Wray <jason@mapbox.com> | 2016-02-12 15:56:12 -0800 |
commit | c5e3b2089181ff2467252dd7cf196df5f1f479d3 (patch) | |
tree | 45e87070984a6ed848d4e26afd550bdb98afaf4e /ios | |
parent | 49f070bdc32a0e41092b1074f29ed19a9859c57c (diff) | |
download | qtlocation-mapboxgl-c5e3b2089181ff2467252dd7cf196df5f1f479d3.tar.gz |
[ios] Update linked library extension to .tbd
[skip ci]
Diffstat (limited to 'ios')
-rw-r--r-- | ios/docs/pod-README.md | 6 |
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. |