summaryrefslogtreecommitdiff
path: root/gyp/mbgl-ios.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'gyp/mbgl-ios.gypi')
-rw-r--r--gyp/mbgl-ios.gypi5
1 files changed, 2 insertions, 3 deletions
diff --git a/gyp/mbgl-ios.gypi b/gyp/mbgl-ios.gypi
index 2bc9ec718d..41b04e97c1 100644
--- a/gyp/mbgl-ios.gypi
+++ b/gyp/mbgl-ios.gypi
@@ -10,7 +10,7 @@
'IPHONEOS_DEPLOYMENT_TARGET':'7.0',
'TARGETED_DEVICE_FAMILY': '1,2',
'GCC_VERSION': 'com.apple.compilers.llvm.clang.1_0',
- 'CLANG_ENABLE_OBJC_ARC': 'YES',
+ 'CLANG_ENABLE_OBJC_ARC': 'NO',
'CODE_SIGN_IDENTITY': 'iPhone Developer',
'SKIP_INSTALL': 'YES'
},
@@ -34,10 +34,9 @@
'version',
],
'sources': [
- '../platform/ios/cache_database_library.mm',
'../platform/darwin/log_nslog.mm',
'../platform/darwin/string_nsstring.mm',
- '../platform/darwin/http_request_baton_cocoa.mm',
+ '../platform/darwin/http_request_cocoa.mm',
'../platform/darwin/application_root.mm',
'../platform/darwin/image.mm',
'../platform/default/asset_request_libuv.cpp',