xcselect 0.0.11 → 0.0.12
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/xcselect +1 -1
- data/lib/xcselect/version.rb +1 -1
- data/pkg/xcselect-0.0.10.gem +0 -0
- data/pkg/xcselect-0.0.11.gem +0 -0
- data/pkg/xcselect-0.0.9.gem +0 -0
- metadata +6 -3
data/bin/xcselect
CHANGED
@@ -80,7 +80,7 @@ class Main
|
|
80
80
|
projects = Dir["*.xcodeproj"]
|
81
81
|
open_project = projects.size > 0 ? projects.first : ""
|
82
82
|
puts "Opening Xcode in #{xcodepath}"
|
83
|
-
`open -a #{xcodepath} #{open_project}`
|
83
|
+
`open -a "#{xcodepath}" "#{open_project}"`
|
84
84
|
end
|
85
85
|
|
86
86
|
# don't show line to ask for sudo pass
|
data/lib/xcselect/version.rb
CHANGED
Binary file
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 0
|
8
|
-
-
|
9
|
-
version: 0.0.
|
8
|
+
- 12
|
9
|
+
version: 0.0.12
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Kim Hunter
|
@@ -14,7 +14,7 @@ autorequire:
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date: 2012-
|
17
|
+
date: 2012-03-06 00:00:00 +10:00
|
18
18
|
default_executable:
|
19
19
|
dependencies: []
|
20
20
|
|
@@ -42,11 +42,14 @@ files:
|
|
42
42
|
- lib/xcselect/xcode.rb
|
43
43
|
- lib/xcselect/xcsimulator.rb
|
44
44
|
- pkg/xcselect-0.0.1.gem
|
45
|
+
- pkg/xcselect-0.0.10.gem
|
46
|
+
- pkg/xcselect-0.0.11.gem
|
45
47
|
- pkg/xcselect-0.0.3.gem
|
46
48
|
- pkg/xcselect-0.0.4.gem
|
47
49
|
- pkg/xcselect-0.0.5.gem
|
48
50
|
- pkg/xcselect-0.0.6.gem
|
49
51
|
- pkg/xcselect-0.0.7.gem
|
52
|
+
- pkg/xcselect-0.0.9.gem
|
50
53
|
- xcselect.gemspec
|
51
54
|
has_rdoc: true
|
52
55
|
homepage: ""
|