summaryrefslogtreecommitdiff
path: root/platform/ios/INSTALL.md
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2016-01-22 01:18:35 -0800
committerMinh Nguyễn <mxn@1ec5.org>2016-01-22 14:45:58 -0800
commit1ddce4cb3a7a1bd0b3fe9c15f09b4bb3c642c86d (patch)
tree904617d14f4fa9f9714fe4732f6475071a11bf49 /platform/ios/INSTALL.md
parent8eb3489f1b91ea7558e2f597658abf22fd8e9876 (diff)
downloadqtlocation-mapboxgl-1ddce4cb3a7a1bd0b3fe9c15f09b4bb3c642c86d.tar.gz
[ios] Documented make targets
Diffstat (limited to 'platform/ios/INSTALL.md')
-rw-r--r--platform/ios/INSTALL.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/ios/INSTALL.md b/platform/ios/INSTALL.md
index 55f2f6b4c3..25c460d32e 100644
--- a/platform/ios/INSTALL.md
+++ b/platform/ios/INSTALL.md
@@ -21,8 +21,8 @@ The Mapbox iOS SDK and iosapp demo application build against the iOS 7.0 SDK. Th
```
1. Run `make ipackage`. The packaging script will produce a `build/ios/pkg/` folder containing:
- - a `dynamic` folder containing a dynamically-linked fat framework
- - a `static` folder containing a statically-linked framework
+ - a `dynamic` folder containing a dynamically-linked fat framework with debug symbols for devices and the iOS Simulator
+ - a `static` folder containing a statically-linked framework with debug symbols for devices and the iOS Simulator
- a `documentation` folder with HTML API documentation
- an example `Settings.bundle` for providing the required Mapbox Metrics opt-out setting