-
Notifications
You must be signed in to change notification settings - Fork 437
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Request] Support app icon PNG data command #849
Comments
you can use following cmd get app location
and find icon in the app container. |
@answer-huang this only works for iOS simulators. For iOS 17+ we now have |
@JJdeGroot MacOS: 14.0 |
@answer-huang yeah devicectl works fine, just the app icon command was broken before macOS 14.x - but works now. |
Description
I would like to submit a feature request to support the retrieval of app icons.
Solution
In file:
FBSpringboardServicesClient.m
add methodgetAppIcon:(NSString *)bundleId
Command:
This command should return the icon PNG data for the app with the specified bundle id.
In file:
app.py
add classAppIconCommand(ClientCommand)
with name--app-icon
, takingbundle-id
as argument.Extra: expand
AppListCommand
with argument--icons
to retrieve icons for each app.I've tried adding this myself, but can't manage to get the companion project to compile.
The text was updated successfully, but these errors were encountered: