summaryrefslogtreecommitdiff
path: root/platform/ios/DEVELOPING.md
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2017-06-14 03:01:02 -0400
committerJason Wray <jason@mapbox.com>2017-06-14 17:36:51 -0400
commit6cba15f3a964b39184651dae32cccf32c8d706d0 (patch)
treedce1fa1eb4573616a11bae22df231c9756184dea /platform/ios/DEVELOPING.md
parentdf3af9738962d377b0b269347a9d91f2173da7e5 (diff)
downloadqtlocation-mapboxgl-6cba15f3a964b39184651dae32cccf32c8d706d0.tar.gz
[ios] Remove old Fabric build infrastructure
Diffstat (limited to 'platform/ios/DEVELOPING.md')
-rw-r--r--platform/ios/DEVELOPING.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/ios/DEVELOPING.md b/platform/ios/DEVELOPING.md
index 83064fbbd8..bcb837c243 100644
--- a/platform/ios/DEVELOPING.md
+++ b/platform/ios/DEVELOPING.md
@@ -46,7 +46,6 @@ Build and package the SDK by using one of the following commands:
* `make iframework` builds a dynamic framework in the Debug configuration for devices and the iOS Simulator. The CocoaPods pod downloads the output of this target.
* `make ipackage-sim` builds a dynamic framework in the Debug configuration for the iOS simulator. This is the fastest target.
* `make ipackage-strip` builds both dynamic and static frameworks in the Debug configuration, stripped of debug symbols, for devices and the iOS Simulator.
-* `make ifabric` builds a special static framework for compatibility with the Fabric Mac application.
You can customize the build output by passing the following arguments into the `make` invocation: