I am building Cucumber/Calabash tests for my iOS app. I need to access my application data folder in simulator, to copy data to that folder.
I can get to this path:
~/Library/Developer/CoreSimulator/Devices/[DeviceID]/data/Containers/Data/Application/[NEED TO GET THIS AppID]
But I need to detect my [AppID] to access the right folder. Is there any method to get it from application name or bundle id via terminal or using some .sh scripts?