appjam 0.1.7 → 0.1.7.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,100 +1,100 @@
1
- = appjam
2
-
1
+ appjam
2
+ =======
3
3
  Appjam is iphone app generator, which generate iphone app skeleton based on PureMVC framework(Objective C port).
4
4
 
5
5
  for PureMVC framework, see http://trac.puremvc.org/PureMVC_ObjectiveC/
6
6
 
7
- == Prerequisites
8
-
9
- ==== Ruby
10
-
7
+ Prerequisites
8
+ =======
9
+ Ruby
10
+ -------
11
11
  Appjam require ruby installed on your mac machine. Since now all Mac OSX system preinstalled ruby enviroment, that's not a big issue.
12
12
 
13
- ==== Rubygem(latest)
14
-
13
+ Rubygem(latest)
14
+ -------
15
15
  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.
16
16
 
17
- $ sudo gem update --system # double dash option
18
-
19
- == Installation
20
-
21
- $ sudo gem install appjam
22
-
23
- == Usage
17
+ $ sudo gem update --system # double dash option
24
18
 
25
- ==== Usage 1: generate iphone app project
19
+ Installation
20
+ =======
21
+ $ sudo gem install appjam
26
22
 
27
- $ appjam project todo
23
+ Usage
24
+ =======
25
+ Usage 1: generate iphone app project
26
+ -------
27
+ $ appjam project todo
28
28
 
29
- $ cd todo
29
+ $ cd todo
30
30
 
31
- $ open Todo.xcodeproj
31
+ $ open Todo.xcodeproj
32
32
 
33
33
  Xcode build and run
34
34
 
35
- ==== Usage 2: add model to iphone app project
35
+ Usage 2: add model to iphone app project
36
+ -------
37
+ $ cd todo
36
38
 
37
- $ cd todo
39
+ $ appjam model user
38
40
 
39
- $ appjam model user
41
+ $ open Todo.xcodeproj
40
42
 
41
- $ open Todo.xcodeproj
42
-
43
- Add "Classes/user/" folder to the "Classes/apps" Group
43
+ Add "Classes/user/" folder to the "Classes/apps" Group
44
44
 
45
45
  Xcode build and run
46
46
 
