cocoapods-testing 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f2d8de2fe70bed9d5f88fe5489a2749a2b6d4473
4
- data.tar.gz: afdd97abd625499239ac988435820038b0ffa3e0
3
+ metadata.gz: 76065a3c016950e1fd62065bd8d8e520776fcfc4
4
+ data.tar.gz: 42e4d3f2cdaac12190702a68b303d435bb0dbb7e
5
5
  SHA512:
6
- metadata.gz: df661cad296281a121bb00a56e5548c05313f0c45be36c1515352a230387955c47f880c83e9578e21be1a345385e25af5fba5938f1e7a8c01e476dc822db485f
7
- data.tar.gz: 2696db028ba6519dd357bf6a51c6b1b92f7e38b13a16582e1f54ce164c6a7e08630ecf76dd92a9d6d6cdf8c70fd10cccc1ff06d0b2b0f92092b3af2d08a67e8b
6
+ metadata.gz: 281a6c69b75e3604affc0acd0355d9159b28d025382a2f0392ef77c511a6e93aba805fe0d370c0ce55a84e4ea019f35b3e722728fd3286e4a5d9d48966bbbd71
7
+ data.tar.gz: 570267a9ffcf00fd49ffb21e686f5368ba3a246904f980dd60ffc0010aac133823e1b06708b416f194ba6dabe8033cbf9c909486af4fdf916f2fcf346ee5637c
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cocoapods-testing (0.0.5)
4
+ cocoapods-testing (0.0.6)
5
5
  xctasks
6
6
 
7
7
  GEM
@@ -1,3 +1,3 @@
1
1
  module CocoapodsTesting
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
@@ -96,7 +96,13 @@ module Pod
96
96
  t.subtask(unit: scheme_name) do |s|
97
97
  # TODO: version should be configurable
98
98
  s.ios_versions = [versions.last]
99
- s.destination('name='+simulators.first)
99
+
100
+ # TODO: simulator should be configurable
101
+ if simulators && simulators.count > 0
102
+ s.destination('name='+simulators.first)
103
+ else
104
+ s.destination('name=iPhone Retina (4-inch)')
105
+ end
100
106
  end
101
107
  end
102
108
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-testing
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Boris Bügling
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-23 00:00:00.000000000 Z
11
+ date: 2014-09-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: xctasks