appium / appium

Cross-platform automation framework for all kinds of apps, built on top of the W3C WebDriver protocol
http://appium.io/
Apache License 2.0
18.69k stars 6.06k forks source link

Read Localizable.strings for iOS #752

Closed bootstraponline closed 11 years ago

bootstraponline commented 11 years ago

ios-driver is able to read the key value pairs in Localizable.strings. This is similar to the strings.xml feature I added for Android. It'd be great to have that for iOS.

bootstraponline commented 11 years ago

Appium needs to parse plist as binary, text, and xml. It'll be fun figuring out how to do this using node...

rockbot commented 11 years ago

maybe use this xml to json module?

bootstraponline commented 11 years ago

It looks like there's already xmlplist in Appium.

lock[bot] commented 5 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.