Oddbean new post about | logout
 Has anyone figured out how to get AppEnum and widget configuration to show images beside the options? Works fine in AppEntity, just not with AppEnum? 
 @096d2c53 I can only get AppEnum to show system SF Symbols but not my own symbols nor images :( 
 @096d2c53 Not sure if it’s related, but there’s an issue where AppIntents framework always try to wrap your image’s file URL inside another file URL, which may triggers an error for exceeding the max length of a file URL, and when that error happens, the image won’t be displayed. 
 FB13228930