I need to programmatically set baselines for Info.plist so that when the tests run for the first time, there should be some default baseline values that the tests can use. For that I need to retrieve the UUID of my host machine. Can anyone help with this ?
How to access UUID of my device ?
I need to programmatically set baselines for
Info.plistso that when the tests run for the first time, there should be some default baseline values that the tests can use.
I’m not familiar with this feature but, if you can point me at the docs that describe it, I should be able to work out what UUID it needs.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"
That article is not using a documented API but is based on a reverse-engineered Apple file format. That’s not something that DTS supports (because we have no assurance that it’ll be sustainable in the long term).
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"