xcfit 2.0.3 → 2.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cd565c347e035731e8ad3780901cd8c1c104dbbf
4
- data.tar.gz: 0b8b0d889b6b2df8eb7c1937d004592c73248144
3
+ metadata.gz: a2a400fc8752252395ab6f1f4750b7802f643365
4
+ data.tar.gz: 7ef528ee23a6ac5a8f550baa6ba21b73684710fd
5
5
  SHA512:
6
- metadata.gz: 649795e6184db5a918f721a961bb22a88a609ad23f5e2be1cd31209e24eedb58e0fab33672dd0de4e1a3317d8571742a2ec7e2c9cf5cf147a5ad86527b98e639
7
- data.tar.gz: 58cb49e3f39e88fe50b8f4ea681117c328b782403d194ad921e82008fb05902cab20dfed0d4a5899110a0a94b9d2024ec1fb9912436d35bd3ab33734442c9da1
6
+ metadata.gz: dfcf709d2c7a3ef0805280750d5e0cc15165dfbde3e9170e0cae79777b3e701157e8e0f65acde8d636790d35df3466b675456539f69d9247bf8b3dbd86857def
7
+ data.tar.gz: 95658b30df0f8db794feede1cc7ae8a6a4485fca37bc77e405d6b589c5ca7eab980afe6376724387fa94c0e79e449689670442bb511e4eb1fd6f876e54e5b005
@@ -12,6 +12,19 @@
12
12
  </array>
13
13
  <key>TargetOnly</key>
14
14
  <true/>
15
+ <key>AssociatedTargetSpecification</key>
16
+ <dict>
17
+ <key>PopUpTitle</key>
18
+ <string>Target to be Tested:</string>
19
+ <key>PopUpDescription</key>
20
+ <string>The application that this new test bundle will be testing. The new UI Tests will be associated with that target&apos;s scheme.</string>
21
+ <key>AllowableProductTypes</key>
22
+ <array>
23
+ <string>com.apple.product-type.application</string>
24
+ </array>
25
+ <key>AssociatedTargetIsTargetToBeTested</key>
26
+ <true/>
27
+ </dict>
15
28
  <key>Targets</key>
16
29
  <array>
17
30
  <dict>
@@ -123,7 +123,7 @@
123
123
  <key>Path</key>
124
124
  <string>BaseScreen.swift</string>
125
125
  <key>Group</key>
126
- <string>TestBase</string>
126
+ <string>Screens</string>
127
127
  </dict>
128
128
  <key>Info.plist:PackageType</key>
129
129
  <string>&lt;key&gt;CFBundlePackageType&lt;/key&gt;
@@ -24,5 +24,16 @@
24
24
  <string>com.apple.dt.cocoaUITestBundleTarget</string>
25
25
  </dict>
26
26
  </array>
27
+ <key>OptionConstraints</key>
28
+ <array>
29
+ <dict>
30
+ <key>Identifier</key>
31
+ <string>productName</string>
32
+ <key>ConstraintType</key>
33
+ <string>DefaultIfAssociatedTarget</string>
34
+ <key>Value</key>
35
+ <string>___ASSOCIATEDTARGET_bundleName___CucumberTests</string>
36
+ </dict>
37
+ </array>
27
38
  </dict>
28
39
  </plist>
@@ -32,7 +32,7 @@
32
32
  <key>ConstraintType</key>
33
33
  <string>DefaultIfAssociatedTarget</string>
34
34
  <key>Value</key>
35
- <string>___ASSOCIATEDTARGET_bundleName___POM</string>
35
+ <string>___ASSOCIATEDTARGET_bundleName___PageObjectTests</string>
36
36
  </dict>
37
37
  </array>
38
38
  </dict>
data/lib/XCFit/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module XCFit
2
- VERSION = "2.0.3"
2
+ VERSION = "2.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xcfit
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.3
4
+ version: 2.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shashikant86
@@ -14,42 +14,42 @@ dependencies:
14
14
  name: thor
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ~>
18
18
  - !ruby/object:Gem::Version
19
19
  version: 0.17.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - "~>"
24
+ - - ~>
25
25
  - !ruby/object:Gem::Version
26
26
  version: 0.17.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: bundler
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - "~>"
31
+ - - ~>
32
32
  - !ruby/object:Gem::Version
33
33
  version: '1.12'
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - "~>"
38
+ - - ~>
39
39
  - !ruby/object:Gem::Version
40
40
  version: '1.12'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: rake
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - "~>"
45
+ - - ~>
46
46
  - !ruby/object:Gem::Version
47
47
  version: '10.0'
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - "~>"
52
+ - - ~>
53
53
  - !ruby/object:Gem::Version
54
54
  version: '10.0'
55
55
  description: XCFit is a full stack BDD framework in Xcode for iOS and macOS apps with
@@ -62,8 +62,8 @@ executables:
62
62
  extensions: []
63
63
  extra_rdoc_files: []
64
64
  files:
65
- - ".gitignore"
66
- - ".travis.yml"
65
+ - .gitignore
66
+ - .travis.yml
67
67
  - Dangerfile
68
68
  - Docs/Xcode7.md
69
69
  - Docs/xcdoe7swift2.md
@@ -232,17 +232,17 @@ require_paths:
232
232
  - lib
233
233
  required_ruby_version: !ruby/object:Gem::Requirement
234
234
  requirements:
235
- - - ">="
235
+ - - '>='
236
236
  - !ruby/object:Gem::Version
237
237
  version: '0'
238
238
  required_rubygems_version: !ruby/object:Gem::Requirement
239
239
  requirements:
240
- - - ">="
240
+ - - '>='
241
241
  - !ruby/object:Gem::Version
242
242
  version: '0'
243
243
  requirements: []
244
244
  rubyforge_project:
245
- rubygems_version: 2.5.1
245
+ rubygems_version: 2.0.14.1
246
246
  signing_key:
247
247
  specification_version: 4
248
248
  summary: Full Stack BDD in Xcode Templates for iOS and macOS Apps with Swift, Xcode