Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Crazyrems537yAwesome! I'm looking for how to make it work with localized keys in the many `InfoPlist.strings` files.
-
@Crazyrems what’s the task? Do you want to check non-empty string in Localizable.strings?
-
Crazyrems537y@artemnovichkov actually you can localize the very content of the `info.plist` with a localized plist named `InfoPlist.strings`, which you can find in the respective localized folders (en.lproj, fr.lproj, …).
You just leave the fields empty in the main `info.plist` and write their translation in the corresponding `InfoPlist.strings`.
So basically it's just the same script but with multiple plists.
Build Phase Scripts in Swift
Build Phase Scripts in Swift