Simulator Data Finder

Table of Contents

Description

Simulator Data Finder is an open source utility to help you access the files in the xcode iOS Simulator.
It will present you with list of accessible simulator and the application installed on each simulator.
It will let you easily and quickly access with the finder:

  • the documents directory in the data container (you need to add a macro to your application delegate for that to work)
  • the application bundle
  • the device directory
  • any containers downloaded from the device for a specific app (you need to save them in the downloads folder)

Download

You can download the latest version here

This link points to the app. To install download and copy it over to your application directory (or anywhere you please). For those worried, the app is sandboxed and signed, so should not present a security risk. I had tried to post it via the app store for convenience but Apple rejected it, you can read all about it here

Setup

  1. The first time you start the program, it will ask you to authorize read access to the directory containing the simulators. It will try to guess based on the standard location, otherwise please point it to the correct directory and press authorize.
  2. the iOS Simulator changes the data container directory each time it starts. Simulator Data Finder will try to work out the folder, but does not always find it. For Simulator Data Finder to find it easily, you can save a small header file (from the help button or from the help menu or download here ), include it in your project and add the macro to your application delegate didFinishLaunchingWithOptions. It will save a hidden zero size file to easily find the directory later. The help and the comment on the header file will give you details.
  3. If you use swift, you can import the following file into your project. The file contains instruction how to modify the Application Delegate in a swift project
  4. When you select an app, it will give you easy access in the download section to data container saved from a device (from xcode/devices function), if you saved them in your downloads directory.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.