summaryrefslogtreecommitdiff
path: root/platform/ios/docs/pod-README.md
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2016-04-14 09:52:04 -0700
committerMinh Nguyễn <mxn@1ec5.org>2016-04-16 22:46:23 -0700
commit7a38e568191a68e3311d36296e14c105b12c051c (patch)
tree759c6ad61fbc1202e3d914610792da48dd267711 /platform/ios/docs/pod-README.md
parent4175a09b4bc931004c6f5706eb3ca9b2003cecac (diff)
downloadqtlocation-mapboxgl-7a38e568191a68e3311d36296e14c105b12c051c.tar.gz
[ios] Removed alternative to -ObjC
Xcode’s static library template comes with the -ObjC linker flag by default. Instead of removing that flag, this change removes the various imperfect workarounds we’ve been using to ensure that private SDK categories link. Given the size decrease in this static library since #2966 was fixed, we should have room to spare for the more straightforward approach. Moreover, an application that uses MGLMapView in a storyboard no longer needs to add -ObjC to the application target, which bloated the entire application, including other frameworks that had no need for -ObjC. -ObjC isn’t even needed for dynamic frameworks, and the OS X SDK is only built as a dynamic framework.
Diffstat (limited to 'platform/ios/docs/pod-README.md')
-rw-r--r--platform/ios/docs/pod-README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/platform/ios/docs/pod-README.md b/platform/ios/docs/pod-README.md
index d62e23b606..9ed62c5610 100644
--- a/platform/ios/docs/pod-README.md
+++ b/platform/ios/docs/pod-README.md
@@ -54,8 +54,6 @@ If your application targets iOS 7.x, you’ll need to install the static framewo
- `libsqlite3.tbd`
- `libz.tbd`
-1. In the Build Settings tab, add `-ObjC` to the “Other Linker Flags” (`OTHER_LDFLAGS`) build setting.
-
{{/STATIC}}
## Configuration