Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/daoki2/xib2js

.xib file to JavaScript translator for Titanium Mobile
https://github.com/daoki2/xib2js

Last synced: about 2 months ago
JSON representation

.xib file to JavaScript translator for Titanium Mobile

Awesome Lists containing this project

README

        

Xib2JS
======

Xib2Js is a Mac OSX application that convert the .xib file to JavaScript code for Titanium Mobile. It also communicate with [TiMock](https://github.com/daoki2/TiMock) and host the code, so you can check how the UI looks like on your actual device.

Please visit [frogonmobile](http://blog.frogonmobile.com/apps/xib2js) for Quick start guide document.

What's new in ver2.0
--------------------

* Now the code generator convert the JavaScript code as CommonJS stye
* As mentioned above, it communicate with TiMock and host the code

Known issue
----------

* You can just drag and drop one file at once
* The tool will rewrite the existing files without confirmation while save