app-container-group

star 81

Print the path to VivaDicta's App Group container directory in the iOS Simulator

n0an By n0an schedule Updated 4/7/2026

name: app-container-group description: Print the path to VivaDicta's App Group container directory in the iOS Simulator disable-model-invocation: true

app-container-group

Print the path to VivaDicta's App Group container directory in the iOS Simulator.

Instructions

Execute the following commands to find and print ONLY the App Group container path:

xcrun simctl listapps booted | grep -A 10 "com.antonnovoselov.VivaDicta" | grep "group.com.antonnovoselov.VivaDicta" | sed 's/.*"file:\/\/\(.*\)\/";/\1/'

Do not provide any additional explanation or context - just output the path.

Install via CLI
npx skills add https://github.com/n0an/VivaDicta --skill app-container-group
Repository Details
star Stars 81
call_split Forks 3
navigation Branch main
article Path SKILL.md
More from Creator