Shark
Shark copied to clipboard
Swift CLI for strong-typing images, colors, storyboards, fonts and localizations
I'm not sure if this is actually possible, but can we make the generated enums conform to CaseIterable? The use case here is that I have a list of images...
With all the work on [Swift Build Plugins](https://github.com/apple/swift-evolution/blob/main/proposals/0303-swiftpm-extensible-build-tools.md) – which found its way into Xcode 14 – we should create a Swift Build Plugin that relieves users from having to...
Now that build time constant values are [likely to surface in the language](https://github.com/apple/swift-evolution/blob/main/proposals/0359-build-time-constant-values.md), we should ponder whether it‘s a good fit for Shark‘s generated files.
Would be nice if we could change the default visibility from `public` to e.g. `internal`
Hello, Is it possible to add nested namespaces support for generated Colors enum (the same way as for Images enum) ?
It would be nice to have support for the new string catalogues. They are a good addition, but fail to add typesafe enums like we do. [Introduction](https://developer.apple.com/videos/play/wwdc2023/10155)
See https://github.com/tuist/XcodeGraph/issues/303#issuecomment-3301543020
This is a dummy issue to make people easily find the instructions for how to make Shark "work again". In order to retain compatibility with Xcode 16's new folder projects...
Hey, I got this error each time I'm running the shark script, any help for this issue please?