Mick F

Results 6 issues of Mick F

As a follow-up to [this PR](https://github.com/JohnSundell/Publish/pull/72), and heavily influenced by the `CocoaPods` section of [the Swift `.gitignore`](https://github.com/github/gitignore/blob/master/Swift.gitignore#L51), I feel like the judgement of people having used the platform for a...

After bumping to version 6.6.2 with Cocoapods, [this piece of code](https://github.com/SwiftGen/SwiftGen/blob/1cf6d7eebd70c2157f69d5a991bc57c1ef182ed1/Sources/SwiftGenCLI/templates/xcassets/swift5.stencil#L215): ```swift #if canImport(SwiftUI) @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) internal private(set) lazy var swiftUIColor: SwiftUI.Color =...

I noticed 3 currencies that are featured in the [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) list were missing in the library. To be honest I could not run `gyb` easily since the one from...

This link could help: https://www.polpiella.dev/automating-swift-package-releases-with-github-actions/

When entering an intent, using the ← key leads to this: ``` ➜ ~ pomodoro-cli 💁‍♀️ What’s the intent of this pomodoro? Trying to go left^[[D^[[D^[[D ``` How can we...

bug