SenchaTouch 2 includes the direct creation of native Android and iPhone applications using (still in beta) SenchaTouch SDK Tools using a PC with Windows, Mac or Linux, I do this in Windows XP and 7.
After setting up your (paid) developer account with Apple, creating a developer certificate, and setting up PKCS # 12 key storage (*) on your computer, you will configure the packager.json file to target iOS and use:
> sencha app build native [INFO] Deploying your application to <your-app-path-here>\build\package [INFO] Copied sdk/sencha-touch.js [INFO] Copied app.js [INFO] Copied resources/css/app.css [INFO] Copied resources/images [INFO] Copied resources/icons [INFO] Copied resources/startup [INFO] Resolving your application dependencies (file:
to make an iOS application (which will be displayed as a folder named build\MyApp.app
).
(*) Use Portecle to save the keystore.
source share