Wolfgang Lutz
Wolfgang Lutz
As there is the cache functionality already, it might be a good idea to add a functionality that can be used to check if the project definition has been changed...
I have begun implementing support for using ftps instead of aws. The branch can be found here: https://github.com/Lutzifer/carthage_cache/tree/ftps_support It is not quite ready yet for a PR, as host, username...
fix missing ` ## Proposed changes fix the code formatting in the Readme ## Type of change - [ ] Feature work - [ ] Bug fix - [ X]...
I just found out about this project via the https://github.com/yonasKolb/Mint Readme. We have a very similar tool (https://github.com/num42/icon-resizer-swift) that specialises in creating AppIcons. So far I know of these project:...
if a value cannot be deserialised, we should return the default value.
This change enables the use of Glob expressions (e.g. Sources/*/Package.yml) when including a yml file: ``` include: - path: Sources/*/Package.yml - path: Sources/*/Tests.yml - path: Sources/*/UITests.yml ```
This change is a result of the discussion at https://github.com/fastlane/fastlane/discussions/19814 - [X] I've updated the documentation if necessary.