- A string used to uniquely identify an app.
- By convention, it's a reverse-DNS style string.
- Must be globally unique.
- GitHub Staff
Simulator performance does not correlate to device performance in a meaningful way. If you want to test performance of an app as it behaves on your users' devices, you must test on a real device. When I say simulator performance in the rest of this document, I mean the performance of the simulator itself, not the performance of the app running in the simulator.
open -a Simulator --args -CurrentDeviceUDID 5FCE6A79-78EF-497A-8329-99D9755C8559
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# A cleaner alternative to this approach, but which requires a restart, is to populate TCC's SiteOverrides.plist inside | |
# the TCC app support directory with the following: | |
# <?xml version="1.0" encoding="UTF-8"?> | |
# <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
# <plist version="1.0"> | |
# <dict> | |
# <key>Services</key> | |
# <dict> |