cova 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/covamain.rb +13 -7
  2. metadata +4 -4
@@ -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
- project = Xcodeproj::Project.new "Cova.xcodeproj"
195
- target = project.targets[0]
196
- target.name = name
197
- project.targets[1].name = "#{name}Tests"
198
- release_build_settings = target.build_configuration_list.build_configurations[0].build_settings
199
- debug_build_settings = target.build_configuration_list.build_configurations[1].build_settings
200
- project.save_as("Cova.xcodeproj")
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: 17
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 5
10
- version: 0.1.5
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-29 00:00:00 Z
18
+ date: 2013-05-30 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: logger