diff --git a/mobile/ios/DeightonAR.xcodeproj/xcshareddata/xcschemes/DeightonAR Release.xcscheme b/mobile/ios/DeightonAR.xcodeproj/xcshareddata/xcschemes/DeightonAR Release.xcscheme
new file mode 100644
index 0000000..2c1f1e8
--- /dev/null
+++ b/mobile/ios/DeightonAR.xcodeproj/xcshareddata/xcschemes/DeightonAR Release.xcscheme
@@ -0,0 +1,105 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/mobile/ios/DeightonAR.xcodeproj/xcuserdata/john.xcuserdatad/xcschemes/xcschememanagement.plist b/mobile/ios/DeightonAR.xcodeproj/xcuserdata/john.xcuserdatad/xcschemes/xcschememanagement.plist
index 78498aa..c0fcb48 100644
--- a/mobile/ios/DeightonAR.xcodeproj/xcuserdata/john.xcuserdatad/xcschemes/xcschememanagement.plist
+++ b/mobile/ios/DeightonAR.xcodeproj/xcuserdata/john.xcuserdatad/xcschemes/xcschememanagement.plist
@@ -4,6 +4,11 @@
SchemeUserState
+ DeightonAR Release.xcscheme_^#shared#^_
+
+ orderHint
+ 1
+
DeightonAR.xcscheme_^#shared#^_
orderHint
diff --git a/mobile/src/config.js b/mobile/src/config.js
index 4c049fb..94b00cb 100644
--- a/mobile/src/config.js
+++ b/mobile/src/config.js
@@ -8,25 +8,25 @@ export const config = {
googleGeocodeAPIKey: "AIzaSyCs4JVT6gysnY5dAJ7KjVJYeykLv_xz1GI",
googleGeocodeURL: "https://maps.googleapis.com/maps/api/geocode/json",
refererURL: "https://dar.kss.us.com",
- defaultUser: "john@lyon-smith.org",
- // defaultUser: "",
- minGPSAccuracy: 100,
+ //defaultUser: "john@lyon-smith.org",
+ defaultUser: "",
+ minGPSAccuracy: 50,
//minGPSAccuracy: 20,
minDistanceToItem: 10,
geocodeDelayMilliseconds: 500,
// This region is downtown Toronto
- // initialRegion: {
- // latitude: 43.653908,
- // longitude: -79.384293,
- // latitudeDelta: 0.0922,
- // longitudeDelta: 0.0421,
- // },
- // This region is Bainbridge Island
initialRegion: {
- latitude: 47.629536,
- longitude: -122.524162,
+ latitude: 43.653908,
+ longitude: -79.384293,
latitudeDelta: 0.0922,
longitudeDelta: 0.0421,
},
- alwaysShowWorkItemInAR: true,
+ // This region is Bainbridge Island
+ // initialRegion: {
+ // latitude: 47.629536,
+ // longitude: -122.524162,
+ // latitudeDelta: 0.0922,
+ // longitudeDelta: 0.0421,
+ // },
+ //alwaysShowWorkItemInAR: true,
}