Commit Graph

507 Commits

Author SHA1 Message Date
Matyáš Kříž 7fa3d75aee Fix `image not found` error for iOS 13 and beyond. 2020-02-23 22:21:50 +01:00
dependabot[bot] 01fb627626 Bump excon from 0.68.0 to 0.71.0
Bumps [excon](https://github.com/excon/excon) from 0.68.0 to 0.71.0.
- [Release notes](https://github.com/excon/excon/releases)
- [Changelog](https://github.com/excon/excon/blob/master/changelog.txt)
- [Commits](https://github.com/excon/excon/compare/v0.68.0...v0.71.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-02-23 20:07:59 +01:00
Matyáš Kříž 9f6f3e04e6 Bump version. 2020-02-23 19:52:59 +01:00
Matyáš Kříž f3dcdb0edc Update SwiftPM info in README. 2020-02-22 22:22:03 +01:00
Matyáš Kříž 5600ca3d96 Drastically shorten needed command to get the `run` script. 2020-02-22 21:13:01 +01:00
Matyáš Kříž 9e8cdfde9a Add instructions on how to obtain the `run` script. 2020-02-22 21:13:01 +01:00
Matyáš Kříž 4a51ddd885 Remove unwanted space. 2020-02-22 21:13:01 +01:00
Matyáš Kříž 5d68a586de Add SwiftPM section to the `README.md`. 2020-02-22 21:13:01 +01:00
Matyáš Kříž caf0db428f Add Swift Package Manager support. 2020-02-22 21:13:01 +01:00
dependabot[bot] 491ff8dff8 Bump ffi from 1.9.10 to 1.9.25 in /Generator/Tests
Bumps [ffi](https://github.com/ffi/ffi) from 1.9.10 to 1.9.25.
- [Release notes](https://github.com/ffi/ffi/releases)
- [Changelog](https://github.com/ffi/ffi/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ffi/ffi/compare/1.9.10...1.9.25)

Signed-off-by: dependabot[bot] <support@github.com>
2020-02-20 21:07:47 +01:00
Matyáš Kříž 1ef420cad8 Add tests to `run` scheme of tvOS. 2020-02-20 21:06:40 +01:00
Rodrigo F. Fernandes 60525cc68f Adds tvOS target 2020-02-20 21:06:40 +01:00
Tadeas Kriz fb9e2ea421 Fix compilation issue introduced by a wrong merge. 2020-02-20 21:05:29 +01:00
Tadeas Kriz 619d8c73dd Adjust accessibility to match enclosing container. 2020-02-20 21:05:29 +01:00
Kevin Wojniak f49e47ee7b Fail immediately if any command fails
I was having issues where the `swift build` command was failing but the script itself wouldn't fail. Using `set -x` will cause the shell script to immediately stop and exit if any command in the script itself fails.
2020-02-20 21:05:18 +01:00
Matyáš Kříž 0a3b667e4f Restructure README. 2020-02-20 21:03:06 +01:00
Matyáš Kříž e763706be7 Ignore `Pods` folder. 2020-02-20 21:00:31 +01:00
Matyáš Kříž 54a86c37da Reduce sentence complexity about unsupportable code structures. 2019-12-31 13:26:19 +01:00
Matyáš Kříž cd58a7f09e Bump version. 2019-11-06 14:33:08 +01:00
Matyáš Kříž 81e1cb59a5 Update Fastlane. 2019-11-06 14:13:43 +01:00
Matyáš Kříž 6a2f9596fb Update `README.md`. 2019-11-06 14:11:05 +01:00
Matyáš Kříž ed1e947e1f Improve code stylistically. 2019-11-06 13:45:16 +01:00
Matyáš Kříž 674ecd9de6 Fix ObjC warning. 2019-11-06 13:42:16 +01:00
Matyáš Kříž cc5afef8f7 Add test cases for closures. 2019-11-06 13:42:04 +01:00
Matyáš Kříž 44dedd3859 Improve code stylistically. 2019-11-05 16:00:49 +01:00
Pubbus 808a19f920 Code cleaning 2019-11-05 16:00:49 +01:00
Pubbus ff4c627d42 Add tests for closure return type extraction. 2019-11-05 16:00:49 +01:00
Pubbus fc91ef5e1c Refactor and fix closure return type matcher 2019-11-05 16:00:49 +01:00
Pubbus 69facb06bb Fix closure generation, return type is required in `withoutActuallyEscaping` from swift 5.1 (XCode11) 2019-11-05 16:00:49 +01:00
Artyom Y. Razinov 67f91fdad6 Switch swift_version to 5.0 and add LIBRARY_SEARCH_PATHS in xcconfig
It is a minimal required fix to avoid a runtime linking error while running tests on iOS versions prior to 13 after building with Xcode 11
2019-11-05 15:59:57 +01:00
Matyáš Kříž e1682c7888 Ignore 32b workspace check flag. 2019-11-01 09:58:22 +01:00
Matyáš Kříž b0e46c78e2 Bump version. 2019-09-11 15:56:34 +02:00
Matyáš Kříž 7eb5517b27 After-rebase fix. 2019-09-11 15:54:13 +02:00
Matyáš Kříž b49d23a6ce Update some gems. 2019-09-11 15:41:47 +02:00
Matyáš Kříž c3af210aff Fix a word. 2019-09-11 15:25:03 +02:00
Matyáš Kříž ba7f7049f4 Add documentation to ObjC matchers and functions. 2019-09-11 11:47:11 +02:00
Matyáš Kříž 60d8aa1597 Add example `Cuckoo/OCMock` usage to README.md. 2019-09-11 11:43:41 +02:00
Matyáš Kříž 308cb86548 Finalize ObjC mocking. 2019-09-11 11:43:41 +02:00
Matyáš Kříž 2228a9bea7 Change buildable name. 2019-09-11 11:43:41 +02:00
Matyáš Kříž f10f174357 Add macOS target for CI testing. 2019-09-11 11:43:41 +02:00
Matyáš Kříž 30c664f744 Add a test with Swift class with dynamic method. 2019-09-11 11:43:41 +02:00
Matyáš Kříž d2f83928ba Add possibility to use `objectiveAny` with String.
by @TadeasKriz
2019-09-11 11:43:41 +02:00
Matyáš Kříž d42fc414f6 Remove useless `Info.plist` files. 2019-09-11 11:43:41 +02:00
Matyáš Kříž 3a42272199 Add initial ObjC mocking functionality utilizing OCMock. 2019-09-11 11:43:41 +02:00
Matyáš Kříž d48f2ab5cc Add swiftdoc for convenience matchers as well as some info to README.md. 2019-09-10 17:44:23 +02:00
Matyáš Kříž c5f6d0cd25 Add verifications for the concrete value matching test. 2019-09-06 10:38:34 +02:00
Matyáš Kříž 0d786501bc Add most common matchers for sequences and dictionaries. 2019-09-05 18:22:12 +02:00
Matyáš Kříž b0c66e7afa Add initial convenience matchers for `Array`, `Dictionary`, and `Set` types. 2019-09-04 17:25:36 +02:00
Matyáš Kříž 4e8abcace6 Bump version. 2019-07-30 16:25:00 +02:00
Matyáš Kříž 9947868805 Add container accessibility to appropriate places in templates. 2019-07-30 16:18:39 +02:00