README.md in israkel-0.2.2 vs README.md in israkel-0.2.3
- old
+ new
@@ -57,9 +57,20 @@
:KeyboardPeriodShortcut => false,
})
end
end
+## Allow GPS access
+
+Allowing GPS access upfront can be required because it's not possible
+to use KIF to tap on the OK button the the GPS access alert view.
+
+ i = ISRakel::Tasks.new
+ desc "Allow GPS access"
+ task :allow_gps_access do
+ i.allow_gps_access("com.plu.FooApp")
+ end
+
There's a second method called `edit_global_preferences` which works
the same, just edits a different file.
## Feedback