twostraws / ControlRoom

A macOS app to control the Xcode Simulator.
MIT License
5.75k stars 306 forks source link

Add a button to open the first app group folder #124

Closed squall2022 closed 3 years ago

squall2022 commented 3 years ago

"Open first app group folder" open the first app group folder of the selected application.

Screenshot 2021-02-24 at 13 32 26

Output of xcrun simctl listapps <device_id>:

"bundle_id" = {
   [...]
   DataContainer = "file:///Users/xxxx/Library/Developer/CoreSimulator/Devices/4ED1E16E-52A3-4A6F-BFE4-6329C60D2840/data/Containers/Data/Application/2C05DC3C-48B8-44FB-9E22-BE3A5BDF9FF3/";
   GroupContainers = {
      "group_id" = "file:///Users/xxxx/Library/Developer/CoreSimulator/Devices/4ED1E16E-52A3-4A6F-BFE4-6329C60D2840/data/Containers/Shared/AppGroup/4FC3F1B2-76B4-44A4-80F8-92E65B48A41B/";
   };
   [...]
};

Feature requested here: https://github.com/twostraws/ControlRoom/issues/83

twostraws commented 3 years ago

Fantastic – thank you very much!