This reverts commit 98e12fdc18
.
This commit is contained in:
Родитель
f5424e29fd
Коммит
169ac216de
|
@ -177,7 +177,7 @@ def process_assets():
|
|||
swift_enum_file.write("/// View the full list of icons here:\n")
|
||||
swift_enum_file.write("/// https://github.com/microsoft/fluentui-system-icons/blob/master/icons.md\n")
|
||||
swift_enum_file.write("///\n")
|
||||
swift_enum_file.write("@objc public enum {}: Int".format(LIBRARY_NAME) + " {\n")
|
||||
swift_enum_file.write("@objc public enum {}: Int, Equatable, CaseIterable".format(LIBRARY_NAME) + " {\n")
|
||||
|
||||
cases_output = []
|
||||
resource_strings = []
|
||||
|
|
Загрузка…
Ссылка в новой задаче