feat(installation-proxy): support retrieving specific attributes in listApps#2724
Conversation
|
Hi @mykola-mokhnach , need some clarification on the API design we would like to move ahead with. Should we include the So we are getting all apps with the Or should we exclude other apps and only show the ones with |
It's ok to keep it. |
Then the current changes are ready for review. |
## [10.21.0](v10.20.0...v10.21.0) (2026-02-05) ### Features * **installation-proxy:** support retrieving specific attributes in `listApps` ([#2724](#2724)) ([8631eec](8631eec))
|
🎉 This PR is included in version 10.21.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Adds support for retrieving specific attributes instead of the whole attributes dump.
New optional parameter added -
returnAttributeswhich takes in array of strings, e.g -["CFBundleIdentifier", "CFBundleName", "UIFileSharingEnabled"]and will return the applications these attributes only.
More discussed here - #2714 (comment)