Sha256: 20f34dd2f547c822ddcca1b10294c30d0a10879c645ce6dae9ae7f2189f5bb76

Contents?: true

Size: 1.69 KB

Versions: 2

Compression:

Stored size: 1.69 KB

Contents

= appjam

Appjam is iphone app generator, which generate iphone app skeleton based on PureMVC framework(Objective C port).

for PureMVC framework, see http://trac.puremvc.org/PureMVC_ObjectiveC/

== Prerequisites

==== Ruby

Appjam require ruby installed on your mac machine. Since now all Mac OSX system preinstalled ruby enviroment, that's not a big issue. 

==== Rubygem(latest)

Appjam has an dependency on "thor" gem , which require latest rubygem installed, so you need to update your rubygem to latest version, run command below to update your rubygem to the latest one.

$ gem update --system  # double dash option

== Installation

$ gem install appjam

== Usage

==== Usage 1: generate iphone app project

$ appjam project todo

$ cd todo

$ open Todo.xcodeproj

Xcode build and run 

==== Usage 2: add model to iphone app project

$ cd todo 

$ appjam model user 

$ open Todo.xcodeproj

Add "Classes/user/" folder to the "Classes/apps" Group

Xcode build and run 

== Contributing to appjam
 
* Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet
* Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it
* Fork the project
* Start a feature/bugfix branch
* Commit and push until you are happy with your contribution
* Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
* Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.

== Copyright

Copyright (c) 2011 Eiffel Q. See LICENSE.txt for
further details.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
appjam-0.1.4 README.rdoc
appjam-0.1.3 README.rdoc