File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ [submodule "Carthage/Checkouts/KIF "]
2+ path = Carthage/Checkouts/KIF
3+ url = https://github.com/kif-framework/KIF.git
4+ [submodule "Carthage/Checkouts/OHHTTPStubs "]
5+ path = Carthage/Checkouts/OHHTTPStubs
6+ url = https://github.com/AliSoftware/OHHTTPStubs.git
7+ [submodule "Carthage/Checkouts/SimulatorStatusMagic "]
8+ path = Carthage/Checkouts/SimulatorStatusMagic
9+ url = https://github.com/shinydevelopment/SimulatorStatusMagic.git
Original file line number Diff line number Diff line change @@ -10,39 +10,47 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1010
1111### Removed
1212
13+ ## [ 0.2.0] ( https://github.com/openium/SwiftiumTestingKit/compare/v0.2.0...HEAD )
14+ ### Added
15+
16+ ### Changed
17+ Swift 5 support (dependency updates)
18+
19+ ### Removed
20+
1321
14- ## [ 0.1.8] ( https://github.com/openium/SwiftiumTestingKit/compare/v0.1.8...HEAD )
22+ ## [ 0.1.8] ( https://github.com/openium/SwiftiumTestingKit/compare/v0.1.8...v0.2.0 )
1523### Added
1624
1725### Changed
1826Fix issue when tapping accessibility element's view not available yet
1927
2028### Removed
2129
22- ## [ 0.1.7] ( https://github.com/openium/SwiftiumTestingKit/compare/v0.1.7...HEAD )
30+ ## [ 0.1.7] ( https://github.com/openium/SwiftiumTestingKit/compare/v0.1.7...v0.1.8 )
2331### Added
2432Allow pilotable server to specify responses headers for all requests and responses headers for each request
2533
2634### Changed
2735
2836### Removed
2937
30- ## [ 0.1.6] ( https://github.com/openium/SwiftiumTestingKit/compare/v0.1.6...HEAD )
38+ ## [ 0.1.6] ( https://github.com/openium/SwiftiumTestingKit/compare/v0.1.6...v0.1.7 )
3139### Added
3240
3341### Changed
3442Fixed search for text containing \n
3543
3644### Removed
3745
38- ## [ 0.1.5] ( https://github.com/openium/SwiftiumTestingKit/compare/v0.1.5...HEAD )
46+ ## [ 0.1.5] ( https://github.com/openium/SwiftiumTestingKit/compare/v0.1.5...v0.1.6 )
3947### Added
4048
4149### Changed
4250Allow pilotable server to have an empty data as input to manage properly the 204 HTTP code
4351
4452
45- ## [ 0.1.4] ( https://github.com/openium/SwiftiumTestingKit/compare/v0.1.4...HEAD )
53+ ## [ 0.1.4] ( https://github.com/openium/SwiftiumTestingKit/compare/v0.1.4...v0.1.5 )
4654### Added
4755
4856### Changed
@@ -51,7 +59,7 @@ Expose solo.window
5159
5260### Removed
5361
54- ## [ 0.1.3] ( https://github.com/openium/SwiftiumTestingKit/compare/v0.1.3...latest )
62+ ## [ 0.1.3] ( https://github.com/openium/SwiftiumTestingKit/compare/v0.1.3...v0.1.4 )
5563### Added
5664
5765### Changed
Original file line number Diff line number Diff line change 11github "kif-framework/KIF" ~> 3.7
22github "shinydevelopment/SimulatorStatusMagic" ~> 2.2
3- github "AliSoftware/OHHTTPStubs" ~> 6.1
3+ github "AliSoftware/OHHTTPStubs" ~> 7.0
Original file line number Diff line number Diff line change 1- github "AliSoftware/OHHTTPStubs" "6.1 .0"
1+ github "AliSoftware/OHHTTPStubs" "7.0 .0"
22github "kif-framework/KIF" "v3.7.4"
3- github "shinydevelopment/SimulatorStatusMagic" "2.2 "
3+ github "shinydevelopment/SimulatorStatusMagic" "2.4.1 "
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >0.1.8 </string >
18+ <string >0.2.0 </string >
1919 <key >CFBundleVersion </key >
2020 <string >$(CURRENT_PROJECT_VERSION) </string >
2121</dict >
You can’t perform that action at this time.
0 commit comments