cova 0.1.5 → 0.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/covamain.rb +13 -7
- metadata +4 -4
data/lib/covamain.rb
CHANGED
|
@@ -191,13 +191,19 @@ class Cova < Thor
|
|
|
191
191
|
if _io_cpdir @dir_cova_home + "/cova-ios/Cova", dir + "/ios"
|
|
192
192
|
|
|
193
193
|
Dir.chdir(@dir_cova_apps_home + "/" + name + "/ios")
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
project.targets[1]
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
194
|
+
|
|
195
|
+
#project = Xcodeproj::Project.new "Cova.xcodeproj"
|
|
196
|
+
#target = project.targets[0]
|
|
197
|
+
#test_target = project.targets[1]
|
|
198
|
+
#test_debug_build_settings = test_target.build_configuration_list.build_configurations[1].build_settings
|
|
199
|
+
|
|
200
|
+
# puts test_debug_build_settings
|
|
201
|
+
# target.name = name
|
|
202
|
+
# project.targets[1].name = "#{name}Tests"
|
|
203
|
+
|
|
204
|
+
#release_build_settings = target.build_configuration_list.build_configurations[0].build_settings
|
|
205
|
+
#debug_build_settings = target.build_configuration_list.build_configurations[1].build_settings
|
|
206
|
+
#project.save_as("Cova.xcodeproj")
|
|
201
207
|
|
|
202
208
|
if options[:build]
|
|
203
209
|
if not _cova_build_dependencies
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cova
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 23
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 0.1.
|
|
9
|
+
- 6
|
|
10
|
+
version: 0.1.6
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Dan Calinescu
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2013-05-
|
|
18
|
+
date: 2013-05-30 00:00:00 Z
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|
|
21
21
|
name: logger
|