cova 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/bin/cova +10 -0
  3. metadata +4 -4
  4. data/LICENSE +0 -21
  5. data/README.md +0 -246
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b87e059aec0e76b6808fd01f2038a4ded5b1df66
4
- data.tar.gz: fffa2a25b81a4df7184bbc7ecb6fe46321a1c57b
3
+ metadata.gz: 19fa8952f5375f85af5a1f2b558959672db5f628
4
+ data.tar.gz: ad9da2a8924ad338ec686a323d8b75d53160161d
5
5
  SHA512:
6
- metadata.gz: a9edb6dd0e14dff95010a13843acaf06854dfcd14933a1ab8437de2bd05ca018bf0dbb0d63ed54abddceb22cf7ce357f3b4f9701e2ac19ece3869db4b05b473d
7
- data.tar.gz: 77361fd6bd5588f64ff45efab68110a5bdef1a21fce75b611da1d3269295ab5c61f1c6629fb019cb94bb9cb6cb453da6471e982fa48f93964a439e56d8eacdde
6
+ metadata.gz: 5073abf7a7ec01f9ac4aa4425efad7c78c13d132670fcf52d6631ec110ec2dd0c4949ba3af28fe9171b288845d37d58678f7af4a09f55153fd2e19a8653637f9
7
+ data.tar.gz: ac610f5c041228eeeaefc5a663931eebbec55fd5ffc21416d1b8024cd6f6eedf64584677c0396002e278376b9a25f63448f98de41fee7b81824883db444143d9
data/bin/cova ADDED
@@ -0,0 +1,10 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "rubygems"
4
+ require "fileutils"
5
+ require "thor"
6
+ require "xcodeproj"
7
+ require "colorize"
8
+ require "cova"
9
+
10
+ Cova.start
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cova
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dan Calinescu
@@ -13,13 +13,13 @@ dependencies: []
13
13
  description: Cova removes a lot of the complexity that comes with designing, coding,
14
14
  testing, prototyping and publishing mobile applications.
15
15
  email: dan@cova.io
16
- executables: []
16
+ executables:
17
+ - cova
17
18
  extensions: []
18
19
  extra_rdoc_files: []
19
20
  files:
20
21
  - lib/cova.rb
21
- - README.md
22
- - LICENSE
22
+ - bin/cova
23
23
  homepage: http://cova.io
24
24
  licenses:
25
25
  - LICENSE
