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 /scripts | |
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 'scripts')
-rwxr-xr-x | scripts/ios/package.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/ios/package.sh b/scripts/ios/package.sh index 0f190d45ba..7691b0c5f3 100755 --- a/scripts/ios/package.sh +++ b/scripts/ios/package.sh @@ -85,6 +85,9 @@ for i in `ls -R include/mbgl/ios | grep -vi private`; do cp -pv include/mbgl/ios/$i "${OUTPUT}/static/Headers" done +step "Setting up dummy source file for CocoaPods 0.37.0..." +echo "// https://github.com/mapbox/mapbox-gl-native/issues/1426" > "${OUTPUT}/static/MGLDummy.m" + # Manually create resource bundle. We don't use a GYP target here because of # complications between faked GYP bundles-as-executables, device build |