sensepost / sensepost/objection
iOS: list app group directory paths with env
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 9.4k
- Forks
- 1k
- Avg merge
- 14d 5h
- Merged PRs (30d)
- 1
Description
Is your feature request related to a problem? Please describe.
iOS app can use app groups for sharing data between the main app and extensions like the share extension. If an app uses an app group, all the data shared via that app group is stored in a separate folder (/private/var/mobile/Containers/Shared/AppGroup/SomeOtherGUIDNotTheAppGuid)
When I run env for an iOS app it does not list app group directories used by the app.
Describe the solution you'd like
The solution would be to detect app group directories and list them when using env.
Describe alternatives you've considered
An alternative is using tools like cda than list the app group directories.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue identifies the iOS env command but no files or tests. Start by locating that command and the existing container-path discovery, then determine how app-group directories are exposed. Done means env lists the shared app-group directory for an app configured with one.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ios
- Domain
- cli, mobile
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100