data/LICENSE DELETED
@@ -1,21 +0,0 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2013 Dan Calinescu (http://cova.io)
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in
13
- all copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
- THE SOFTWARE.
data/README.md DELETED
@@ -1,246 +0,0 @@
1
- Cova - A fresh look at mobile.
2
- ===
3
-
4
-
5
- #### Hi!
6
-
7
- Welcome and thank you for taking the time to check out Cova. I know you're busy and with all the massing amount of stuff out there on the net I do appreciate you taking the time to be here. If mobile is important to you then this might be of particular interest to you. Read on to find out more.
8
-
9
- #### Why Cova?
10
-
11
- I'm sure you're probably wondering what Cova is and why would anyone need yet another tool to build stuff. Quite frankly because we all love mobile apps but
12
- they're pretty complicated to build.
13
- ######Cova is a tool designed to simplify the mobile app creation process.
14
- The whole process is pretty complex. You first have to come up with an idea, then brainstorm a lot, designing a great user experience, then comes the actual coding of the whole thing, you of course have to test it, and eventually you'll end up publishing and keeping your app up to date and relevant.
15
-
16
-
17
- Requirements
18
- ===
19
-
20
- To try Cova you have to have the following minimum requirements:
21
-
22
- 1. Mac OS X Lion or Later
23
- 2. Ruby 1.8.7 (comes with OS X Lion)
24
- 3. Xcode's Command Line Tools (Install via Xcode → Preferences → Downloads)
25
-
26
- Quick Start
27
- ===
28
- ###Hello World in under 30 seconds
29
-
30
- If you're anything like me, you probably want to see **Cova in action** right about now. Alright, you got it. Here goes:
31
-
32
- ````
33
- > [sudo] gem install cova
34
- > cova install
35
- > cova create -b helloworld
36
- ````
37
- That's it. You're now the proud owner of a brand new shiny app. Feel free to keep reading for more detailed user guide but if you stop now and start hacking your new app, who am I to stop you. Go on, have fun!
38
-
39
-
40
-
41
- User Guide
42
- ===
43
-
44
- #### Installation Instructions
45
-
46
- If your machine meets the requirements then all you need is to grab the **Cova gem**, like so:
47
-
48
- ````
49
- > [sudo] gem install cova
50
- ````
51
-
52
- And then you can install **Cova** with the following simple command:
53
-
54
- ````
55
- > cova install
56
- ````
57
-
58
- **Cova** will setup its own environment and you should see something like this:
59
-
60
- ````
61
-
62
- === Initializing Cova ===
63
-
64
- Preparing to install Cova in /Users/dcalinescu/.cova ... [ OK ]
65
- git clone git://github.com/facebook/xctool.git
66
- Cloning into 'xctool'...
67
- remote: Counting objects: 2220, done.
68
- remote: Compressing objects: 100% (991/991), done.
69
- remote: Total 2220 (delta 1263), reused 2106 (delta 1165)
70
- Receiving objects: 100% (2220/2220), 1003.65 KiB | 392 KiB/s, done.
71
- Resolving deltas: 100% (1263/1263), done.
72
- git clone git://github.com/dancali/cova.git
73
- Cloning into 'cova'...
74
- remote: Counting objects: 103, done.
75
- remote: Compressing objects: 100% (71/71), done.
76
- remote: Total 103 (delta 20), reused 99 (delta 16)
77
- Receiving objects: 100% (103/103), 55.71 KiB, done.
78
- Resolving deltas: 100% (20/20), done.
79
- pod repo add cova git://github.com/dancali/cova-mods.git
80
- Cloning spec repo `cova` from `git://github.com/dancali/cova-mods.git`
81
- Found Cova in /Users/dcalinescu/.cova ... [ OK ]
82
- Found Cova Mods in /Users/dcalinescu/.cocoapods/cova ... [ OK ]
83
-
84
- ========= SUCCESS =========
85
-
86
-
87
- Congrats! Cove is now installed. Enjoy Cova and build the next great app sensation!
88
-
89
- For more info visit the homepage: http://cova.io
90
-
91
- ````
92
-
93
- That's it! Congrats! You've just installed Cova and you're ready to build apps.
94
-
95
- #### Sanity Check
96
-
97
- To check the status of your installation (sanity check) type this:
98
-
99
- ````
100
- > cova status
101
- ````
102
-
103
- And you should see this:
104
-
105
- ````
106
-
107
- === Checking if Cova is installed ===
108
-
109
- Found Cova in /Users/dcalinescu/.cova ... [ OK ]
110
- Found Cova Mods in /Users/dcalinescu/.cocoapods/cova ... [ OK ]
111
-
112
- ========= SUCCESS =========
113
-
114
- ````
115
-
116
- #### Creating an app
117
-
118
- If you followed the Quick Guide above you already know how this works but here it is again:
119
-
120
- ````
121
- > cova create -b helloworld
122
- ````
123
-
124
- *Notice the -b flag to force a build right after creation. If you skip the -b flag your app will be created but a build will not kick in until you invoke the build command yourself. Read on to find out how to do that.*
125
-
126
- So that's all it takes to create a new app. Here's what you should see:
127
-
128
- ````
129
- === Creating app helloworld ===
130
-
131
- Found Cova in /Users/dcalinescu/.cova ... [ OK ]
132
- Found Cova Mods in /Users/dcalinescu/.cocoapods/cova ... [ OK ]
133
- Creating app home in /Users/dcalinescu/cova/helloworld ... [ OK ]
134
- Adding Xcode project ... [ OK ]
135
-
136
- === Building with dependencies ===
137
-
138
- Looking for Podfile ... [ OK ]
139
- pod install
140
- Analyzing dependencies
141
-
142
- [!] [!] The Podfile does not contain any dependency.
143
-
144
- CocoaPods 0.20.1 is available.
145
-
146
- Downloading dependencies
147
- Generating Pods project
148
- Integrating client project
149
-
150
- [!] From now on use `cova.xcworkspace`.
151
-
152
- === Building ===
153
-
154
- /Users/dcalinescu/.cova/xctool/xctool.sh -workspace cova.xcworkspace -scheme cova -configuration Debug -sdk iphonesimulator
155
- === BUILDING XCTOOL ===
156
-
157
- /Users/dcalinescu/.cova/xctool/build.sh
158
- ✓ Built xctool (24000 ms)
159
-
160
- === BUILD ===
161
-
162
- xcodebuild build build
163
- cova / cova (Debug)
164
- ~ Check dependencies (140 ms)
165
- ~ Process cova-Info.plist (4 ms)
166
- ~ Precompile cova-Prefix.pch (432 ms)
167
- ~ DataModelVersionCompile cova.momd cova.xcdatamodeld (775 ms)
168
- ~ Compile main.m (36 ms)
169
- ~ Compile AppDelegate.m (81 ms)
170
- ~ Link cova (96 ms)
171
- ~ Generating cova.app.dSYM (21 ms)
172
- ~ Copy InfoPlist.strings (2 ms)
173
- ~ Copy Default.png (3 ms)
174
- ~ Copy Default@2x.png (4 ms)
175
- ~ Copy Default-568h@2x.png (5 ms)
176
- ~ Copy Icon.png (6 ms)
177
- ~ Copy Icon@2x.png (7 ms)
178
- ~ Touch cova.app (3 ms)
179
-
180
-
181
- ** BUILD SUCCEEDED ** (1521 ms)
182
-
183
-
184
- ========= SUCCESS =========
185
- ````
186
-
187
- #### Help
188
-
189
- To get a list of available commands simply type
190
-
191
- ````
192
- > cova
193
- ````
194
-
195
- And you should see a list of all the built in commands with associated descriptions
196
-
197
- ````
198
- Commands:
199
- cova build # Builds an existing Cova app
200
- cova create NAME # Creates a new Cova app
201
- cova help [COMMAND] # Describe available commands or one specific command
202
- cova install # Installs Cova from scratch
203
- cova status # Checks the status of a Cova installation
204
- cova uninstall # Completely uninstalls Cova
205
- ````
206
-
207
-
208
- Contributions
209
- ===
210
-
211
- All feedback is welcome, good or bad. Let me know what you think and please do feel free to jump in and submit [Pull Requests](https://help.github.com/articles/using-pull-requests) if you think you can add improvements, fixes or enhancements.
212
-
213
- Acknowledgements
214
- ===
215
-
216
- **Cova** makes use of the following great open source projects:
217
-
218
- 1. **[xctool](https://github.com/facebook/xctool)** - a cool tool from [Facebook](https://github.com/facebook/) offered as replacement of Apple's **xcodebuild**
219
- 2. **[CocoaPods](https://github.com/CocoaPods/CocoaPods)** - the much needed Objective-C library manager from the [CocoaPods Community](https://github.com/CocoaPods/CocoaPods)
220
- 3. **[Thor](https://github.com/wycats/thor)** - a powerful command line building tool from [Yehuda Katz](http://www.yehudakatz.com)
221
-
222
-
223
- License
224
- ===
225
-
226
- The MIT License (MIT)
227
-
228
- Copyright (c) 2013 Dan Calinescu (http://cova.io)
229
-
230
- Permission is hereby granted, free of charge, to any person obtaining a copy
231
- of this software and associated documentation files (the "Software"), to deal
232
- in the Software without restriction, including without limitation the rights
233
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
234
- copies of the Software, and to permit persons to whom the Software is
235
- furnished to do so, subject to the following conditions:
236
-
237
- The above copyright notice and this permission notice shall be included in
238
- all copies or substantial portions of the Software.
239
-
240
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
241
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
242
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
243
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
244
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
245
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
246
- THE SOFTWARE.