Skip to content

Commit

Permalink
Merge pull request #689 from kiva/symbol-image-sets
Browse files Browse the repository at this point in the history
Support custom symbol image sets
  • Loading branch information
tomlokhorst authored Mar 4, 2021
2 parents ac8ab91 + 049646c commit 18ad905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/RswiftCore/ResourceTypes/AssetFolder.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import Foundation

// Note: "appiconset" is not loadable by default, so it's not included here
private let imageExtensions: Set<String> = ["launchimage", "imageset", "imagestack"]
private let imageExtensions: Set<String> = ["launchimage", "imageset", "imagestack", "symbolset"]

private let colorExtensions: Set<String> = ["colorset"]

Expand Down

0 comments on commit 18ad905

Please sign in to comment.