dhemery / victor

A Java driver for iOS applications
MIT License
11 stars 4 forks source link

Check DTSDKName property before defaulting to latest SDK #8

Closed dhemery closed 12 years ago

dhemery commented 12 years ago

Search for an SDK in this order:

  1. The value configured by the user in victor.simulator.sdk.version, if that SDK is installed on this machine.
  2. The value configured in the application bundle's DTSDKName property, if that SDK is installed on this machine.
  3. The latest installed SDK.

If either the victor property or the plist identifies an SDK that is not installed on this machine, emit a warning and proceed as if no value were specified.

dhemery commented 12 years ago

What SDK does the simulator use if we do not specify one?