2023-02-15
Example use case: extracting images of world maps from Zwift Companion app.
On iOS, download the desired app using AppStore, e.g. Zwift Companion.
Connect the iOS device with Mac with USB cable.
On Mac:

~/Library/Group Containers/K36BKF7T3D.group.com.apple.configurator/Library/Caches/Assets/TemporaryItems/MobileApps/.ipa to .zip./Payload/[AppName], right click, Show Show Package Contents

Assets.car file

brew tap canhth/homebrew-acextract
brew install acextract
acextract -i Assets.car -o Assets-extracted

