-
Notifications
You must be signed in to change notification settings - Fork 8
Refactor asset catalog code to use our own parsing instead of actool
.
#43
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Except the nested error type, LGTM
@@ -7,166 +7,134 @@ | |||
import Foundation | |||
import PathKit | |||
|
|||
public enum AssetCatalogParserError: Error, CustomStringConvertible { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Prefer a nested type inside AsstsCatalogParser
ebbae07
to
0b70928
Compare
@djbe please ensure that I didn't mess it up during my rebase (it had some conflicts) then you can merge 👍 |
After thinking about it, yeah maybe we should remove
|
46a178d
to
6f3f75d
Compare
Awesome!👏 |
Will this be released in SwiftGen soon? I know a forthcoming 5.0 release is in the works, but if that's a while off, maybe this could be released as a hotfix as it fixes an important bug |
As soon as I'm back from my vacation on Monday I'll do everything to fast-track the 5.0 release (which is nearly ready and just need to be pushed but I've close to no data in Rio anyway rn so will have to wait for next week for my data and time once back in Europe) |
Fixes SwiftGen/SwiftGen#228.
Fixes SwiftGen/SwiftGen#287.
I chose to keep the
Utils/Command.swift
code, we might want it later. Or should I remove it?