Commit Graph

507 Commits

Author SHA1 Message Date
Tadeas Kriz 8f1d1f1d09
Add check for index build to the example run script. 2021-10-08 12:49:55 +02:00
Matyáš Kříž d266c2bc68 Update `README.md`. 2021-07-27 13:12:45 +02:00
Matyáš Kříž 0259cd8730 Remove unnecessary whitespace in tests. 2021-07-22 16:24:45 +02:00
Matyáš Kříž 10b480320c Update OCMock to `3.8.1`. 2021-07-22 14:50:00 +02:00
Matyáš Kříž 39e05cdf56 Bump version. 2021-05-25 17:12:33 +02:00
Andreas Ganske 6c59599fc0 Use constant action 2021-05-19 14:37:43 +02:00
Andreas Ganske 798ea3fcdc Make stubbing more thread safe 2021-05-19 14:37:43 +02:00
Tyler Poland 7ca53fb53c Disable bitcode compiler translation to fix linking for Carthage distribution 2021-04-29 10:43:21 -05:00
Tyler Poland 96ff0d11d0 Fix local build failure for Cuckoo-iOS, -macOS, and -tvOS targets 2021-04-28 16:33:15 -05:00
Matyáš Kříž 71d7423add Bump version. 2021-04-28 09:49:19 +02:00
Winnie Teichmann 531f4d403a Update podspec to fix library not found for -lswiftXCTestin Xocde 12.5 2021-04-27 20:57:51 +02:00
Matyáš Kříž 58ec81375b Bump version. 2021-04-15 14:27:47 +02:00
Matty Cross d85e2dd8e7
Remove Slack from `README.md` for now. 2020-08-22 18:49:55 +02:00
dependabot[bot] 1d31d53b04 Bump json from 2.2.0 to 2.3.0
Bumps [json](https://github.com/flori/json) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/flori/json/releases)
- [Changelog](https://github.com/flori/json/blob/master/CHANGES.md)
- [Commits](https://github.com/flori/json/compare/v2.2.0...v2.3.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-31 19:34:15 +02:00
Michael Gray 6373c81dd2
Update README.md
Co-authored-by: Matty Cross <kriz.matyas8.10@gmail.com>
2020-07-31 13:30:40 -04:00
Michael Gray cacef807d2
Update README.md
Co-authored-by: Matty Cross <kriz.matyas8.10@gmail.com>
2020-07-31 13:25:28 -04:00
Mike Gray bc085e23cf Add example for verify generic return to README.md 2020-07-31 13:14:37 -04:00
Mike Gray f6429bb757 Add tests for verify generic return 2020-07-31 13:14:32 -04:00
Mike Gray 60f2cc0006 Include GeneratedMocks in macOS and tvOS test targets 2020-07-31 11:49:31 -04:00
Mike Gray 403b225770 Allow verify to specify return type for generic functions 2020-07-31 11:39:12 -04:00
Matyáš Kříž 4d8e999f37 Update `.xcodeproj`. 2020-07-31 17:33:39 +02:00
Matyáš Kříž a508ab347f Fix tuist configuration. 2020-07-31 08:11:22 +02:00
Matty Cross bf197c4ccb
Update CHANGELOG.md 2020-07-08 10:49:19 +02:00
Matty Cross 296c14b610
Update syntax highlighting in examples. 2020-07-08 10:47:03 +02:00
Matty Cross 1d302ede70
Use Swift syntax highlight in ObjC example. 2020-07-08 10:45:22 +02:00
Matyáš Kříž 0ef473893c Bump version. 2020-07-08 10:25:36 +02:00
Matyáš Kříž a0a7c82526 Sidestep `SourceKitten`'s off-by-one bug when parsing generic parameter inheritance. 2020-06-28 16:45:16 +02:00
Matyáš Kříž e2bb73412f Fix incorrect `where` clause parsing. 2020-06-28 16:44:48 +02:00
Matyáš Kříž b3bec5f8ff Clean up project. 2020-06-28 16:43:22 +02:00
Matyáš Kříž 8abe3f2091 Add a note about "Input Files". 2020-06-28 13:22:08 +02:00
Matty Cross 07b4a701a4
Update CHANGELOG.md 2020-06-18 20:40:06 +02:00
Matyáš Kříž a732857b79 Bump version. 2020-06-18 20:32:58 +02:00
Matyáš Kříž bfc893657e Add a note about build parallelization. 2020-06-18 20:13:29 +02:00
Matyáš Kříž 3b533e15a0 Add type inference information to README. 2020-06-18 20:03:25 +02:00
Matyáš Kříž c2ff12851f Clean up `MockManager`. 2020-06-18 19:41:58 +02:00
Matyáš Kříž db48119479 Add generic closure test. 2020-06-18 19:41:47 +02:00
Matyáš Kříž 5a1f5f35d9 Add tvOS targets and schemes. 2020-04-01 15:07:38 +02:00
Matyáš Kříž 5afae85bbe Integrate `tuist`. 2020-04-01 15:07:38 +02:00
Matyáš Kříž b1c7c77dbb Fix type equality check to rule out whitespace inconsistencies. 2020-04-01 15:07:13 +02:00
Matty Cross ce2de127e6
Update README.md 2020-03-10 19:38:20 +01:00
Matyáš Kříž 24f743f950 Add `then` with `return` to the tests.
Add missing space.
2020-03-09 19:34:07 +01:00
nisin 826e5c4427 Compare on arrays containing values (OCMock test) 2020-03-09 19:34:07 +01:00
nisin 972f0594f7 add test Sequence Type result by OCMock extention 2020-03-09 19:34:07 +01:00
nisin f81c04b504 add Sequence OCMock extension 2020-03-09 19:34:07 +01:00
Matty Cross 264d2ebb50
Update .travis.yml 2020-03-09 15:01:28 +01:00
Matty Cross d16b4e6635
Remove obsolete sentence from README. 2020-02-29 19:37:52 +01:00
Matty Cross ee447e93c0
Add SwiftPM badge to README. 2020-02-29 19:35:24 +01:00
Matty Cross 9cc13cc195
Update CHANGELOG.md 2020-02-29 19:29:14 +01:00
Matty Cross 6cb87a423f
Update CI badge. 2020-02-29 19:17:51 +01:00
Matyáš Kříž bbdd3304b0 Bump version. 2020-02-23 22:25:53 +01:00