blob: 9362a5cac99eee43bf737334e45fac2ffcd80741 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
m.ios.deployment_target = '7.0'
m.requires_arc = true
m.preserve_paths = '**'
m.source_files = 'Headers/*.h', 'MGLDummy.m'
m.resource_bundle = { 'Mapbox' => 'Mapbox.bundle/*' }
m.vendored_frameworks = 'Mapbox.framework'
m.module_name = 'Mapbox'
m.xcconfig = { 'OTHER_LDFLAGS' => '-ObjC' }
end
|