frank-cucumber 0.9.5.pre3 → 0.9.5.pre4
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/frank-cucumber/cli.rb +2 -2
- data/lib/frank-cucumber/version.rb +1 -1
- metadata +2 -2
data/lib/frank-cucumber/cli.rb
CHANGED
@@ -63,9 +63,9 @@ module Frank
|
|
63
63
|
|
64
64
|
extra_opts = XCODEBUILD_OPTIONS.map{ |o| "-#{o} #{options[o]}" if options[o] }.compact.join(' ')
|
65
65
|
|
66
|
-
run
|
66
|
+
run %Q|xcodebuild -xcconfig Frank/frankify.xcconfig clean build #{extra_opts} -configuration Debug -sdk iphonesimulator DEPLOYMENT_LOCATION=YES DSTROOT="#{build_output_dir}" FRANK_LIBRARY_SEARCH_PATHS="\\"#{frank_lib_directory}\\""|
|
67
67
|
|
68
|
-
|
68
|
+
FileUtils.mv( Dir.glob( "#{build_output_dir}/*.app" ).first, frankified_app_dir )
|
69
69
|
|
70
70
|
in_root do
|
71
71
|
FileUtils.cp_r(
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: frank-cucumber
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.5.
|
4
|
+
version: 0.9.5.pre4
|
5
5
|
prerelease: 6
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2012-07-
|
13
|
+
date: 2012-07-14 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: cucumber
|