causehacker / titanium-starter

A Universal Binary iOS bootstrap for Appcelerator Titanium

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ti Starter

A Universal Binary iOS bootstrap for Appcelerator Titanium. Here are some highlights of what's included:

  • Classic Appcelerator style with CommonJS
  • Image sizes included for Loading/Background/Icon sizes
  • with SDK 3.1.3, iOS 5,6,7 compatible
  • with SKD 3.2.X, iOS 6,7 compatible
  • functions to determine device, version, platform
  • a few extra functions to trim, work with times, etc
  • pre-flight code for setting up a SQL DB on first run, check for prefs
  • externalized images in a /handheld & /tablet location for easy referencing & loading
  • background notifications
  • event listeners & logging

Please Contribute!

How to use

Simply grab the Repo, and import to Titanium Studio, set your logging to Info or lower to see some helpful data come in.

Why

Why Not?

After launching a few apps to the App Store with Titanium, I found myself running accross the same quirks, code base, functions, and image dimensions, etc. The quicker I can start up an app build, I'm confident it will help me commit to it and ship it.

This is the base I use now, and will continue to update it as I find the need.

License

Inheritley Appcelerators code comes with Apache 2.0, but mine is open for you to use however you want. IOW, it's WTFYW 2.0.

About

A Universal Binary iOS bootstrap for Appcelerator Titanium

License:Other


Languages

Language:JavaScript 100.0%