Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/daoki2/xib2js
- Owner: daoki2
- Created: 2010-04-11T15:08:18.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2012-05-04T13:24:41.000Z (over 12 years ago)
- Last Synced: 2024-08-04T05:02:58.037Z (5 months ago)
- Language: ActionScript
- Homepage: http://blog.frogonmobile.com/apps/xib2js/
- Size: 23.5 MB
- Stars: 57
- Watchers: 6
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-actionscript-sorted - xib2js - .xib file to JavaScript translator for Titanium Mobile (File Formats / JavaScript)
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 codeKnown issue
----------* You can just drag and drop one file at once
* The tool will rewrite the existing files without confirmation while save