Skip to main content

Timeline for answer to Xcode 6 / iOS 8 Simulator Data and Bundle folder script by Casey Fleser

Current License: CC BY-SA 3.0

Post Revisions

6 events
when toggle format what by license comment
Dec 2, 2014 at 20:51 comment added Steven Kramer I'm using a script that matches the bundle ID with the one in .com.apple.mobile_container_manager.metadata.plist - seems to be reliable enough.
Oct 30, 2014 at 15:18 vote accept kevinl
Sep 11, 2014 at 22:03 history edited Casey Fleser CC BY-SA 3.0
Updating information regarding scanning code.
Sep 11, 2014 at 21:23 comment added Casey Fleser You may also want to root around in data/Library/Logs/MobileInstallation/mobile_installation.log.0. It appears to records app install and uninstall information. Has to be a more permanent record of this somewhere you'd think.
Sep 11, 2014 at 20:40 comment added kevinl That looks great. I'm also doing something similar to what you have except I don't have a GUI :) Right now, I'll just use simulator_app="$(find "~/Library/Developer/CoreSimulator/Devices" -name "$project_name.app")" full_path_to_app="$( dirname "$simulator_app" )" to find the directory for the app, but I would assume we would want to match the creation date of this folder with another folder to find the bundle directory.
Sep 11, 2014 at 20:38 history answered Casey Fleser CC BY-SA 3.0