Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 421 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 421 Bytes

ios2and

A simple shell script to convert iOS string to Android strings.

ios2and in out pre post

    in : iOS string.
   out : Android string.
   pre : strings to add before iOS strings.
  post : strings to add after iOS strings.

This script depends on 'sed' to do the conversion. I only tested it on Mac OSX. Please feel free to use/distribute it.

Michael ([email protected])