helpshift / CocoaPods

CocoaPods specs for Helpshift SDK
1 stars 0 forks source link

Consider using resource_bundles #1

Open 1nput0utput opened 8 years ago

1nput0utput commented 8 years ago

The lproj directories from Helpshift are copied to the root of the main bundle, because of that, my app on the App Store shows 33 supported languages. Using resource_bundles instead of resource will fix this annoyance and eliminate localization string collision.

suvratapte commented 8 years ago

Thank you for your suggestion! We will look into this.

jyounus commented 8 years ago

Did this ever get implemented?

1nput0utput commented 8 years ago

@jyounus, apparently not, you can use this to remove unnecessary language packages https://github.com/dtorres/cocoapods-prune-localizations.