Skip to content

appcelerator-developer-relations/appc-sample-ti410

Repository files navigation

Appcelerator Titanium 4.1.0 Sample App

This app demonstrates new features in Titanium 4.1.0. For more information about new and changed API's, see the Release Notes and All Fixed Issues on JIRA.

screenshots

Features demonstrated in this sample app

Windows

In anticipation of ALOY-1280 we use a polyfill to be able create the CommandBar via Alloy XML via the powerfull module attribute.

iOS & Android

Per tab:

Map

ListView

cacheSize

Other

tiapp.xml

  • TIMOB-18834: Added option to use JavaScriptCore instead of TiCore.
    iOS
  • TIMOB-17993: Added option to manually set CFBundleVersion and CFBundleShortVersionString.
    iOS

See Gruntfile.js for an example of how you can bump an integer build version number for Android and iOS while leaving it up to Titanium to use <version> for the release version number.

npm install

# to bump release 4.1.0 to 4.2.0 and build 123 to 124
grunt version:minor

# to bump build 124 to 125
grunt version