sim_launcher 0.4.1.pre1 → 0.4.1.pre2
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +0 -1
- data/lib/sim_launcher/version.rb +1 -1
- data/native/ios-sim +0 -0
- metadata +2 -1
data/.gitignore
CHANGED
data/lib/sim_launcher/version.rb
CHANGED
data/native/ios-sim
ADDED
Binary file
|
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.1.
|
4
|
+
version: 0.4.1.pre2
|
5
5
|
prerelease: 6
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -46,6 +46,7 @@ files:
|
|
46
46
|
- lib/sim_launcher/sdk_detector.rb
|
47
47
|
- lib/sim_launcher/simulator.rb
|
48
48
|
- lib/sim_launcher/version.rb
|
49
|
+
- native/ios-sim
|
49
50
|
- sim_launcher.gemspec
|
50
51
|
homepage: http://rubygems.org/gems/sim_launcher
|
51
52
|
licenses: []
|