README.md in rufus-0.8 vs README.md in rufus-0.8.1
- old
+ new
@@ -1,6 +1,6 @@
-Last Updated: 10-03-2013
+Last Updated: 12-10-2013
This project is intended to facilitate automated testing on iOS devices using cucumber, appium and the Page Object pattern.
PREREQUISITES
--------------------------
@@ -38,9 +38,10 @@
version: 7.0
app:$HOME/Library/Developer/Xcode/DerivedData/<UNIQUE>/Build/Products/Debug-iphoneos/YourApp.app
use_physical: true #run on physical device?
sim_app_path: $HOME/Library/Developer/Xcode/DerivedData/<UNIQUE>/Build/Products/Debug-iphonesimulator/YourApp.app
device: iPhoneSimulator
+ optimized: true #use faster lookup strategy
````
- Start appium server in new terminal window
>appium -U DEVICE_UDID --app YourApp.app --native-instruments-lib #omit -U option for simulator