summaryrefslogtreecommitdiff
path: root/ios
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2016-02-22 10:44:49 -0800
committerMinh Nguyễn <mxn@1ec5.org>2016-02-22 10:44:49 -0800
commit7bed2cebd2d78762650dbe2cbf895fc1673ba8da (patch)
tree5f65afdaf41bea35cc2a2e69eb0cd569622ee642 /ios
parent15b9f3171a1c41d5a4c2b454fcce9b92350e28f2 (diff)
downloadqtlocation-mapboxgl-7bed2cebd2d78762650dbe2cbf895fc1673ba8da.tar.gz
[ios] Restored framework dependencies to static installation instructions
Backed out documentation about #4029 because it doesn’t apply when using a storyboard, and the installation instructions use a storyboard.
Diffstat (limited to 'ios')
-rw-r--r--ios/docs/pod-README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/ios/docs/pod-README.md b/ios/docs/pod-README.md
index f5c3061478..e2c8ff813a 100644
--- a/ios/docs/pod-README.md
+++ b/ios/docs/pod-README.md
@@ -35,6 +35,17 @@ If your application targets iOS 7.x, you’ll need to install the static framewo
1. Open the project editor and select your application target. Drag `Mapbox.framework` from the `static` folder into the “Embedded Binaries” section of the General tab. (Don’t drag it into the “Linked Frameworks and Libraries” section; Xcode will add it there automatically.) In the sheet that appears, make sure “Copy items if needed” is checked, then click Finish.
+1. Add the following Cocoa Touch frameworks and libraries to the “Linked Frameworks and Libraries” section:
+
+ - `GLKit.framework`
+ - `ImageIO.framework`
+ - `MobileCoreServices.framework`
+ - `QuartzCore.framework`
+ - `SystemConfiguration.framework`
+ - `libc++.tbd`
+ - `libsqlite3.tbd`
+ - `libz.tbd`
+
1. In the Build Settings tab, add `-ObjC` to the “Other Linker Flags” (`OTHER_LDFLAGS`) build setting.
{{/STATIC}}