Revert "Update process_ios_assets.py (#140)" (#143)

This reverts commit 98e12fdc18.
This commit is contained in:
Nick Romano 2020-12-04 15:01:31 -08:00 коммит произвёл GitHub
Родитель f5424e29fd
Коммит 169ac216de
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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 = []