https://github.com/daniel-beard/simlang
Swift script that changes the language of all iOS simulators for Xcode 6+
https://github.com/daniel-beard/simlang
Last synced: about 1 year ago
JSON representation
Swift script that changes the language of all iOS simulators for Xcode 6+
- Host: GitHub
- URL: https://github.com/daniel-beard/simlang
- Owner: daniel-beard
- License: mit
- Created: 2014-09-24T02:34:02.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-24T02:43:59.000Z (over 11 years ago)
- Last Synced: 2025-02-05T01:28:16.129Z (over 1 year ago)
- Language: Swift
- Size: 129 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
simlang
=======
Swift script that changes the language of all iOS simulators for Xcode 6+
## Usage
./simlang.swift {languageCode}
Language code must be a valid language code supported by iOS.
## Examples
English
./simlang.swift en
Hebrew
./simlang.swift he
Spanish (Mexico)
./simlang.swift es-MX
## Requirements
Needs Xcode6.1-Beta or higher