-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #103 from theappbusiness/release/1.6.0
Release/1.6.0
- Loading branch information
Showing
16 changed files
with
184 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
brew "carthage" | ||
brew "cocoapods" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
{ | ||
"entries": { | ||
"brew": { | ||
"carthage": { | ||
"version": "0.35.0", | ||
"bottle": { | ||
"cellar": ":any_skip_relocation", | ||
"prefix": "/usr/local", | ||
"files": { | ||
"catalina": { | ||
"url": "https://homebrew.bintray.com/bottles/carthage-0.35.0.catalina.bottle.tar.gz", | ||
"sha256": "fdaacafff1566fa7b1e42e68e108da69aa7578dc82f4736272dca10283c9cba2" | ||
}, | ||
"mojave": { | ||
"url": "https://homebrew.bintray.com/bottles/carthage-0.35.0.mojave.bottle.tar.gz", | ||
"sha256": "1da29ca0b1d8e79bec5e548f5ab2433890ebc3fc9007f5fdb70d9e3be281dbb7" | ||
}, | ||
"high_sierra": { | ||
"url": "https://homebrew.bintray.com/bottles/carthage-0.35.0.high_sierra.bottle.tar.gz", | ||
"sha256": "130fcb9bc06ef8e7f1c5ac9af0d155bd347db039b2cf80fa0fef764b3627ffbf" | ||
} | ||
} | ||
} | ||
}, | ||
"cocoapods": { | ||
"version": "1.9.3", | ||
"bottle": { | ||
"cellar": "/usr/local/Cellar", | ||
"prefix": "/usr/local", | ||
"files": { | ||
"catalina": { | ||
"url": "https://homebrew.bintray.com/bottles/cocoapods-1.9.3.catalina.bottle.tar.gz", | ||
"sha256": "70f8c793bb60631422db028bbebb64ba9fcc1085a216abe5e625357380e06d46" | ||
}, | ||
"mojave": { | ||
"url": "https://homebrew.bintray.com/bottles/cocoapods-1.9.3.mojave.bottle.tar.gz", | ||
"sha256": "074e5b53b7a054c132582183dcf47546ddd028a7beb9fcdc653fe4a43225bcf3" | ||
}, | ||
"high_sierra": { | ||
"url": "https://homebrew.bintray.com/bottles/cocoapods-1.9.3.high_sierra.bottle.tar.gz", | ||
"sha256": "61d9473fd19573cebe3401921c69b8bc69eba9c096de654776a24dedd089ce65" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"system": { | ||
"macos": { | ||
"mojave": { | ||
"HOMEBREW_VERSION": "2.4.2", | ||
"HOMEBREW_PREFIX": "/usr/local", | ||
"Homebrew/homebrew-core": "7007f55d45d89fcf9d3b3402b11b0870e8c21c05", | ||
"CLT": "10.3.0.0.1.1562985497", | ||
"Xcode": "11.3", | ||
"macOS": "10.14.6" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"info" : { | ||
"version" : 1, | ||
"author" : "xcode" | ||
} | ||
} |
21 changes: 21 additions & 0 deletions
21
Example/TABTestKit/Images.xcassets/ottoman.imageset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"idiom" : "universal", | ||
"filename" : "ottoman.png", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"idiom" : "universal", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"idiom" : "universal", | ||
"scale" : "3x" | ||
} | ||
], | ||
"info" : { | ||
"version" : 1, | ||
"author" : "xcode" | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'TABTestKit' | ||
s.version = '1.5.0' | ||
s.version = '1.6.0' | ||
s.summary = 'Strongly typed Swift wrapper around XCTest / XCUI, enabling you to write BDD-style automation tests, without writing much code at all.' | ||
s.homepage = 'https://github.com/theappbusiness/TABTestKit' | ||
s.license = { :type => 'MIT', :file => 'LICENSE' } | ||
s.authors = { 'zacoid55' => '[email protected]', | ||
'KaneCheshire' => '[email protected]', | ||
'theblixguy' => '[email protected]' } | ||
s.source = { :git => 'https://github.com/theappbusiness/TABTestKit.git', :tag => s.version.to_s } | ||
s.ios.deployment_target = '10.0' | ||
s.ios.deployment_target = '12.4' | ||
s.swift_version = '5.0' | ||
s.source_files = 'TABTestKit/Classes/**/*' | ||
s.frameworks = 'XCTest' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.