bazel-xcode / PodToBUILD

An easy way to integrate CocoaPods into Bazel
Apache License 2.0
322 stars 69 forks source link

Add 'tar' and 'tgz' as valid tar.gz extensions #87

Closed FuegoFro closed 5 years ago

FuegoFro commented 5 years ago

This expands the list of file extensions that are considered tarballs to include .tar and .tgz.

This is a quicker, less controversial change while https://github.com/pinterest/PodToBUILD/pull/80 is in PR.

rahul-malik commented 5 years ago

@FuegoFro - Thanks for the contribution!

FuegoFro commented 5 years ago

Thank you for the merge! 😀