Skip to content
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.

Downloading the App Container from a device

Ben Follington edited this page Dec 5, 2023 · 2 revisions
  1. Open XCode
  2. Connect your phone
    1. Do the permissions song and dance, have your device ready for development
  3. Open the Window -> Devices and Simulators
  4. Find your device
  5. Locate com.subconscious.Subconscious in the "Installed Apps" list
  6. Use the ... menu to select Download Container...
  7. Watch the selected download location for an .xcappdata file (which is just a .zip)
    1. I watched the filesize growing in finder, there is no other progress bar, make sure to wait until it stops
Screenshot 2023-12-06 at 8 37 54 am
  1. (optional) extract and verify that the DB files are present or right-click and "Show Package Contents"

SQLite is stored in AppData/Library/Application Support/databate.sqlite RocksDB is stored in AppData/Library/Application Support/sphere

Clone this wiki locally