47
- ==== Usage 3: add three20 submodule (## this require git installed)
48
-
49
- $ cd todo
47
+ Usage 3: add three20 submodule (## this require git installed)
48
+ -------
49
+ $ cd todo
50
50
 
51
- $ appjam submodule three20
51
+ $ appjam submodule three20
52
52
 
53
- $ open Todo.xcodeproj
53
+ $ open Todo.xcodeproj
54
54
 
55
- Add "three20/src/Three20/Three20.xcodeproj" folder to the "Other Sources" Group
56
- Add "three20/src/Three20.bundle" folder to the "Other Sources" Group
55
+ Add "three20/src/Three20/Three20.xcodeproj" folder to the "Other Sources" Group
56
+ Add "three20/src/Three20.bundle" folder to the "Other Sources" Group
57
57
 
58
58
  Xcode build and run
59
59
 
60
- ==== Usage 4: add asihttp submodule (## this require git installed)
60
+ Usage 4: add asihttp submodule (## this require git installed)
61
+ -------
62
+ $ cd todo
61
63
 
62
- $ cd todo
64
+ $ appjam submodule asihttp
63
65
 
64
- $ appjam submodule asihttp
65
-
66
- $ open Todo.xcodeproj
66
+ $ open Todo.xcodeproj
67
67
 
68
68
  Add "asihttp" folder to the "Other Sources" Group
69
69
 
70
70
  Xcode build and run
71
71
 
72
- ==== Usage 5: add json-framework submodule (## this require git installed)
73
-
74
- $ cd todo
72
+ Usage 5: add json-framework submodule (## this require git installed)
73
+ -------
74
+ $ cd todo
75
75
 
76
- $ appjam submodule json
76
+ $ appjam submodule json
77
77
 
78
- $ open Todo.xcodeproj
78
+ $ open Todo.xcodeproj
79
79
 
80
80
  Add "json-framework" folder to the "Other Sources" Group
81
81
 
82
82
  Xcode build and run
83
83
 
84
- ==== Usage 6: add kissxml submodule (## this require mercurial installed)
84
+ Usage 6: add kissxml submodule (## this require mercurial installed)
85
+ -------
86
+ $ cd todo
85
87
 
86
- $ cd todo
88
+ $ appjam submodule json
87
89
 
88
- $ appjam submodule json
89
-
90
- $ open Todo.xcodeproj
90
+ $ open Todo.xcodeproj
91
91
 
92
92
  Add "kissxml" folder to the "Other Sources" Group
93
93
 
94
94
  Xcode build and run
95
95
 
96
- == Contributing to appjam
97
-
96
+ Contributing to appjam
97
+ =======
98
98
  * Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet
99
99
  * Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it
100
100
  * Fork the project
@@ -103,8 +103,7 @@ Xcode build and run
103
103
  * Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
104
104
  * 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.
105
105
 
106
- == Copyright
107
-
106
+ Copyright
107
+ =======
108
108
  Copyright (c) 2011 Eiffel Q. See LICENSE.txt for
109
109
  further details.
110
-
@@ -160,6 +160,7 @@ __END__
160
160
  unless File.exist?("./.git")
161
161
  system "git init"
162
162
  template "submodule/gitignore.tt", "./.gitignore"
163
+ template "submodule/gitattributes.tt", "./.gitattributes"
163
164
  system "git add ."
164
165
  system "git commit -m 'init commit'"
165
166
  end
@@ -0,0 +1 @@
1
+ *.pbxproj -crlf -diff -merge
@@ -1,3 +1,35 @@
1
+ # osx noise
1
2
  .DS_Store
2
- build
3
- .hg
3
+ profile
4
+
5
+ # Textmate - if you build your xcode projects with it
6
+ *.tm_build_errors
7
+
8
+ # XCode (and ancestors) per-user config (very noisy, and not relevant)
9
+ *.mode1
10
+ *.mode1v3
11
+ *.mode2v3
12
+ *.perspective
13
+ *.perspectivev3
14
+ *.pbxuser
15
+
16
+ # Generated files
17
+ VersionX-revision.h
18
+
19
+ # build products
20
+ build/
21
+ *.[oa]
22
+
23
+ # Other source repository archive directories (protects when importing)
24
+ .hg
25
+ .svn
26
+ CVS
27
+
28
+ # automatic backup files
29
+ *~.nib
30
+ *.swp
31
+ *~
32
+ *(Autosaved).rtfd/
33
+ Backup[ ]of[ ]*.pages/
34
+ Backup[ ]of[ ]*.key/
35
+ Backup[ ]of[ ]*.numbers/"
@@ -3,7 +3,7 @@ module Appjam
3
3
  MAJOR = 0
4
4
  MINOR = 1
5
5
  PATCH = 7
6
- BUILD = ''
6
+ BUILD = '1'
7
7
 
8
8
  STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.').chomp('.')
9
9
  end
metadata CHANGED
@@ -1,13 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appjam
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 89
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
9
  - 7
10
- version: 0.1.7
10
+ - 1
11
+ version: 0.1.7.1
11
12
  platform: ruby
12
13
  authors:
13
14
  - Eiffel Q
@@ -370,7 +371,7 @@ extensions: []
370
371
 
371
372
  extra_rdoc_files:
372
373
  - LICENSE.txt
373
- - README.rdoc
374
+ - README.md
374
375
  files:
375
376
  - lib/appjam.rb
376
377
  - lib/appjam/command.rb
@@ -454,6 +455,7 @@ files:
454
455
  - lib/appjam/generators/project/utils/URLEncodeString.h
455
456
  - lib/appjam/generators/project/utils/URLEncodeString.m
456
457
  - lib/appjam/generators/submodule.rb
458
+ - lib/appjam/generators/submodule/gitattributes.tt
457
459
  - lib/appjam/generators/submodule/gitignore.tt
458
460
  - lib/appjam/generators/submodule/gitmodules.tt
459
461
  - lib/appjam/tasks.rb
@@ -461,7 +463,7 @@ files:
461
463
  - lib/appjam/version.rb
462
464
  - lib/appjam/view.rb
463
465
  - LICENSE.txt
464
- - README.rdoc
466
+ - README.md
465
467
  - test/helper.rb
466
468
  - test/test_model_generator.rb
467
469
  - test/test_project_generator.rb