summaryrefslogtreecommitdiff
path: root/platform/ios/docs/pod-README.md
diff options
context:
space:
mode:
authorJesse Bounds <jesse@rebounds.net>2016-03-29 08:54:36 -0700
committerJesse Bounds <jesse@rebounds.net>2016-03-29 10:10:34 -0700
commit1d6ce5e80924429ca69a4a866e1d32cd0f3f7d09 (patch)
tree220a7fdf3a178bce87e29d0e21802f5d2b70614b /platform/ios/docs/pod-README.md
parent5adb102d98a08b6ed683aa72c5762f8e530453e9 (diff)
downloadqtlocation-mapboxgl-1d6ce5e80924429ca69a4a866e1d32cd0f3f7d09.tar.gz
[ios] Make more adjustments to the pod readme for the static framework case
Diffstat (limited to 'platform/ios/docs/pod-README.md')
-rw-r--r--platform/ios/docs/pod-README.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/platform/ios/docs/pod-README.md b/platform/ios/docs/pod-README.md
index 4ca3847fdb..d62e23b606 100644
--- a/platform/ios/docs/pod-README.md
+++ b/platform/ios/docs/pod-README.md
@@ -33,15 +33,13 @@ bash "${BUILT_PRODUCTS_DIR}/${FRAMEWORKS_FOLDER_PATH}/Mapbox.framework/strip-fra
If your application targets iOS 7.x, you’ll need to install the static framework instead:
-1. Build from source manually per above.
-
-1. Drag the Mapbox.bundle and Mapbox.framework files in `build/ios/pkg/static` into the Project navigator, checking "Copy items if needed". It should happen automatically, but ensure that:
+1. Drag the Mapbox.bundle and Mapbox.framework files in `static` into the Project navigator, checking "Copy items if needed". It should happen automatically, but ensure that:
- `Mapbox.framework` is listed in your `Link Binary With Libraries` build phase.
- Your *Framework Search Paths* (`FRAMEWORK_SEARCH_PATHS`) build setting includes the directory that contains `Mapbox.framework`. For most projects, the default value of `$(inherited) $(PROJECT_DIR)` should be sufficient.
- `Mapbox.bundle` is in your target's *Copy Bundle Resources* build phase.
-1. **Optional** As [noted in the documentation](https://www.mapbox.com/ios-sdk/#telemetry_opt_out) you may use the provided Settings.bundle to provide a Telemetry opt out for users. To use the provided file, drag the `Settings.bundle` file in `build/ios/pkg` into the Project navigator, checking "Copy items if needed". It should happen automatically, but ensure that:
+1. **Optional** As [noted in the documentation](https://www.mapbox.com/ios-sdk/#telemetry_opt_out) you may use the provided Settings.bundle to provide a Telemetry opt out for users. To use the provided file, drag the `Settings.bundle` file from the release root folder into the Project navigator, checking "Copy items if needed". It should happen automatically, but ensure that:
- `Settings.bundle` is in your target's *Copy Bundle Resources* build phase.