diff options
author | Justin R. Miller <incanus@codesorcery.net> | 2015-05-06 09:41:20 -0700 |
---|---|---|
committer | Justin R. Miller <incanus@codesorcery.net> | 2015-05-06 09:41:20 -0700 |
commit | 4ec34cd1fbf8ae4ff0ef82727b394d714da93522 (patch) | |
tree | d1a07fe4ccc85e63b117aafde1d52401f45e8c9b /ios | |
parent | 0b8eaabadbd79e7aa25e49fcc92039f938a829a3 (diff) | |
download | qtlocation-mapboxgl-4ec34cd1fbf8ae4ff0ef82727b394d714da93522.tar.gz |
refs #1426: add dummy source file to workaround CocoaPods 0.37.0 bug
Diffstat (limited to 'ios')
-rw-r--r-- | ios/MapboxGL.podspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/MapboxGL.podspec b/ios/MapboxGL.podspec index 3529e3c006..90257c82d3 100644 --- a/ios/MapboxGL.podspec +++ b/ios/MapboxGL.podspec @@ -22,7 +22,7 @@ Pod::Spec.new do |m| m.requires_arc = true m.preserve_paths = '**' - m.source_files = 'Headers/*.h' + m.source_files = 'Headers/*.h', 'MGLDummy.m' m.resource_bundle = { 'MapboxGL' => 'MapboxGL.bundle/*' } m.vendored_library = 'libMapboxGL.a' |