For my 7.1 and 7.1-64 Simulators, an application's com.company.app.plist file is stored in its "Preferences" folder under the following path:
~/Library/Application\ Support/iPhone\ Simulator/7.1-64/Applications/<some id>/Library/Preferences/com.company.app.plist`
Question: Where is the com.company.app.plist file stored for an application installed on the iOS 8 simulator?
To be clear: I'm looking for the .plist that stores the application's NSUserDefaults. On iOS 7.X, this was the com.company.app.plist at the above path.
This is not in the folder where my Application's data is stored. I've found the .sqlite files associated with my app, but I cannot find the .plist that contains the NSUserDefault values I'm interested in