summaryrefslogtreecommitdiff
path: root/platform/ios/Mapbox-iOS-SDK-static-part.podspec
diff options
context:
space:
mode:
authorJason Wray <friedbunny@users.noreply.github.com>2016-08-31 22:32:47 -0400
committerGitHub <noreply@github.com>2016-08-31 22:32:47 -0400
commit5a3bba6fc40d7180440c7e74b4d00d50f8d6a8c7 (patch)
tree9bd6df47a56e485a7fc680fc032fc61610cd8620 /platform/ios/Mapbox-iOS-SDK-static-part.podspec
parentbe08c79b6ffc8062ed3bf73b2534d267c5000ab1 (diff)
downloadqtlocation-mapboxgl-5a3bba6fc40d7180440c7e74b4d00d50f8d6a8c7.tar.gz
[ios] Add -ObjC to static podspec; update custom CocoaPods steps
Diffstat (limited to 'platform/ios/Mapbox-iOS-SDK-static-part.podspec')
-rw-r--r--platform/ios/Mapbox-iOS-SDK-static-part.podspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/ios/Mapbox-iOS-SDK-static-part.podspec b/platform/ios/Mapbox-iOS-SDK-static-part.podspec
index 86d2a7b936..9362a5cac9 100644
--- a/platform/ios/Mapbox-iOS-SDK-static-part.podspec
+++ b/platform/ios/Mapbox-iOS-SDK-static-part.podspec
@@ -7,5 +7,6 @@
m.resource_bundle = { 'Mapbox' => 'Mapbox.bundle/*' }
m.vendored_frameworks = 'Mapbox.framework'
m.module_name = 'Mapbox'
+ m.xcconfig = { 'OTHER_LDFLAGS' => '-ObjC' }
end