-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use
instruments
' -w
flag to enforce the simulator SDK & device ty…
…pe. (resolves #143) This capability, added in Xcode 5.1, obviates the need to enable/disable SDKs to force `instruments` to use a particular SDK for testing (http://openradar.appspot.com/radar?id=3107401) and the need to specify the `TARGETED_DEVICE_FAMILY` argument to force `instruments` to use a particular device family for testing (http://openradar.appspot.com/13607967). The first components of the configurations respected by the `-w` flag (the device types) are the same as the items listed in the iOS Simulator's "Hardware -> Device" menu, so `subliminal-test` remains backwards-compatible, despite its documentation changing. Some references to iOS 5.1 have been updated in preparation for our eventual dropping of 5.1 support (though we still do support it currently).
- Loading branch information
Jeff Wear
committed
Apr 17, 2014
1 parent
90c9f5e
commit b50870f
Showing
1 changed file
with
26 additions
and
109 deletions.
There are no files selected for viewing
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