Rename AppAsset to AppImage.

This commit is contained in:
Brent Simmons
2025-01-26 22:07:13 -08:00
parent 69ae436ea4
commit b116c7b6e5
52 changed files with 240 additions and 495 deletions

View File

@@ -29,7 +29,7 @@ public protocol SendToCommand {
/// The image for the command.
///
/// Often the icon of the target application.
var image: RSImage? { get }
var image: RSImage { get }
/// Determine whether an object can be sent to the target application.
///