sim_launcher 0.4.10 → 0.4.11
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/sim_launcher/simulator.rb +1 -1
- data/lib/sim_launcher/version.rb +1 -1
- metadata +2 -2
@@ -101,7 +101,7 @@ class Simulator
|
|
101
101
|
def iphonesim_path
|
102
102
|
binary_name = 'ios-sim'
|
103
103
|
|
104
|
-
framework_dir = `xcode-select -
|
104
|
+
framework_dir = `xcode-select --print-path`.chomp + 'Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks/iPhoneSimulatorRemoteClient.framework'
|
105
105
|
|
106
106
|
if File.directory?(framework_dir)
|
107
107
|
binary_name = 'ios-sim-old'
|
data/lib/sim_launcher/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sim_launcher
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.11
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2014-05-
|
12
|
+
date: 2014-05-24 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: sinatra
|