You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use `struct` instead of `class`.
Requires switching `SoftwareMapAppLibrary.installedApps` property from lazy to eagerly initialized.
Use `let` instead of `var`.
Inline unnecessary variables.
Improve `Bundle` resource reading.
Restrict symbol visibility.
Simplify code.
Partial mas-cli#686
Signed-off-by: Ross Goldberg <484615+rgoldberg@users.noreply.github.com>
Use immutable instead of mutable Swift data:
struct
instead ofclass
.let
instead ofvar
.The text was updated successfully, but these errors were encountered: