Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 422 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 422 Bytes

iOS localization for Unity

Lightweight Unity post-build scripts for iOS localization and frameworks adding.

Features

  • Clear deprecated locales
  • Add locales from list
  • Add *.lproj localization folders
  • Add frameworks
  • Add custom files
  • Add capabilities

How to use

  1. Modify vars in PostBuildActions.cs file
  2. Add *.lproj folder with localizations strings
  3. Switch to iOS platform and build
  4. Profit!