Skip to content

Commit 7aa6528

Browse files
committed
Merge pull request #3 from SidneyS/master
Now runs on Android, too.
2 parents 73fd862 + 882301e commit 7aa6528

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
*.keystore
22
*.sw*
33
platforms/^.*
4+
.idea

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ To build, install cordova, then run:
99
$ cordova platform add ios
1010
$ cordova plugin add org.apache.cordova.device
1111
$ cordova plugin add org.apache.cordova.statusbar
12+
$ cordova plugin add org.apache.cordova.geolocation
1213
$ cordova build ios
1314
$ cordova emulate ios
1415
```

0 commit comments

Comments
 (0)